Commit Graph

51035 Commits (02a111bc2056e3edaf762d77a5d428cef97ecfcb)
 

Author SHA1 Message Date
Bruce Momjian 02a111bc20 doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian 4cbd131232 doc: add SSL configuration section reference 2 years ago
Bruce Momjian 17fb3673dd doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis 469d367bee Fix bug in GenericXLogFinish(). 2 years ago
Tom Lane b36d78e21a Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
Michael Paquier a0b0136259 Avoid memory size overflow when allocating backend activity buffer 2 years ago
Michael Paquier 6103d2ccae Fail hard on out-of-memory failures in xlogreader.c 2 years ago
Tom Lane 295953f8be Fix omission of column-level privileges in selective pg_restore. 2 years ago
Tom Lane 9da1538462 Fix datalen calculation in tsvectorrecv(). 2 years ago
Heikki Linnakangas ed9247cd7f Fix briefly showing old progress stats for ANALYZE on inherited tables. 2 years ago
Tom Lane 6875bac64f Remove environment sensitivity in pl/tcl regression test. 2 years ago
Tom Lane 1b64e374c9 Suppress macOS warnings about duplicate libraries in link commands. 2 years ago
Tom Lane 83c05ed46a Doc: improve description of dump/restore's --clean and --if-exists. 2 years ago
Daniel Gustafsson e4f73493c0 doc: Change statistics function xref to the right target 2 years ago
Peter Geoghegan d4724e94a1 Fix btmarkpos/btrestrpos array key wraparound bug. 2 years ago
Tom Lane 83ba050f92 Fix checking of index expressions in CompareIndexInfo(). 2 years ago
Michael Paquier a64b8b0355 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Tom Lane 53cc19bfa8 Stop using "-multiply_defined suppress" on macOS. 2 years ago
Bruce Momjian c8afad9e63 doc: clarify the effect of concurrent work_mem allocations 2 years ago
Bruce Momjian 1512fec197 doc: clarify handling of time zones with "time with time zone" 2 years ago
Bruce Momjian aa90766d15 doc: clarify the behavior of unopenable listen_addresses 2 years ago
Bruce Momjian fa2da00050 doc: pg_upgrade, clarify standby servers must remain running 2 years ago
Bruce Momjian 9ac7fa2776 doc: mention GROUP BY columns can reference target col numbers 2 years ago
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