Commit Graph

54472 Commits (b2e6e768230be334b12dae536ba4c147fba4e9c9)
 

Author SHA1 Message Date
Thomas Munro f558088285 Remove HAVE_UNIX_SOCKETS. 3 years ago
Tom Lane e07ebd4b6e Catch stack overflow when recursing in transformFromClauseItem(). 3 years ago
Tom Lane 8ded65682b Remove configurability of PPC spinlock assembly code. 3 years ago
Thomas Munro adee0df127 Remove configure probe for shl_load library. 3 years ago
Thomas Munro 36b3d52459 Remove configure probe for sys/resource.h and refactor. 3 years ago
Thomas Munro 37a65d1db1 Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
Thomas Munro 077bf2f275 Remove configure probes for sys/un.h and struct sockaddr_un. 3 years ago
Thomas Munro 75357ab940 Remove configure probe for sys/uio.h. 3 years ago
Peter Eisentraut abf46ad9c7 Add missing fields to _outConstraint() 3 years ago
Peter Eisentraut 9da300128d pg_upgrade: Fix some minor code issues 3 years ago
Peter Eisentraut c0408743c4 pg_upgrade: Remove unused typedef 3 years ago
Bruce Momjian fab54e6c1a doc: add missing role attributes to user management section 3 years ago
Bruce Momjian 115464bb5b doc: add section about heap-only tuples (HOT) 3 years ago
Bruce Momjian 50e088d6f2 doc: warn about security issues around log files 3 years ago
Bruce Momjian 1886060b98 doc: clarify configuration file for Windows builds 3 years ago
Bruce Momjian 74e28294cd doc: document the CREATE INDEX "USING" clause 3 years ago
Bruce Momjian 7d66ccee99 doc: clarify CREATE TABLE AS ... IF NOT EXISTS 3 years ago
Bruce Momjian 4d807bbc4b doc: improve wal_level docs for the 'minimal' level 3 years ago
Bruce Momjian e2a02a30c4 doc: clarify DROP EXTENSION dependent members text 3 years ago
Robert Haas 76733b399c Avoid using a fake relcache entry to own an SmgrRelation. 3 years ago
Alvaro Herrera 3d895bc846
MERGE docs adjustments 3 years ago
Alvaro Herrera 92af9143f1
Reject MERGE in CTEs and COPY 3 years ago
Peter Eisentraut e7a552f303 Fix _outConstraint() for "identity" constraints 3 years ago
Robert Haas 34dffa0224 Fix non-specific error message. 3 years ago
Alvaro Herrera 2c86077765
struct PQWalReceiverFunctions: use designated initializers 3 years ago
Peter Eisentraut 4e6dcbb6ae Add missing space in _outA_Const() output 3 years ago
Amit Kapila 7f13ac8123 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
John Naylor 37a6e5df37 Optimize xid/subxid searches in XidInMVCCSnapshot(). 3 years ago
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 3 years ago
Tom Lane 309857f9c1 Fix handling of R/W expanded datums that are passed to SQL functions. 3 years ago
Daniel Gustafsson 92dc33a3a2 Fix typo in test_oat_hooks README 3 years ago
Amit Kapila 0e60a50e0b Improve the protocol message descriptions for 2PC logical replication. 3 years ago
Peter Eisentraut fa351b1b13 Remove unused short option from getopt_long() call 3 years ago
John Naylor b6ef167564 Introduce optimized routine for linear searches of arrays 3 years ago
Bruce Momjian 356dd2ce5b doc: mention that COPY MATCH requires columns _in_ _order_ 3 years ago
Michael Paquier 0b039e3a84 Fix some inconsistencies with GUC categories 3 years ago
John Naylor ffbfde4c87 Fix mismatched file identifications 3 years ago
Thomas Munro 670475b2fa Fix obsolete comment in commit_ts.c. 3 years ago
Thomas Munro 01126dc8cf Fix obsolete comments in instr_time.h. 3 years ago
Tom Lane 9a9f25e217 Fix MSVC build script's check for obsolete node support functions. 3 years ago
Tom Lane 71cac850d0 Stabilize output of new regression test. 3 years ago
Tom Lane b9b21acc76 In extensions, don't replace objects not belonging to the extension. 3 years ago
Andres Freund 7e29a79a46 aix: fix misreading of condition in 8f12a4e7ad 3 years ago
Andres Freund a2a36d56b9 Trust a few system headers to stand on their own 3 years ago
Andres Freund 20c105c4db solaris: Remove unnecessary gcc / gnu ld vs sun studio differences 3 years ago
Andres Freund 8f12a4e7ad aix: Remove checks for very old OS versions 3 years ago
Andres Freund 9ddb870bd4 windows: Remove HAVE_MINIDUMP_TYPE test 3 years ago
Andres Freund 320f92b744 Rely on __func__ being supported 3 years ago
Alvaro Herrera afe58c8b74
Remove unportable use of timezone in recent test 3 years ago