Commit Graph

39645 Commits (efd0c16becbf45e3b0215e124fde75fee8fcbce4)

Author SHA1 Message Date
Tom Lane efd0c16bec Avoid using list_length() to test for empty list. 4 years ago
Michael Paquier d265cd2029 Use SetInstallXLogFileSegmentActive() in more places in xlog.c 4 years ago
Michael Paquier 93f2349c36 Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW 4 years ago
Tomas Vondra c52ad9c4ef Fix assert in logicalmsg_desc 4 years ago
Amit Kapila 0d5bd3a6cc Fix replica identity check for a partitioned table. 4 years ago
Thomas Munro 3eae0cbf7e Fix headerscheck and cpluspluscheck's exit codes. 4 years ago
Tom Lane bb9237a129 Add missing bad-PGconn guards in libpq entry points. 4 years ago
Peter Eisentraut 1c5818b9c6 Remove redundant spaces in _outA_Expr() output 4 years ago
Michael Paquier f6c750d31d Improve tab completion of ALTER TYPE in psql 4 years ago
Michael Paquier f2108d3bd0 Fix outdated --help message for postgres -f 4 years ago
Tom Lane a466219428 Preserve memory context of VarStringSortSupport buffers. 4 years ago
Thomas Munro 213bd0662c Add new win32 header to headerscheck and cpluspluscheck 4 years ago
Thomas Munro 52ea29045b Remove configure probe for gethostbyname_r. 4 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 4 years ago
Thomas Munro de42bc3ac8 Remove configure probe for struct sockaddr_storage. 4 years ago
Tom Lane 55d9cd46f6 Avoid misbehavior when hash_table_bytes < bucket_size. 4 years ago
Thomas Munro f558088285 Remove HAVE_UNIX_SOCKETS. 4 years ago
Tom Lane e07ebd4b6e Catch stack overflow when recursing in transformFromClauseItem(). 4 years ago
Tom Lane 8ded65682b Remove configurability of PPC spinlock assembly code. 4 years ago
Thomas Munro 36b3d52459 Remove configure probe for sys/resource.h and refactor. 4 years ago
Thomas Munro 37a65d1db1 Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 4 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 4 years ago
Thomas Munro 077bf2f275 Remove configure probes for sys/un.h and struct sockaddr_un. 4 years ago
Thomas Munro 75357ab940 Remove configure probe for sys/uio.h. 4 years ago
Peter Eisentraut abf46ad9c7 Add missing fields to _outConstraint() 4 years ago
Peter Eisentraut 9da300128d pg_upgrade: Fix some minor code issues 4 years ago
Peter Eisentraut c0408743c4 pg_upgrade: Remove unused typedef 4 years ago
Robert Haas 76733b399c Avoid using a fake relcache entry to own an SmgrRelation. 4 years ago
Alvaro Herrera 92af9143f1
Reject MERGE in CTEs and COPY 4 years ago
Peter Eisentraut e7a552f303 Fix _outConstraint() for "identity" constraints 4 years ago
Robert Haas 34dffa0224 Fix non-specific error message. 4 years ago
Alvaro Herrera 2c86077765
struct PQWalReceiverFunctions: use designated initializers 4 years ago
Peter Eisentraut 4e6dcbb6ae Add missing space in _outA_Const() output 4 years ago
Amit Kapila 7f13ac8123 Fix catalog lookup with the wrong snapshot during logical decoding. 4 years ago
John Naylor 37a6e5df37 Optimize xid/subxid searches in XidInMVCCSnapshot(). 4 years ago
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 4 years ago
Tom Lane 309857f9c1 Fix handling of R/W expanded datums that are passed to SQL functions. 4 years ago
Daniel Gustafsson 92dc33a3a2 Fix typo in test_oat_hooks README 4 years ago
Peter Eisentraut fa351b1b13 Remove unused short option from getopt_long() call 4 years ago
John Naylor b6ef167564 Introduce optimized routine for linear searches of arrays 4 years ago
Michael Paquier 0b039e3a84 Fix some inconsistencies with GUC categories 4 years ago
John Naylor ffbfde4c87 Fix mismatched file identifications 4 years ago
Thomas Munro 670475b2fa Fix obsolete comment in commit_ts.c. 4 years ago
Thomas Munro 01126dc8cf Fix obsolete comments in instr_time.h. 4 years ago
Tom Lane 9a9f25e217 Fix MSVC build script's check for obsolete node support functions. 4 years ago
Tom Lane 71cac850d0 Stabilize output of new regression test. 4 years ago
Tom Lane b9b21acc76 In extensions, don't replace objects not belonging to the extension. 4 years ago
Andres Freund 7e29a79a46 aix: fix misreading of condition in 8f12a4e7ad 4 years ago
Andres Freund 20c105c4db solaris: Remove unnecessary gcc / gnu ld vs sun studio differences 4 years ago
Andres Freund 8f12a4e7ad aix: Remove checks for very old OS versions 4 years ago