Commit Graph

58073 Commits (6185c9737cf48c9540782d88f12bd2912d6ca1cc)
 

Author SHA1 Message Date
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
Heikki Linnakangas 1c1eec0f2d Remove configure --with-CC option 2 years ago
Heikki Linnakangas 802d886054 Run autoconf, for update of a comment. 2 years ago
Heikki Linnakangas 0b16bb8776 Remove AIX support 2 years ago
Alvaro Herrera bcdfa5f2e2
Rename SLRU elements in view pg_stat_slru 2 years ago
Michael Paquier 48920476b4 Remove last NULL element in config_group_names[] 2 years ago
David Rowley 413c18401d Refactor AllocSetAlloc(), separating hot and cold paths 2 years ago
Michael Paquier afd8ef3909 Use C99-designated initializer syntax for more arrays 2 years ago
Nathan Bossart e1724af42c Fix comments for the dshash_parameters struct. 2 years ago
Andrew Dunstan 92d2ab7554 Rationalize and improve error messages for some jsonpath items 2 years ago
Michael Paquier ef5e2e9085 Remove unnecessary array object_classes[] in dependency.c 2 years ago
David Rowley 743112a2e9 Adjust memory allocation functions to allow sibling calls 2 years ago
Michael Paquier 17a3f79f81 Fix comment thinko in sequence.c 2 years ago
Nathan Bossart 42a1de3013 Add helper functions for dshash tables with string keys. 2 years ago
Nathan Bossart 5fe08c006c Use NULL instead of 0 for 'arg' argument in dshash_create() calls. 2 years ago
Alvaro Herrera 6979ea2638
Revise MERGE documentation 2 years ago
Alvaro Herrera 5f79cb7629
slru.c: Reduce scope of variables in 'for' blocks 2 years ago
Michael Paquier 6e951bf98e Group more closely cache updates for backends in sequence.c 2 years ago
Michael Paquier 449e798c77 Introduce sequence_*() access functions 2 years ago
Peter Eisentraut 025f0a6f91 Fix incorrect format placeholder 2 years ago
Tom Lane f5a465f1a0 Promote assertion about !ReindexIsProcessingIndex to runtime error. 2 years ago