| 2020-11-01 |
Michael Paquier | Add error code for encryption failure in pgcrypto |
commit | commitdiff | tree |
| 2020-10-31 |
Noah Misch | Set debug_query_string in worker_spi. |
commit | commitdiff | tree |
| 2020-10-31 |
Noah Misch | Reproduce debug_query_string==NULL on parallel workers. |
commit | commitdiff | tree |
| 2020-10-30 |
Tom Lane | Fix assertion failure in check_new_partition_bound(). |
commit | commitdiff | tree |
| 2020-10-30 |
Heikki Linnakangas | Fix missing validation for the new GiST sortsupport... |
commit | commitdiff | tree |
| 2020-10-30 |
Tom Lane | Doc: clarify description for pg_constraint.convalidated. |
commit | commitdiff | tree |
| 2020-10-29 |
Tom Lane | Stabilize timetz test across DST transitions. |
commit | commitdiff | tree |
| 2020-10-29 |
Tom Lane | Don't use custom OID symbols in pg_type.dat, either. |
commit | commitdiff | tree |
| 2020-10-29 |
Andres Freund | Fix wrong data table horizon computation during backend... |
commit | commitdiff | tree |
| 2020-10-29 |
Amit Kapila | Track statistics for streaming of changes from ReorderB... |
commit | commitdiff | tree |
| 2020-10-29 |
Andres Freund | Centralize horizon determination for temp tables, fixin... |
commit | commitdiff | tree |
| 2020-10-29 |
Michael Paquier | Fix incorrect placement of pfree() in pg_relation_check... |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Doc: clean up pg_relation_check_pages() documentation. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Doc: clean up verify_heapam() documentation. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Use mode "r" for popen() in psql's evaluate_backtick(). |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Calculate extraUpdatedCols in query rewriter, not parser. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Don't use custom OID symbols in pg_proc.dat. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Fix foreign-key selectivity estimation in the presence... |
commit | commitdiff | tree |
| 2020-10-28 |
Michael Paquier | Use correct GetDatum() in pg_relation_check_pages() |
commit | commitdiff | tree |
| 2020-10-28 |
Michael Paquier | Add pg_relation_check_pages() to check on-disk pages... |
commit | commitdiff | tree |
| 2020-10-28 |
Michael Paquier | Add CheckBuffer() to check on-disk pages without shared... |
commit | commitdiff | tree |
| 2020-10-28 |
Amit Kapila | Minor improvements in description of spilled counters... |
commit | commitdiff | tree |
| 2020-10-27 |
Tom Lane | Doc: improve explanation of how to use our code coverag... |
commit | commitdiff | tree |
| 2020-10-27 |
Bruce Momjian | Makefile comment: remove reference to tools/thread... |
commit | commitdiff | tree |
| 2020-10-27 |
Alvaro Herrera | pg_dump: Lock all relations, not just plain tables |
commit | commitdiff | tree |
| 2020-10-27 |
Peter Eisentraut | Add select_common_typmod() |
commit | commitdiff | tree |
| 2020-10-27 |
Alvaro Herrera | Accept relations of any kind in LOCK TABLE |
commit | commitdiff | tree |
| 2020-10-27 |
Bruce Momjian | docs: remove reference to src/tools/thread |
commit | commitdiff | tree |
| 2020-10-27 |
Peter Eisentraut | Fix enum errdetail to mention bytes, not chars |
commit | commitdiff | tree |
| 2020-10-27 |
Peter Eisentraut | Make procedure OUT parameters work with JDBC |
commit | commitdiff | tree |
| 2020-10-27 |
Peter Eisentraut | doc: Fix order of protocol messages in listing |
commit | commitdiff | tree |
| 2020-10-27 |
Amit Kapila | Update description of spilled counters in pg_stat_repli... |
commit | commitdiff | tree |
| 2020-10-27 |
Bruce Momjian | doc: simplify wording of function error affects |
commit | commitdiff | tree |
| 2020-10-26 |
Bruce Momjian | doc: make blooms docs match reality |
commit | commitdiff | tree |
| 2020-10-26 |
Tom Lane | In INSERT/UPDATE, use the table's real tuple descriptor... |
commit | commitdiff | tree |
| 2020-10-26 |
Heikki Linnakangas | docs: Remove notes about incompatibilies with very... |
commit | commitdiff | tree |
| 2020-10-26 |
Michael Paquier | Extend PageIsVerified() to handle more custom options |
commit | commitdiff | tree |
| 2020-10-25 |
Tom Lane | Fix corner case for a BEFORE ROW UPDATE trigger returni... |
commit | commitdiff | tree |
| 2020-10-25 |
David Rowley | Fix incorrect parameter name in a function header comment |
commit | commitdiff | tree |
| 2020-10-24 |
Tom Lane | Fix ancient bug in ecpg's pthread_once() emulation... |
commit | commitdiff | tree |
| 2020-10-24 |
Michael Paquier | Fix issue with --enable-coverage and the new unicode... |
commit | commitdiff | tree |
| 2020-10-24 |
Michael Paquier | Add tab completion for ALTER TABLE .. FORCE ROW LEVEL... |
commit | commitdiff | tree |
| 2020-10-23 |
Tom Lane | Fix more portability issues in new amcheck code. |
commit | commitdiff | tree |
| 2020-10-23 |
Tom Lane | Allow psql to re-use connection parameters after a... |
commit | commitdiff | tree |
| 2020-10-23 |
Tom Lane | Fix portability issues in new amcheck test. |
commit | commitdiff | tree |
| 2020-10-23 |
Tom Lane | Fix broken XML formatting in EXPLAIN output for increme... |
commit | commitdiff | tree |
| 2020-10-23 |
Peter Eisentraut | doc: Fix order of protocol messages in listing |
commit | commitdiff | tree |
| 2020-10-23 |
Heikki Linnakangas | doc: Remove reference to pre-8.2 pg_dump behaviour |
commit | commitdiff | tree |
| 2020-10-23 |
Heikki Linnakangas | Fix initialization of es_result_relations in EvalPlanQu... |
commit | commitdiff | tree |
| 2020-10-23 |
Michael Paquier | Improve performance of Unicode {de,re}composition in... |
commit | commitdiff | tree |
| 2020-10-23 |
Tom Lane | Update time zone data files to tzdata release 2020d. |
commit | commitdiff | tree |
| 2020-10-23 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
| 2020-10-22 |
Tom Lane | Add documentation and tests for quote marks in ECPG... |
commit | commitdiff | tree |
| 2020-10-22 |
Tom Lane | Avoid premature de-doubling of quote marks in ECPG... |
commit | commitdiff | tree |
| 2020-10-22 |
Robert Haas | Try to avoid a compiler warning about using fxid uninit... |
commit | commitdiff | tree |
| 2020-10-22 |
Tom Lane | Clean up some unpleasant behaviors in psql's \connect... |
commit | commitdiff | tree |
| 2020-10-22 |
Robert Haas | Extend amcheck to check heap pages. |
commit | commitdiff | tree |
| 2020-10-22 |
Peter Eisentraut | Use croak instead of die in Perl code when appropriate |
commit | commitdiff | tree |
| 2020-10-22 |
David Rowley | Optimize a few list_delete_ptr calls |
commit | commitdiff | tree |
| 2020-10-21 |
Tom Lane | Fix connection string handling in psql's \connect command. |
commit | commitdiff | tree |
| 2020-10-21 |
Alvaro Herrera | Use fast checkpoint in PostgresNode::backup() |
commit | commitdiff | tree |
| 2020-10-21 |
Tom Lane | Remove the option to build thread_test.c outside configure. |
commit | commitdiff | tree |
| 2020-10-21 |
Peter Eisentraut | Remove obsolete ifdefs |
commit | commitdiff | tree |
| 2020-10-21 |
Peter Eisentraut | Fix -Wcast-function-type warnings on Windows/MinGW |
commit | commitdiff | tree |
| 2020-10-21 |
Michael Paquier | Review format of code generated by PerfectHash.pm |
commit | commitdiff | tree |
| 2020-10-20 |
Alvaro Herrera | Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion |
commit | commitdiff | tree |
| 2020-10-20 |
Amit Kapila | Change the attribute name in pg_stat_replication_slots... |
commit | commitdiff | tree |
| 2020-10-19 |
Tom Lane | Fix connection string handling in src/bin/scripts/... |
commit | commitdiff | tree |
| 2020-10-19 |
Tom Lane | Fix list-munging bug that broke SQL function result... |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Misc documentation fixes. |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transac... |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Fix output of tsquery example in docs. |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Fix doc for full text search distance operator. |
commit | commitdiff | tree |
| 2020-10-19 |
Magnus Hagander | Update link for pllua |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Remove PartitionRoutingInfo struct. |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Revise child-to-root tuple conversion map management. |
commit | commitdiff | tree |
| 2020-10-19 |
Heikki Linnakangas | Clean up code to resolve the "root target relation... |
commit | commitdiff | tree |
| 2020-10-19 |
Peter Eisentraut | Avoid invalid alloc size error in shm_mq |
commit | commitdiff | tree |
| 2020-10-19 |
Peter Eisentraut | Improve whitespace |
commit | commitdiff | tree |
| 2020-10-19 |
Amit Kapila | Change the docs for PARALLEL option of Vacuum. |
commit | commitdiff | tree |
| 2020-10-19 |
Michael Paquier | Fix potential memory leak in pgcrypto |
commit | commitdiff | tree |
| 2020-10-18 |
David Rowley | Prevent overly large and NaN row estimates in relations |
commit | commitdiff | tree |
| 2020-10-18 |
Tom Lane | Update the Winsock API version requested by libpq. |
commit | commitdiff | tree |
| 2020-10-18 |
Tom Lane | In pg_restore's dump_lo_buf(), work a little harder... |
commit | commitdiff | tree |
| 2020-10-17 |
Tom Lane | In libpq for Windows, call WSAStartup once and WSAClean... |
commit | commitdiff | tree |
| 2020-10-17 |
Tom Lane | Doc: caution against misuse of 'now' and related dateti... |
commit | commitdiff | tree |
| 2020-10-17 |
Tom Lane | Update time zone data files to tzdata release 2020c. |
commit | commitdiff | tree |
| 2020-10-17 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
| 2020-10-16 |
Tom Lane | Add missing error check in pgcrypto/crypt-md5.c. |
commit | commitdiff | tree |
| 2020-10-16 |
Tom Lane | Doc: tweak column widths in synchronous-commit-matrix... |
commit | commitdiff | tree |
| 2020-10-16 |
Fujii Masao | postgres_fdw: Restructure connection retry logic. |
commit | commitdiff | tree |
| 2020-10-16 |
Andres Freund | llvmjit: Work around bug in LLVM 3.9 causing crashes... |
commit | commitdiff | tree |
| 2020-10-16 |
Bruce Momjian | pg_upgrade: remove C99 compiler req. from commit 3c047... |
commit | commitdiff | tree |
| 2020-10-15 |
Bruce Momjian | pg_upgrade: generate check error for left-over new... |
commit | commitdiff | tree |
| 2020-10-15 |
Andres Freund | llvmjit: Also copy parameter / return value attributes... |
commit | commitdiff | tree |
| 2020-10-15 |
Bruce Momjian | doc: improve description of synchronous_commit modes |
commit | commitdiff | tree |
| 2020-10-15 |
Alvaro Herrera | Revert "Remove pointless HeapTupleHeaderIndicatesMovedP... |
commit | commitdiff | tree |
| 2020-10-15 |
Alvaro Herrera | Remove pointless HeapTupleHeaderIndicatesMovedPartition... |
commit | commitdiff | tree |
| 2020-10-15 |
Alvaro Herrera | Install pg_isolation_regress and isolationtester |
commit | commitdiff | tree |
| 2020-10-15 |
Alvaro Herrera | Review logical replication tablesync code |
commit | commitdiff | tree |
| next |