Commit Graph

57851 Commits (ada87a4d95fc39dfb1214edf6653390314b6f0df)
 

Author SHA1 Message Date
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
Tom Lane 57b28c0830 Doc: fix minor typos in two ECPG function descriptions. 2 years ago
Alexander Korotkov 28e858c0f9 Improve documentation and GUC description for transaction_timeout 2 years ago
Alexander Korotkov a661bf7b0f Remove flaky isolation tests for timeouts 2 years ago
Alexander Korotkov 874d817baa Multiple revisions to the GROUP BY reordering tests 2 years ago
Alexander Korotkov 466979ef03 Replace lateral references to removed rels in subqueries 2 years ago
Tom Lane a6b2a51e16 Avoid dangling-pointer problem with partitionwise joins under GEQO. 2 years ago
Heikki Linnakangas d360e3cc60 Fix compiler warning on typedef redeclaration 2 years ago
Heikki Linnakangas 8af2565248 Introduce a new smgr bulk loading facility. 2 years ago
Peter Eisentraut e612384fc7 Fix mistake in SQL features list 2 years ago
Amit Kapila d13ff82319 Fix BF failure in commit 93db6cbda0. 2 years ago
Michael Paquier efa70c15c7 Make GetSlotInvalidationCause() return RS_INVAL_NONE on unexpected input 2 years ago
Amit Kapila 93db6cbda0 Add a new slot sync worker to synchronize logical slots. 2 years ago
Peter Eisentraut 3d47b75546 pgindent fix 2 years ago
Amit Kapila b6df0798a5 Fix the intermittent buildfarm failures in 031_column_list. 2 years ago
Peter Eisentraut fbc93b8b5f Remove custom Constraint node read/write implementations 2 years ago
Amit Kapila 801792e528 Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48. 2 years ago
Michael Paquier 011d60c435 Speed up uuid_out() by not relying on a StringInfo 2 years ago
Michael Paquier 943f7ae1c8 Add lookup table for replication slot conflict reasons 2 years ago
Heikki Linnakangas 28f3915b73 Remove superfluous 'pgprocno' field from PGPROC 2 years ago
Alvaro Herrera 4989ce7264
MERGE ... DO NOTHING: require SELECT privileges 2 years ago
Alvaro Herrera ed345c2728
Fix typo 2 years ago
Daniel Gustafsson 690805ca75 doc: Fix link to pg_ident_file_mappings view 2 years ago