Commit Graph

39852 Commits (3c065d5a7ecd61ba3b896be300aa0d98ad6993a2)

Author SHA1 Message Date
Thomas Munro 99d334a187 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Andres Freund 9dc3c5472e pg_dump: tests: Correct test condition for invalid databases 2 years ago
Tom Lane 0e59266a5d Collect dependency information for parsed CallStmts. 2 years ago
Tom Lane 71bb73f60b Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Alvaro Herrera 8845d8597d
pg_upgrade: check for types removed in pg12 2 years ago
Thomas Munro 21b4c3ca0b Don't use Perl pack('Q') in 039_end_of_wal.pl. 2 years ago
Thomas Munro f4d152edd8 Don't trust unvalidated xl_tot_len. 2 years ago
Daniel Gustafsson 9dc85806d8 Avoid potential pfree on NULL on OpenSSL errors 2 years ago
Tom Lane 77dc816027 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Etsuro Fujita da421219e4 Update comment about set_join_pathlist_hook(). 2 years ago
Heikki Linnakangas bd7a18e707 Fix GiST README's explanation of the NSN cross-check. 2 years ago
Michael Paquier 9e0ce80f3d Fix assertion failure with PL/Python exceptions 2 years ago
Tom Lane 95f54f0d03 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 2 years ago
Tom Lane 2679a107a1 Track nesting depth correctly when drilling down into RECORD Vars. 2 years ago
Michael Paquier fe60434af7 Revert "Improve error message on snapshot import in snapmgr.c" 2 years ago
Michael Paquier 19885ab246 Improve error message on snapshot import in snapmgr.c 2 years ago
David Rowley 17a3f1c347 Fix incorrect logic in plan dependency recording 2 years ago
Thomas Munro a26cc0334f Fix exception safety bug in typcache.c. 2 years ago
Michael Paquier 75b4f930d5 Skip psql's TAP test for query cancellation entirely on Windows 2 years ago
Amit Kapila c7256e6564 Fix uninitialized access to InitialRunningXacts during decoding after ERROR. 2 years ago
Masahiko Sawada 461a7fad7c Stabilize subscription stats test. 2 years ago
Michael Paquier 574bff7bd2 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Thomas Munro e13de49139 Disable 031_recovery_conflict.pl in 15 and 16. 2 years ago
Peter Eisentraut 3a788447d8 Unify gratuitously different error messages 2 years ago
Michael Paquier 88aa4a049a Fix out-of-bound read in gtsvector_picksplit() 2 years ago
Michael Paquier 5a9325fdde Fix handling of shared statistics with dropped databases 2 years ago
Michael Paquier 5180160c17 Avoid possible overflow with ltsGetFreeBlock() in logtape.c 2 years ago
Heikki Linnakangas 0c10240600 Initialize ListenSocket array earlier. 2 years ago
Tom Lane 8700851352 Avoid unnecessary plancache revalidation of utility statements. 2 years ago
Peter Eisentraut 908f711d23 Update DECLARE_INDEX documentation 2 years ago
Andres Freund e4693c68a4 ci: Make compute resources for CI configurable 2 years ago
Jeff Davis 1d9976d1bd Fix pg_dump assertion failure when dumping pg_catalog. 2 years ago
Andrew Dunstan 75f323aa1c Cache by-reference missing values in a long lived context 2 years ago
Michael Paquier ad8753a3a7 Fix pg_stat_reset_single_table_counters() for shared relations 2 years ago
Andres Freund 62017cb51f ci: macos: use cached macports install 2 years ago
Thomas Munro d23e60e667 Invalidate smgr_targblock in smgrrelease(). 2 years ago
Jeff Davis 1bc19dfcfe Remove test from commit fa2e874946. 2 years ago
Jeff Davis 9f3343e40d Recalculate search_path after ALTER ROLE. 2 years ago
Noah Misch de494ec14f Reject substituting extension schemas or owners matching ["$'\]. 2 years ago
Peter Eisentraut 0fee069960 Translation updates 2 years ago
David Rowley 71662373b3 Don't Memoize lateral joins with volatile join conditions 2 years ago
Dean Rasheed cb2ae5741f Fix RLS policy usage in MERGE. 2 years ago
Etsuro Fujita 9f495270cc Update comments on CustomPath struct. 2 years ago
Masahiko Sawada 01357f1da9 Fix ReorderBufferCheckMemoryLimit() comment. 2 years ago
David Rowley 67f3a697ba Fix overly strict Assert in jsonpath code 2 years ago
Etsuro Fujita d1ef5631e6 Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane 313ceda2fe Raise fixed token-length limit in hba.c. 2 years ago
Amit Kapila 2864eb977a Fix the display of UNKNOWN message type in apply worker. 2 years ago
Tom Lane fbaf65cd65 Guard against null plan pointer in CachedPlanIsSimplyValid(). 3 years ago
Michael Paquier f6ecd2622c Fix indentation in twophase.c 3 years ago