Commit Graph

56166 Commits (605994651b6a4209b418cb09d3c223ca269f7cfc)
 

Author SHA1 Message Date
Michael Paquier 605994651b Fix assertion failure when updating stats_fetch_consistency in a transaction 2 years ago
Michael Paquier 4d47eff99c Document values of stats_fetch_consistency in postgresql.conf.sample 2 years ago
Amit Kapila c5b7f67fcc Fix the race condition in the test case added by commit a6e04b1d20. 2 years ago
Amit Kapila 3d144c6c86 Fix invalid memory access during the shutdown of the parallel apply worker. 2 years ago
Jeff Davis 455f948b0d Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'." 2 years ago
Peter Geoghegan 5698f07947 Doc: update VACUUM FREEZE query conflict guidance. 2 years ago
Jeff Davis f7faa9976c ICU: do not convert locale 'C' to 'en-US-u-va-posix'. 2 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 2 years ago
Tom Lane ca73753b09 Handle RLS dependencies in inlined set-returning functions properly. 2 years ago
Noah Misch 681d9e4621 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Peter Eisentraut b8c3f6df85 Add missing source file to nls.mk 2 years ago
Peter Eisentraut 9f9abfeb10 pg_dump: Restore lost translation marker 2 years ago
Michael Paquier 0890f7d528 doc: Fix some markups in logical replication section 2 years ago
Peter Eisentraut 90f0d28814 pg_basebackup: Restore lost translation markers 2 years ago
Tom Lane 41e2c52fd6 Add ruleutils support for decompiling MERGE commands. 2 years ago
Michael Paquier 58f5edf849 Fix typo with wait event for SLRU buffer of commit timestamps 2 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 2 years ago
Peter Eisentraut b1c4ed2f02 Fix copy-and-pasto in error message 2 years ago
Peter Eisentraut 5d42a97519 Fix prove_installcheck when used with PGXS 2 years ago
Nathan Bossart 57d0051706 Move return statements out of PG_TRY blocks. 2 years ago
Alvaro Herrera f75cec4fff
Fix ExecCheckPermissions call in RI_Initial_Check 2 years ago
Tom Lane 4c40995f61 In array_position()/array_positions(), beware of empty input array. 2 years ago
Tom Lane 0553528e7c Tighten array dimensionality checks in Python -> SQL array conversion. 2 years ago
Alvaro Herrera 5472743d9e
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt" 2 years ago
Peter Eisentraut 919c486a27 doc: New glossary entries 2 years ago
Amit Kapila a6e04b1d20 Test that invalidated logical slots doesn't retain WAL. 2 years ago
Peter Eisentraut 1ab763fc22 Add missing TAP test name 2 years ago
Amit Kapila de63f8dade Fix assertion failure in apply worker. 2 years ago
Tom Lane 6489875ce6 Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers. 2 years ago
Daniel Gustafsson 08237056f8 Fix overridden callbacks in pg_rewind. 2 years ago
Peter Eisentraut e0bb5d0c5b Update SQL features 2 years ago
Peter Eisentraut 7039c7cff6 Add missing uninstallation rule for BackgroundPsql.pm 2 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 2 years ago
Michael Paquier 6fd8ae6888 doc: Fix typo in pg_amcheck for term "schema" 2 years ago
Tom Lane f47004add1 Tighten array dimensionality checks in Perl -> SQL array conversion. 2 years ago
Tom Lane 81eaaf65e3 Handle zero-length sublist correctly in Python -> SQL array conversion. 2 years ago
Michael Paquier 4dadd660f0 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements 2 years ago
Daniel Gustafsson 4a6603cd46 Fix assertion failure in heap_vacuum_rel 2 years ago
Masahiko Sawada b72f564d87 Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample. 2 years ago
Amit Kapila 4d26d93ff7 Improve one of the test cases in 035_standby_logical_decoding.pl. 2 years ago
Nathan Bossart b72623671d Prevent underflow in KeepLogSeg(). 2 years ago
Alexander Korotkov db93e739ac Fix wrong construct_array_builtin() call in GUCArrayDelete() 2 years ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Amit Kapila 376dc82053 Add a test to verify that subscription to the standby works. 2 years ago
Michael Paquier bedc1f0564 Rework code defining default compression for dir/custom formats in pg_dump 2 years ago
Daniel Gustafsson 7b7fa85130 Fix stop condition for dumping GRANT commands 2 years ago
Etsuro Fujita 4def50eba9 doc: Fix grammar. 2 years ago
Daniel Gustafsson a4c17c8617 Fix missing installation rules for BackgroundPsql.pm 2 years ago
Thomas Munro 828e93a6f2 Remove bogus #include added by d4e71df6d7. 2 years ago
Michael Paquier 84cc142674 Re-add tracking of wait event SLRUFlushSync 2 years ago