summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-17Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier
2022-08-17Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier
2022-08-16Fix assert in logicalmsg_descTomas Vondra
2022-08-16Fix replica identity check for a partitioned table.Amit Kapila
2022-08-15Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro
2022-08-15Add missing bad-PGconn guards in libpq entry points.Tom Lane
2022-08-15Remove redundant spaces in _outA_Expr() outputPeter Eisentraut
2022-08-15Improve tab completion of ALTER TYPE in psqlMichael Paquier
2022-08-15Fix outdated --help message for postgres -fMichael Paquier
2022-08-14Preserve memory context of VarStringSortSupport buffers.Tom Lane
2022-08-13Add new win32 header to headerscheck and cpluspluscheckThomas Munro
2022-08-13Remove configure probe for gethostbyname_r.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
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 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-12Avoid using a fake relcache entry to own an SmgrRelation.Robert Haas
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-10Remove unused short option from getopt_long() callPeter Eisentraut
2022-08-10Introduce optimized routine for linear searches of arraysJohn Naylor
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-07solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund
2022-08-07aix: Remove checks for very old OS versionsAndres Freund