Commit Graph

56551 Commits (b323fcc58cb15200572a8515bc9b5bb1882c4d42)
 

Author SHA1 Message Date
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
Daniel Gustafsson bfac8f8bc4 Fix vacuum_cost_delay check for balance calculation. 2 years ago
Amit Kapila 3034dc56ef Reduce the log level in 035_standby_logical_decoding.pl. 2 years ago
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 2 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 2 years ago
Tom Lane 441ee1677e Fix memory leakage in plpgsql DO blocks that use cast expressions. 2 years ago
Tom Lane fce3b26e97 Rename ExecAggTransReparent, and improve its documentation. 2 years ago
Peter Eisentraut 5a8366ad75 doc: Update SQL features names 2 years ago
Daniel Gustafsson c5e4ec293e ci: Remove OpenSSL 3.1 workaround for missing system CA 2 years ago
Daniel Gustafsson 69537f5d17 Remove duplicate lines of code 2 years ago
Masahiko Sawada 781ac42d43 Use elog to report unexpected action in handle_streamed_transaction(). 2 years ago
Amit Kapila 19e65dff38 Display 'password_required' option for \dRs+ command. 2 years ago
Noah Misch 244ab8c00c Remove new <para id="contrib-obsolete">. 2 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 2 years ago
Alexander Korotkov cd115c3530 Fix custom validators call in build_local_reloptions() 2 years ago
Tom Lane 0ec0e20955 Doc: update pgindent/README some more. 2 years ago