Commit Graph

57841 Commits (0b16bb8776bb834eb1ef8204ca95dd7667ab948b)
 

Author SHA1 Message Date
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
Alvaro Herrera 6979ea2638
Revise MERGE documentation 1 year ago
Alvaro Herrera 5f79cb7629
slru.c: Reduce scope of variables in 'for' blocks 1 year ago
Michael Paquier 6e951bf98e Group more closely cache updates for backends in sequence.c 1 year ago
Michael Paquier 449e798c77 Introduce sequence_*() access functions 1 year ago
Peter Eisentraut 025f0a6f91 Fix incorrect format placeholder 1 year ago
Tom Lane f5a465f1a0 Promote assertion about !ReindexIsProcessingIndex to runtime error. 1 year ago
Tom Lane 57b28c0830 Doc: fix minor typos in two ECPG function descriptions. 1 year ago
Alexander Korotkov 28e858c0f9 Improve documentation and GUC description for transaction_timeout 1 year ago
Alexander Korotkov a661bf7b0f Remove flaky isolation tests for timeouts 1 year ago
Alexander Korotkov 874d817baa Multiple revisions to the GROUP BY reordering tests 1 year ago
Alexander Korotkov 466979ef03 Replace lateral references to removed rels in subqueries 1 year ago
Tom Lane a6b2a51e16 Avoid dangling-pointer problem with partitionwise joins under GEQO. 1 year ago
Heikki Linnakangas d360e3cc60 Fix compiler warning on typedef redeclaration 1 year ago
Heikki Linnakangas 8af2565248 Introduce a new smgr bulk loading facility. 1 year ago
Peter Eisentraut e612384fc7 Fix mistake in SQL features list 1 year ago
Amit Kapila d13ff82319 Fix BF failure in commit 93db6cbda0. 1 year ago
Michael Paquier efa70c15c7 Make GetSlotInvalidationCause() return RS_INVAL_NONE on unexpected input 1 year ago
Amit Kapila 93db6cbda0 Add a new slot sync worker to synchronize logical slots. 1 year ago
Peter Eisentraut 3d47b75546 pgindent fix 1 year ago
Amit Kapila b6df0798a5 Fix the intermittent buildfarm failures in 031_column_list. 1 year ago
Peter Eisentraut fbc93b8b5f Remove custom Constraint node read/write implementations 1 year ago
Amit Kapila 801792e528 Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48. 1 year ago
Michael Paquier 011d60c435 Speed up uuid_out() by not relying on a StringInfo 1 year ago
Michael Paquier 943f7ae1c8 Add lookup table for replication slot conflict reasons 1 year ago
Heikki Linnakangas 28f3915b73 Remove superfluous 'pgprocno' field from PGPROC 1 year ago
Alvaro Herrera 4989ce7264
MERGE ... DO NOTHING: require SELECT privileges 1 year ago
Alvaro Herrera ed345c2728
Fix typo 1 year ago
Daniel Gustafsson 690805ca75 doc: Fix link to pg_ident_file_mappings view 1 year ago
Michael Paquier ff9e1e764f Add option force_initdb to PostgreSQL::Test::Cluster:init() 1 year ago
Alexander Korotkov 75bcba6cbd Remove extra check_stack_depth() from dropconstraint_internal() 1 year ago
Tom Lane fcd210d496 Doc: improve explanation of type interval, especially extract(). 1 year ago
Alexander Korotkov 489072ab7a Replace relids in lateral subquery parse tree during SJE 1 year ago
Peter Eisentraut 74563f6b90 Revert "Improve compression and storage support with inheritance" 1 year ago
David Rowley d2ca9a50b5 Minor corrections for partition pruning 1 year ago
Michael Paquier 818fefd8fd Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot() 1 year ago
Michael Paquier 01ec4d89b9 doc: Use system-username instead of system-user 1 year ago
David Rowley 4c2369ac5d Fix incorrect pruning of NULL partition for boolean IS NOT clauses 1 year ago
Noah Misch 0e162810df Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot. 1 year ago