Commit Graph

57879 Commits (dbbca2cf299b81299112ca6ada671a36235ec008)
 

Author SHA1 Message Date
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 1 year ago
Heikki Linnakangas 24eebc65c2 Remove unused 'countincludesself' argument to pq_sendcountedtext() 1 year ago
Heikki Linnakangas 0dd094c4a0 Remove unused ParallelWorkerInfo.pid field 1 year ago
Dean Rasheed 8545b28679 Fix doc omission for MERGE into updatable views. 1 year ago
Daniel Gustafsson 0cf79a7f68 doc: Fix datatype for postgres_fdw option 1 year ago
Heikki Linnakangas 393b5599e5 Use MyBackendType in more places to check what process this is 1 year ago
Heikki Linnakangas 067701f577 Remove MyAuxProcType, use MyBackendType instead 1 year ago
David Rowley a0cd954480 Optimize GenerationAlloc() and SlabAlloc() 1 year ago
David Rowley 07c36c1333 Support partition pruning on boolcol IS [NOT] UNKNOWN 1 year ago
Michael Paquier eca2c1ea85 Add PostgreSQL::Test::Cluster::wait_for_event() 1 year ago
Michael Paquier 6782709df8 Add regression test for restart points during promotion 1 year ago
Michael Paquier 37b369dc67 injection_points: Add wait and wakeup of processes 1 year ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 1 year ago
Heikki Linnakangas ab355e3a88 Redefine backend ID to be an index into the proc array 1 year ago
Alvaro Herrera 30b8d6e4ce
GUC table: Add description to computed variables 1 year ago
Jeff Davis 875e46a0a2 Documentation update for Standard Collations. 1 year ago
Thomas Munro 1e01374654 Fix overflow in Windows replacement pg_pread/pg_pwrite. 1 year ago
Thomas Munro 653b55b570 Return ssize_t in fd.c I/O functions. 1 year ago
Michael Paquier 655dc31046 Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntax 1 year ago
Amit Kapila def0ce3370 Fix BF failure introduced by commit b3f6b14cf4. 1 year ago
Nathan Bossart 963d3072af Convert unloggedLSN to an atomic variable. 1 year ago
Nathan Bossart 3179701505 Convert archiver's force_dir_scan variable to an atomic variable. 1 year ago
Nathan Bossart bd5132db55 Introduce atomic read/write functions with full barrier semantics. 1 year ago
Dean Rasheed 5f2e179bd3 Support MERGE into updatable views. 1 year ago
Peter Eisentraut 8b29a119fd Add missing RangeTblEntry field to jumble 1 year ago
Dean Rasheed 362de947cd Remove field UpdateContext->updated in nodeModifyTable.c 1 year ago
Daniel Gustafsson 6fd144e3a9 Fix integer underflow in shared memory debugging 1 year ago
Amit Kapila b3f6b14cf4 Fixups for commit 93db6cbda0. 1 year ago
Michael Paquier ada87a4d95 Use C99-designated initializer syntax for arrays related to encodings 1 year ago
Tom Lane e8aecc5c2c Fix cross-version upgrade tests after f0827b443. 1 year ago
Daniel Gustafsson 6a6b7f5de3 Fix documentation comments for test CA config files 1 year ago
Tom Lane 2a6b47cb50 Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE. 1 year ago
Nathan Bossart 363eb05996 Convert README to Markdown. 1 year ago
Tom Lane f0827b443e Mop-up for AIX-ectomy: remove now-dead test code. 1 year ago
Tom Lane d163fdbfea Fix mis-rounding and overflow hazards in date_bin(). 1 year ago
Alvaro Herrera 53c2a97a92
Improve performance of subsystems on top of SLRU 1 year ago
Heikki Linnakangas 1c1eec0f2d Remove configure --with-CC option 1 year ago
Heikki Linnakangas 802d886054 Run autoconf, for update of a comment. 1 year ago
Heikki Linnakangas 0b16bb8776 Remove AIX support 1 year ago
Alvaro Herrera bcdfa5f2e2
Rename SLRU elements in view pg_stat_slru 1 year ago
Michael Paquier 48920476b4 Remove last NULL element in config_group_names[] 1 year ago
David Rowley 413c18401d Refactor AllocSetAlloc(), separating hot and cold paths 1 year ago
Michael Paquier afd8ef3909 Use C99-designated initializer syntax for more arrays 1 year ago
Nathan Bossart e1724af42c Fix comments for the dshash_parameters struct. 1 year ago
Andrew Dunstan 92d2ab7554 Rationalize and improve error messages for some jsonpath items 1 year ago
Michael Paquier ef5e2e9085 Remove unnecessary array object_classes[] in dependency.c 1 year ago
David Rowley 743112a2e9 Adjust memory allocation functions to allow sibling calls 1 year ago
Michael Paquier 17a3f79f81 Fix comment thinko in sequence.c 1 year ago
Nathan Bossart 42a1de3013 Add helper functions for dshash tables with string keys. 1 year ago
Nathan Bossart 5fe08c006c Use NULL instead of 0 for 'arg' argument in dshash_create() calls. 1 year ago