Commit Graph

57893 Commits (2c29e7fc95b24f5ccfec0d2db458d2130606f446)
 

Author SHA1 Message Date
Nathan Bossart 2c29e7fc95 Add macro for customizing an archiving WARNING message. 2 years ago
Tom Lane e5bc9454e5 Explicitly list dependent types as extension members in pg_depend. 2 years ago
Robert Haas dc8f2d7c06 pg_verifybackup: Refactor parse_manifest_file. 2 years ago
Robert Haas dd7ea37c43 Fix pgindent damage. 2 years ago
Robert Haas d75c4027b6 Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY. 2 years ago
Tom Lane cb6945dc80 Further further fix pg_upgrade crossversion test for adminpack. 2 years ago
Tom Lane fce2ce797c Fix initdb's -c option to treat the GUC name case-insensitively. 2 years ago
Alvaro Herrera a0b808baef
Rework locking code in GetMultiXactIdMembers 2 years ago
Alvaro Herrera f9baaf96d3
Simplify coding in slru.c 2 years ago
Tom Lane c8a61e350d Further fix pg_upgrade crossversion test for adminpack. 2 years ago
Daniel Gustafsson 084cff7899 Fix crossversion test for unsupported versions 2 years ago
Daniel Gustafsson be78006741 Adjust pg_upgrade crossversion test for adminpack 2 years ago
Peter Eisentraut 43a8875f49 Put back required #include 2 years ago
Daniel Gustafsson cc09e6549f Remove the adminpack contrib extension 2 years ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Heikki Linnakangas 24eebc65c2 Remove unused 'countincludesself' argument to pq_sendcountedtext() 2 years ago
Heikki Linnakangas 0dd094c4a0 Remove unused ParallelWorkerInfo.pid field 2 years ago
Dean Rasheed 8545b28679 Fix doc omission for MERGE into updatable views. 2 years ago
Daniel Gustafsson 0cf79a7f68 doc: Fix datatype for postgres_fdw option 2 years ago
Heikki Linnakangas 393b5599e5 Use MyBackendType in more places to check what process this is 2 years ago
Heikki Linnakangas 067701f577 Remove MyAuxProcType, use MyBackendType instead 2 years ago
David Rowley a0cd954480 Optimize GenerationAlloc() and SlabAlloc() 2 years ago
David Rowley 07c36c1333 Support partition pruning on boolcol IS [NOT] UNKNOWN 2 years ago
Michael Paquier eca2c1ea85 Add PostgreSQL::Test::Cluster::wait_for_event() 2 years ago
Michael Paquier 6782709df8 Add regression test for restart points during promotion 2 years ago
Michael Paquier 37b369dc67 injection_points: Add wait and wakeup of processes 2 years ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 2 years ago
Heikki Linnakangas ab355e3a88 Redefine backend ID to be an index into the proc array 2 years ago
Alvaro Herrera 30b8d6e4ce
GUC table: Add description to computed variables 2 years ago
Jeff Davis 875e46a0a2 Documentation update for Standard Collations. 2 years ago
Thomas Munro 1e01374654 Fix overflow in Windows replacement pg_pread/pg_pwrite. 2 years ago
Thomas Munro 653b55b570 Return ssize_t in fd.c I/O functions. 2 years ago
Michael Paquier 655dc31046 Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax 2 years ago
Amit Kapila def0ce3370 Fix BF failure introduced by commit b3f6b14cf4. 2 years ago
Nathan Bossart 963d3072af Convert unloggedLSN to an atomic variable. 2 years ago
Nathan Bossart 3179701505 Convert archiver's force_dir_scan variable to an atomic variable. 2 years ago
Nathan Bossart bd5132db55 Introduce atomic read/write functions with full barrier semantics. 2 years ago
Dean Rasheed 5f2e179bd3 Support MERGE into updatable views. 2 years ago
Peter Eisentraut 8b29a119fd Add missing RangeTblEntry field to jumble 2 years ago
Dean Rasheed 362de947cd Remove field UpdateContext->updated in nodeModifyTable.c 2 years ago
Daniel Gustafsson 6fd144e3a9 Fix integer underflow in shared memory debugging 2 years ago
Amit Kapila b3f6b14cf4 Fixups for commit 93db6cbda0. 2 years ago
Michael Paquier ada87a4d95 Use C99-designated initializer syntax for arrays related to encodings 2 years ago
Tom Lane e8aecc5c2c Fix cross-version upgrade tests after f0827b443. 2 years ago
Daniel Gustafsson 6a6b7f5de3 Fix documentation comments for test CA config files 2 years ago
Tom Lane 2a6b47cb50 Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE. 2 years ago
Nathan Bossart 363eb05996 Convert README to Markdown. 2 years ago
Tom Lane f0827b443e Mop-up for AIX-ectomy: remove now-dead test code. 2 years ago
Tom Lane d163fdbfea Fix mis-rounding and overflow hazards in date_bin(). 2 years ago
Alvaro Herrera 53c2a97a92
Improve performance of subsystems on top of SLRU 2 years ago