Commit Graph

56141 Commits (a6e04b1d20c2e9cece9b64bb5b36ebfdc3a9031b)
 

Author SHA1 Message Date
Amit Kapila a6e04b1d20 Test that invalidated logical slots doesn't retain WAL. 3 years ago
Peter Eisentraut 1ab763fc22 Add missing TAP test name 3 years ago
Amit Kapila de63f8dade Fix assertion failure in apply worker. 3 years ago
Tom Lane 6489875ce6 Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers. 3 years ago
Daniel Gustafsson 08237056f8 Fix overridden callbacks in pg_rewind. 3 years ago
Peter Eisentraut e0bb5d0c5b Update SQL features 3 years ago
Peter Eisentraut 7039c7cff6 Add missing uninstallation rule for BackgroundPsql.pm 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Michael Paquier 6fd8ae6888 doc: Fix typo in pg_amcheck for term "schema" 3 years ago
Tom Lane f47004add1 Tighten array dimensionality checks in Perl -> SQL array conversion. 3 years ago
Tom Lane 81eaaf65e3 Handle zero-length sublist correctly in Python -> SQL array conversion. 3 years ago
Michael Paquier 4dadd660f0 Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements 3 years ago
Daniel Gustafsson 4a6603cd46 Fix assertion failure in heap_vacuum_rel 3 years ago
Masahiko Sawada b72f564d87 Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample. 3 years ago
Amit Kapila 4d26d93ff7 Improve one of the test cases in 035_standby_logical_decoding.pl. 3 years ago
Nathan Bossart b72623671d Prevent underflow in KeepLogSeg(). 3 years ago
Alexander Korotkov db93e739ac Fix wrong construct_array_builtin() call in GUCArrayDelete() 3 years ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 3 years ago
Amit Kapila 376dc82053 Add a test to verify that subscription to the standby works. 3 years ago
Michael Paquier bedc1f0564 Rework code defining default compression for dir/custom formats in pg_dump 3 years ago
Daniel Gustafsson 7b7fa85130 Fix stop condition for dumping GRANT commands 3 years ago
Etsuro Fujita 4def50eba9 doc: Fix grammar. 3 years ago
Daniel Gustafsson a4c17c8617 Fix missing installation rules for BackgroundPsql.pm 3 years ago
Thomas Munro 828e93a6f2 Remove bogus #include added by d4e71df6d7. 3 years ago
Michael Paquier 84cc142674 Re-add tracking of wait event SLRUFlushSync 3 years ago
Daniel Gustafsson bfac8f8bc4 Fix vacuum_cost_delay check for balance calculation. 3 years ago
Amit Kapila 3034dc56ef Reduce the log level in 035_standby_logical_decoding.pl. 3 years ago
Michael Paquier 806fad7573 Fix buffer refcount leak with FDW bulk inserts 3 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 3 years ago
Tom Lane 441ee1677e Fix memory leakage in plpgsql DO blocks that use cast expressions. 3 years ago
Tom Lane fce3b26e97 Rename ExecAggTransReparent, and improve its documentation. 3 years ago
Peter Eisentraut 5a8366ad75 doc: Update SQL features names 3 years ago
Daniel Gustafsson c5e4ec293e ci: Remove OpenSSL 3.1 workaround for missing system CA 3 years ago
Daniel Gustafsson 69537f5d17 Remove duplicate lines of code 3 years ago
Masahiko Sawada 781ac42d43 Use elog to report unexpected action in handle_streamed_transaction(). 3 years ago
Amit Kapila 19e65dff38 Display 'password_required' option for \dRs+ command. 3 years ago
Noah Misch 244ab8c00c Remove new <para id="contrib-obsolete">. 3 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 3 years ago
Alexander Korotkov cd115c3530 Fix custom validators call in build_local_reloptions() 3 years ago
Tom Lane 0ec0e20955 Doc: update pgindent/README some more. 3 years ago
Jeff Davis 5cd1a5af4d Fix initdb --no-locale. 3 years ago
Jeff Davis c04c6c5d6f Avoid character classification in regex escape parsing. 3 years ago
Daniel Gustafsson a23ab2eebf Reorder connection markers in loadbalance tests 3 years ago
Daniel Gustafsson 60ce452729 Make libpq error messages consistent for translation 3 years ago
Fujii Masao 0a16512d40 doc: Add documentation for PGLOADBALANCEHOSTS environment variable in libpq. 3 years ago
David Rowley 84e05beb11 Remove unused global variable 3 years ago
David Rowley d91d163529 Fix incorrect function name reference 3 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 3 years ago
Tom Lane eab2d3147e Use --strip-unneeded when stripping static libraries with GNU strip. 3 years ago
Daniel Gustafsson a9781ae11b Fix autovacuum cost debug logging 3 years ago