Commit Graph

56595 Commits (e391939b76f941544fdb512b147950b71e8ee358)
 

Author SHA1 Message Date
Bruce Momjian e391939b76 doc: PG 16 relnotes: clarify "relation" segsize mention 2 years ago
Heikki Linnakangas d7f521325f Fix another bug in parent page splitting during GiST index build. 2 years ago
Michael Paquier 280f70221b Fix behavior of "force" in pgstat_report_wal() 2 years ago
Michael Paquier b7f92b1150 doc: Tell about "vcregress taptest" for regression tests on Windows 2 years ago
Thomas Munro 10d0591ea2 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Andres Freund 881defde94 pg_dump: tests: Correct test condition for invalid databases 2 years ago
Tom Lane 055f786ea6 Collect dependency information for parsed CallStmts. 2 years ago
Andres Freund 72bf3f0877 docs: Clarify --with-segsize-blocks documentation 2 years ago
Tom Lane 8465efc1a0 Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Daniel Gustafsson 9aa3881b2d vacuumdb: Reword --help message for clarity 2 years ago
Daniel Gustafsson 2143d96dc7 vacuumdb: Fix excluding multiple schemas with -N 2 years ago
Alvaro Herrera fb9ddd0faf
pg_upgrade: check for types removed in pg12 2 years ago
Thomas Munro cc58607b01 Don't use Perl pack('Q') in 039_end_of_wal.pl. 2 years ago
Thomas Munro ce497f648e Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane 2290a13827 Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Daniel Gustafsson f720875a46 Avoid potential pfree on NULL on OpenSSL errors 2 years ago
Tom Lane 227c7cf156 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Bruce Momjian dce4544414 doc: PG 16 relnotes: improve wording of promote_trigger item 2 years ago
Etsuro Fujita 3e2fe32552 Update comment about set_join_pathlist_hook(). 2 years ago
David Rowley f7dbdab051 Fix vacuumdb to pass buffer-usage-limit with analyze-only mode 2 years ago
Michael Paquier 3701db77a0 doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZE 2 years ago
Heikki Linnakangas 64276c7e45 Fix GiST README's explanation of the NSN cross-check. 2 years ago
Michael Paquier f171430f08 Fix assertion failure with PL/Python exceptions 2 years ago
Tom Lane ec693a3f30 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 2 years ago
Tom Lane 53630f12d3 Track nesting depth correctly when drilling down into RECORD Vars. 2 years ago
Michael Paquier 3f94dfc008 Revert "Improve error message on snapshot import in snapmgr.c" 2 years ago
Andres Freund c4758649b4 Fix tracking of temp table relation extensions as writes 2 years ago
Michael Paquier be3dfd3dff Improve error message on snapshot import in snapmgr.c 2 years ago
Michael Paquier 800d5bcb98 Refactor error messages for unsupported providers in pg_locale.c 2 years ago
David Rowley 1a6900e58a Fix incorrect logic in plan dependency recording 2 years ago
Amit Kapila a81e5516fa Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option. 2 years ago
Thomas Munro f899c7f1ea Fix exception safety bug in typcache.c. 2 years ago
Michael Paquier 3f7b7d9df2 Skip psql's TAP test for query cancellation entirely on Windows 2 years ago
Tom Lane c372fbbd8e Doc: fix release date in release-16.sgml. 2 years ago
Tom Lane 2439153f44 Stamp 16.0. 2 years ago
Alvaro Herrera e472a8c51c
Translation updates 2 years ago
Alvaro Herrera 6bdeed9844
Translation updates 2 years ago
Bruce Momjian efaa50c783 doc: remove mention of backslash doubling in strings 2 years ago
Masahiko Sawada 1b95c8d85f Stabilize subscription stats test. 2 years ago
Daniel Gustafsson bae47d7867 doc: Extend documentation of PG_TEST_EXTRA 2 years ago
Michael Paquier 1057958436 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Thomas Munro 8d1cf9674a Disable 031_recovery_conflict.pl in 15 and 16. 2 years ago
Bruce Momjian 253bc4eb28 doc: mention that to_char() values are rounded 2 years ago
Bruce Momjian 3ddc889e33 doc: PG 16 relnotes: fix subscriber role permission description 2 years ago
Peter Eisentraut b323fcc58c Translation updates 2 years ago
Peter Eisentraut ae7e3ae8c6 Update list of acknowledgments in release notes 2 years ago
Bruce Momjian 57a011b666 doc: mention libpq regression tests 2 years ago
Peter Eisentraut 9ddecd4066 Unify gratuitously different error messages 2 years ago
Michael Paquier fac3fa0d5b Fix out-of-bound read in gtsvector_picksplit() 2 years ago
Michael Paquier c397c98ae6 Fix handling of shared statistics with dropped databases 2 years ago