Commit Graph

52972 Commits (e8ccae5d5c3ed24ab8a5fe28ed65cedbc9fda5bf)
 

Author SHA1 Message Date
Tom Lane e8ccae5d5c Doc: improve description of dump/restore's --clean and --if-exists. 2 years ago
Daniel Gustafsson 0ae01cc8bf doc: Change statistics function xref to the right target 2 years ago
Peter Geoghegan 41486c4aae Fix btmarkpos/btrestrpos array key wraparound bug. 2 years ago
Tom Lane 9d6d8d7049 Fix checking of index expressions in CompareIndexInfo(). 2 years ago
David Rowley 9861fe2cdd Add missing TidRangePath handling in print_path() 2 years ago
Etsuro Fujita c33d42d2e9 Fix typo in src/backend/access/transam/README. 2 years ago
Michael Paquier e4d7ad30f0 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Tom Lane 5d60e8ed3f Stop using "-multiply_defined suppress" on macOS. 2 years ago
Bruce Momjian aa7d0b6cf9 doc: clarify the effect of concurrent work_mem allocations 2 years ago
Bruce Momjian 587a3563cb doc: clarify handling of time zones with "time with time zone" 2 years ago
Bruce Momjian 7cdaa2a73a doc: clarify the behavior of unopenable listen_addresses 2 years ago
Bruce Momjian f1780eaf48 doc: pg_upgrade, clarify standby servers must remain running 2 years ago
Bruce Momjian 28919a063d doc: mention GROUP BY columns can reference target col numbers 2 years ago
Heikki Linnakangas 747cef5a58 Fix another bug in parent page splitting during GiST index build. 2 years ago
Michael Paquier 0c4d7a1268 doc: Tell about "vcregress taptest" for regression tests on Windows 2 years ago
Thomas Munro 3d413c5a76 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Andres Freund 4dfb610822 pg_dump: tests: Correct test condition for invalid databases 2 years ago
Tom Lane 5cff431bc9 Collect dependency information for parsed CallStmts. 2 years ago
Tom Lane a2799f53d5 Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Alvaro Herrera 26c291a152
pg_upgrade: check for types removed in pg12 2 years ago
Thomas Munro afa504ba2f Don't use Perl pack('Q') in 039_end_of_wal.pl. 2 years ago
Thomas Munro 3ce3b53d76 Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane bbb9bec11c Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Tom Lane 10323f140f Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Etsuro Fujita c7c4ce2be3 Update comment about set_join_pathlist_hook(). 2 years ago
Heikki Linnakangas 78df27e2ff Fix GiST README's explanation of the NSN cross-check. 2 years ago
Michael Paquier bb65f3c1b2 Fix assertion failure with PL/Python exceptions 2 years ago
Tom Lane 9baabfa38e Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 2 years ago
Tom Lane ae13f8166d Track nesting depth correctly when drilling down into RECORD Vars. 2 years ago
Michael Paquier 1988f8766e Revert "Improve error message on snapshot import in snapmgr.c" 2 years ago
Michael Paquier a7b92d1c68 Improve error message on snapshot import in snapmgr.c 2 years ago
David Rowley 6341cb0b02 Fix incorrect logic in plan dependency recording 2 years ago
Thomas Munro e2452c2a63 Fix exception safety bug in typcache.c. 2 years ago
Amit Kapila f7d25117ba Fix uninitialized access to InitialRunningXacts during decoding after ERROR. 2 years ago
Fujii Masao 2f13e8d9ec Make recovery report error message when invalid page header is found. 2 years ago
Bruce Momjian 43f062cac0 doc: remove mention of backslash doubling in strings 2 years ago
Michael Paquier 9de74ca706 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Bruce Momjian a8e897e8be doc: mention that to_char() values are rounded 2 years ago
Bruce Momjian d46d69a359 doc: mention libpq regression tests 2 years ago
Michael Paquier df11421d82 Fix out-of-bound read in gtsvector_picksplit() 2 years ago
Etsuro Fujita b8f4644d60 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Michael Paquier d2bd4ba305 Avoid possible overflow with ltsGetFreeBlock() in logtape.c 2 years ago
Heikki Linnakangas 3d895f95a0 Initialize ListenSocket array earlier. 2 years ago
Tom Lane 9b2a41db1c Avoid unnecessary plancache revalidation of utility statements. 2 years ago
Daniel Gustafsson 832be40c49 doc: Replace list of drivers and PLs with wiki link 2 years ago
Andrew Dunstan 7f4515a58e Cache by-reference missing values in a long lived context 2 years ago
Jeff Davis 5a32af3f2c Remove test from commit fa2e874946. 2 years ago
Jeff Davis 00953f1e23 Recalculate search_path after ALTER ROLE. 2 years ago
Tom Lane 86648dcdae Stamp 14.9. 2 years ago
Tom Lane 93eb661713 Last-minute updates for release notes. 2 years ago