Commit Graph

51012 Commits (db7394d4de7c0073a84f7d591a21bd6e00b2663c)
 

Author SHA1 Message Date
Heikki Linnakangas db7394d4de Fix another bug in parent page splitting during GiST index build. 2 years ago
Michael Paquier b52db237ae doc: Tell about "vcregress taptest" for regression tests on Windows 2 years ago
Thomas Munro 45d1fe8b53 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Andres Freund d1c76fdec3 pg_dump: tests: Correct test condition for invalid databases 2 years ago
Tom Lane 8cfc3e80b6 Collect dependency information for parsed CallStmts. 2 years ago
Tom Lane 52a676ef4f Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Alvaro Herrera d3946c4f62
pg_upgrade: check for types removed in pg12 2 years ago
Thomas Munro 07896f468f Don't use Perl pack('Q') in 039_end_of_wal.pl. 2 years ago
Thomas Munro 6606c57162 Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane 7060f8023f Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Tom Lane 555a8d9d37 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Etsuro Fujita a3a66d3ff1 Update comment about set_join_pathlist_hook(). 2 years ago
Heikki Linnakangas 459439f728 Fix GiST README's explanation of the NSN cross-check. 2 years ago
Michael Paquier 35e8ba3e54 Fix assertion failure with PL/Python exceptions 2 years ago
Tom Lane e6e50ada07 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 2 years ago
Tom Lane c5b7f791da Track nesting depth correctly when drilling down into RECORD Vars. 2 years ago
Tom Lane 59bc0dfe44 Fix get_expr_result_type() to find field names for RECORD Consts. 2 years ago
Michael Paquier f18efc6f2b Revert "Improve error message on snapshot import in snapmgr.c" 2 years ago
Michael Paquier d98cbea201 Improve error message on snapshot import in snapmgr.c 2 years ago
Thomas Munro 189097db82 Fix exception safety bug in typcache.c. 2 years ago
Amit Kapila c570bb4d61 Fix uninitialized access to InitialRunningXacts during decoding after ERROR. 2 years ago
Fujii Masao 5dc093eace Make recovery report error message when invalid page header is found. 2 years ago
Bruce Momjian 5ab7c531ed doc: remove mention of backslash doubling in strings 2 years ago
Michael Paquier 6cdd7b805e pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Bruce Momjian 46517f63db doc: mention that to_char() values are rounded 2 years ago
Bruce Momjian 77644adc30 doc: mention libpq regression tests 2 years ago
Michael Paquier 82fa8ae5f9 Fix out-of-bound read in gtsvector_picksplit() 2 years ago
Etsuro Fujita 019c13e7a9 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Michael Paquier 420c8dc7ec Avoid possible overflow with ltsGetFreeBlock() in logtape.c 2 years ago
Heikki Linnakangas a01e479e84 Initialize ListenSocket array earlier. 2 years ago
Tom Lane 27566bcf3c Avoid unnecessary plancache revalidation of utility statements. 2 years ago
Daniel Gustafsson 07e70143b8 doc: Replace list of drivers and PLs with wiki link 2 years ago
Andrew Dunstan 1bb619d4d6 Cache by-reference missing values in a long lived context 2 years ago
Jeff Davis 4caa9e33ec Remove test from commit fa2e874946. 2 years ago
Jeff Davis 90cadfd499 Recalculate search_path after ALTER ROLE. 2 years ago
Tom Lane c9d50b21a7 Stamp 13.12. 2 years ago
Tom Lane 5d81700859 Last-minute updates for release notes. 2 years ago
Noah Misch b1b585e0fc Reject substituting extension schemas or owners matching ["$'\]. 2 years ago
Peter Eisentraut 2f89d0c97d Translation updates 2 years ago
Tom Lane 466b0d393e Release notes for 15.4, 14.9, 13.12, 12.16, 11.21. 2 years ago
Etsuro Fujita cc20236d15 Doc: update documentation for creating custom scan paths. 2 years ago
Etsuro Fujita 4eb8b9c282 Update comments on CustomPath struct. 2 years ago
David Rowley 74a5bf1b67 Fix overly strict Assert in jsonpath code 2 years ago
Etsuro Fujita 730f983eff Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane 288b4288c3 Raise fixed token-length limit in hba.c. 2 years ago
Tom Lane 291c025402 Guard against null plan pointer in CachedPlanIsSimplyValid(). 2 years ago
Tom Lane 27e945944b Doc: improve description of IN and row-constructor comparisons. 2 years ago
Tom Lane dc2d9efcb4 Doc: fix out-of-date example of SPI usage. 2 years ago
Michael Paquier b3ca4f0a5c Fix indentation in twophase.c 2 years ago
Michael Paquier db59108a2b Fix recovery of 2PC transaction during crash recovery 2 years ago