summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-08-13Remove configurability of PPC spinlock assembly code.Tom Lane
2022-08-13Remove configure probe for shl_load library.Thomas Munro
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-13Remove configure probe for sys/uio.h.Thomas Munro
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-12pg_upgrade: Remove unused typedefPeter Eisentraut
2022-08-12doc: add missing role attributes to user management sectionBruce Momjian
2022-08-12doc: add section about heap-only tuples (HOT)Bruce Momjian
2022-08-12doc: warn about security issues around log filesBruce Momjian
2022-08-12doc: clarify configuration file for Windows buildsBruce Momjian
2022-08-12doc: document the CREATE INDEX "USING" clauseBruce Momjian
2022-08-12doc: clarify CREATE TABLE AS ... IF NOT EXISTSBruce Momjian
2022-08-12doc: improve wal_level docs for the 'minimal' levelBruce Momjian
2022-08-12doc: clarify DROP EXTENSION dependent members textBruce Momjian
2022-08-12Avoid using a fake relcache entry to own an SmgrRelation.Robert Haas
2022-08-12MERGE docs adjustmentsAlvaro Herrera
2022-08-12Reject MERGE in CTEs and COPYAlvaro Herrera
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-11Fix non-specific error message.Robert Haas
2022-08-11struct PQWalReceiverFunctions: use designated initializersAlvaro Herrera
2022-08-11Add missing space in _outA_Const() outputPeter Eisentraut
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-11Optimize xid/subxid searches in XidInMVCCSnapshot().John Naylor
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-10Fix typo in test_oat_hooks READMEDaniel Gustafsson
2022-08-10Improve the protocol message descriptions for 2PC logical replication.Amit Kapila
2022-08-10Remove unused short option from getopt_long() callPeter Eisentraut
2022-08-10Introduce optimized routine for linear searches of arraysJohn Naylor
2022-08-10doc: mention that COPY MATCH requires columns _in_ _order_Bruce Momjian
2022-08-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-08-09Fix mismatched file identificationsJohn Naylor
2022-08-09Fix obsolete comment in commit_ts.c.Thomas Munro
2022-08-08Fix obsolete comments in instr_time.h.Thomas Munro
2022-08-08Fix MSVC build script's check for obsolete node support functions.Tom Lane
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07aix: fix misreading of condition in 8f12a4e7addAndres Freund
2022-08-07Trust a few system headers to stand on their ownAndres Freund
2022-08-07solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund
2022-08-07aix: Remove checks for very old OS versionsAndres Freund
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund