Commit Graph

54665 Commits (3c065d5a7ecd61ba3b896be300aa0d98ad6993a2)
 

Author SHA1 Message Date
Michael Paquier 3c065d5a7e doc: Tell about "vcregress taptest" for regression tests on Windows 3 years ago
Thomas Munro 99d334a187 Fix edge-case for xl_tot_len broken by bae868ca. 3 years ago
Andres Freund 9dc3c5472e pg_dump: tests: Correct test condition for invalid databases 3 years ago
Tom Lane 0e59266a5d Collect dependency information for parsed CallStmts. 3 years ago
Tom Lane 71bb73f60b Limit to_tsvector_byid's initial array allocation to something sane. 3 years ago
Alvaro Herrera 8845d8597d
pg_upgrade: check for types removed in pg12 3 years ago
Thomas Munro 21b4c3ca0b Don't use Perl pack('Q') in 039_end_of_wal.pl. 3 years ago
Thomas Munro f4d152edd8 Don't trust unvalidated xl_tot_len. 3 years ago
Tom Lane bd82b8d9b2 Doc: copy-edit the introductory para for the pg_class catalog. 3 years ago
Daniel Gustafsson 9dc85806d8 Avoid potential pfree on NULL on OpenSSL errors 3 years ago
Tom Lane 77dc816027 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 3 years ago
Etsuro Fujita da421219e4 Update comment about set_join_pathlist_hook(). 3 years ago
Heikki Linnakangas bd7a18e707 Fix GiST README's explanation of the NSN cross-check. 3 years ago
Michael Paquier 9e0ce80f3d Fix assertion failure with PL/Python exceptions 3 years ago
Tom Lane 95f54f0d03 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 3 years ago
Tom Lane 2679a107a1 Track nesting depth correctly when drilling down into RECORD Vars. 3 years ago
Michael Paquier fe60434af7 Revert "Improve error message on snapshot import in snapmgr.c" 3 years ago
Michael Paquier 19885ab246 Improve error message on snapshot import in snapmgr.c 3 years ago
David Rowley 17a3f1c347 Fix incorrect logic in plan dependency recording 3 years ago
Thomas Munro a26cc0334f Fix exception safety bug in typcache.c. 3 years ago
Michael Paquier 75b4f930d5 Skip psql's TAP test for query cancellation entirely on Windows 3 years ago
Amit Kapila c7256e6564 Fix uninitialized access to InitialRunningXacts during decoding after ERROR. 3 years ago
Bruce Momjian ad6508c104 doc: remove mention of backslash doubling in strings 3 years ago
Masahiko Sawada 461a7fad7c Stabilize subscription stats test. 3 years ago
Daniel Gustafsson 87d6e0127a doc: Extend documentation of PG_TEST_EXTRA 3 years ago
Michael Paquier 574bff7bd2 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 3 years ago
Thomas Munro e13de49139 Disable 031_recovery_conflict.pl in 15 and 16. 3 years ago
Bruce Momjian 18aecf5e15 doc: mention that to_char() values are rounded 3 years ago
Bruce Momjian de35fb89cd doc: mention libpq regression tests 3 years ago
Peter Eisentraut 3a788447d8 Unify gratuitously different error messages 3 years ago
Michael Paquier 88aa4a049a Fix out-of-bound read in gtsvector_picksplit() 3 years ago
Michael Paquier 5a9325fdde Fix handling of shared statistics with dropped databases 3 years ago
Etsuro Fujita 3daee7fb08 postgres_fdw: Fix test for parameterized foreign scan. 3 years ago
Michael Paquier 5180160c17 Avoid possible overflow with ltsGetFreeBlock() in logtape.c 3 years ago
Heikki Linnakangas 0c10240600 Initialize ListenSocket array earlier. 3 years ago
Tom Lane 8700851352 Avoid unnecessary plancache revalidation of utility statements. 3 years ago
Peter Eisentraut 908f711d23 Update DECLARE_INDEX documentation 3 years ago
Andres Freund e4693c68a4 ci: Make compute resources for CI configurable 3 years ago
Andres Freund 284465e1b9 ci: Prepare to make compute resources for CI configurable 3 years ago
Andres Freund 4fdfd0629d ci: Use VMs for SanityCheck and CompilerWarnings 3 years ago
Andres Freund 462f4df0a8 ci: Move execution method of tasks into yaml templates 3 years ago
Andres Freund 89daa5ae30 ci: Don't specify amount of memory 3 years ago
Daniel Gustafsson f4f63577b6 doc: Replace list of drivers and PLs with wiki link 3 years ago
Jeff Davis 1d9976d1bd Fix pg_dump assertion failure when dumping pg_catalog. 3 years ago
Andrew Dunstan 75f323aa1c Cache by-reference missing values in a long lived context 3 years ago
Michael Paquier ad8753a3a7 Fix pg_stat_reset_single_table_counters() for shared relations 3 years ago
Andres Freund 62017cb51f ci: macos: use cached macports install 3 years ago
Thomas Munro d23e60e667 Invalidate smgr_targblock in smgrrelease(). 3 years ago
Jeff Davis 1bc19dfcfe Remove test from commit fa2e874946. 3 years ago
Jeff Davis 9f3343e40d Recalculate search_path after ALTER ROLE. 3 years ago