| 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 |
| 2020-10-15 |
Heikki Linnakangas | Refactor code for cross-partition updates to a separate... |
commit | commitdiff | tree |
| 2020-10-15 |
Alvaro Herrera | Fix query in new test to check tables are synced |
commit | commitdiff | tree |
| 2020-10-15 |
Michael Paquier | Replace calls of htonl()/ntohl() with pg_bswap.h for... |
commit | commitdiff | tree |
| 2020-10-15 |
Fujii Masao | Improve tab-completion for FETCH/MOVE. |
commit | commitdiff | tree |
| 2020-10-15 |
David Rowley | Fixup some appendStringInfo and appendPQExpBuffer calls |
commit | commitdiff | tree |
| 2020-10-15 |
Peter Eisentraut | Add documentation link to attributes supported by Clang |
commit | commitdiff | tree |
| 2020-10-15 |
Thomas Munro | Handle EACCES errors from kevent() better. |
commit | commitdiff | tree |
| 2020-10-15 |
Amit Kapila | Execute invalidation messages for each XLOG_XACT_INVALI... |
commit | commitdiff | tree |
| 2020-10-15 |
Fujii Masao | doc: Mention that toast_tuple_target affects also colum... |
commit | commitdiff | tree |
| 2020-10-14 |
Alvaro Herrera | Restore replication protocol's duplicate command tags |
commit | commitdiff | tree |
| 2020-10-14 |
Thomas Munro | Make WL_POSTMASTER_DEATH level-triggered on kqueue... |
commit | commitdiff | tree |
| 2020-10-14 |
Heikki Linnakangas | Remove es_result_relation_info from EState. |
commit | commitdiff | tree |
| 2020-10-14 |
Heikki Linnakangas | Include result relation info in direct modify ForeignSc... |
commit | commitdiff | tree |
| 2020-10-14 |
Peter Eisentraut | Use https for gnu.org links |
commit | commitdiff | tree |
| 2020-10-14 |
Peter Eisentraut | Correct error message |
commit | commitdiff | tree |
| 2020-10-13 |
Tom Lane | Paper over regression failures in infinite_recurse... |
commit | commitdiff | tree |
| 2020-10-13 |
Heikki Linnakangas | Create ResultRelInfos later in InitPlan, index them... |
commit | commitdiff | tree |
| 2020-10-13 |
Amit Kapila | Fix the unstable output of tests added by commit 8fccf7... |
commit | commitdiff | tree |
| 2020-10-13 |
Peter Eisentraut | doc: Expand recursive query documentation |
commit | commitdiff | tree |
| 2020-10-13 |
Amit Kapila | Add tests for logical replication spilled stats. |
commit | commitdiff | tree |
| 2020-10-12 |
Tom Lane | Fix GiST buffering build to work when there are include... |
commit | commitdiff | tree |
| 2020-10-12 |
Tom Lane | Re-allow testing of GiST buffered builds. |
commit | commitdiff | tree |
| 2020-10-12 |
Tom Lane | Fix memory leak when guc.c decides a setting can't... |
commit | commitdiff | tree |
| 2020-10-12 |
Tom Lane | Minor cleanup for win32stat.c. |
commit | commitdiff | tree |
| 2020-10-12 |
Michael Paquier | Fix compilation warning in unicode_norm.c |
commit | commitdiff | tree |
| 2020-10-12 |
Thomas Munro | Fix estimates for ModifyTable paths without RETURNING. |
commit | commitdiff | tree |
| 2020-10-12 |
Peter Eisentraut | Adjust cycle detection examples and tests |
commit | commitdiff | tree |
| 2020-10-12 |
Noah Misch | Choose ppc compare_exchange constant path for more... |
commit | commitdiff | tree |
| 2020-10-12 |
Noah Misch | For ppc gcc, implement 64-bit compare_exchange and... |
commit | commitdiff | tree |
| 2020-10-11 |
Michael Paquier | Use perfect hash for NFC and NFKC Unicode Normalization... |
commit | commitdiff | tree |
| 2020-10-10 |
Tom Lane | Band-aid new postgres_fdw test case to remove error... |
commit | commitdiff | tree |
| 2020-10-10 |
Tom Lane | Remove pointless error-code checking in pg_dump/parallel.c. |
commit | commitdiff | tree |
| 2020-10-10 |
Tom Lane | Minor cleanup for win32stat.c. |
commit | commitdiff | tree |
| 2020-10-10 |
Tom Lane | Minor cleanup for win32stat.c. |
commit | commitdiff | tree |
| 2020-10-10 |
Tom Lane | Recognize network-failure errnos as indicating hard... |
commit | commitdiff | tree |
| 2020-10-09 |
Tom Lane | plperl.h should #undef fstat along with stat and lstat. |
commit | commitdiff | tree |
| 2020-10-09 |
Tom Lane | Fix our Windows stat() emulation to handle file sizes... |
commit | commitdiff | tree |
| 2020-10-09 |
Amit Kapila | Fix typos in logical.c and reorderbuffer.c. |
commit | commitdiff | tree |
| 2020-10-08 |
Tom Lane | Avoid gratuitous inaccuracy in numeric width_bucket(). |
commit | commitdiff | tree |
| 2020-10-08 |
Tom Lane | Fix numeric width_bucket() to allow its first argument... |
commit | commitdiff | tree |
| 2020-10-08 |
Michael Paquier | Fix typo in multixact.c |
commit | commitdiff | tree |
| 2020-10-08 |
Michael Paquier | Improve set of candidate multipliers for perfect hash... |
commit | commitdiff | tree |
| 2020-10-08 |
Amit Kapila | Track statistics for spilling of changes from ReorderBu... |
commit | commitdiff | tree |
| 2020-10-07 |
Tom Lane | Fix optimization hazard in gram.y's makeOrderedSetArgs... |
commit | commitdiff | tree |
| 2020-10-07 |
Tom Lane | Prevent internal overflows in date-vs-timestamp and... |
commit | commitdiff | tree |
| 2020-10-07 |
Tom Lane | Clean up after newly-added tests for pg_test_fsync... |
commit | commitdiff | tree |
| 2020-10-07 |
Tom Lane | Rethink recent fix for pg_dump's handling of extension... |
commit | commitdiff | tree |
| 2020-10-07 |
Amit Kapila | Display the names of missing columns in error during... |
commit | commitdiff | tree |
| 2020-10-06 |
Bruce Momjian | pg_upgrade: remove pre-8.4 code and >= 8.4 check |
commit | commitdiff | tree |
| 2020-10-06 |
Bruce Momjian | pg_upgrade; change major version comparisons to use... |
commit | commitdiff | tree |
| next |