Commit Graph

56625 Commits (31b2b2d72d9c50be415c6340ebf4ad83a472590c)
 

Author SHA1 Message Date
David Rowley 31b2b2d72d Fix memory leak in Memoize code 2 years ago
Michael Paquier 75f31a3f26 Avoid memory size overflow when allocating backend activity buffer 2 years ago
Michael Paquier a06efbc3ac Fail hard on out-of-memory failures in xlogreader.c 2 years ago
Tom Lane aaaf8fbb67 Fix omission of column-level privileges in selective pg_restore. 2 years ago
Heikki Linnakangas 4a97a43a73 Flush WAL stats in bgwriter 2 years ago
Tom Lane 5c34a7374c Fix datalen calculation in tsvectorrecv(). 2 years ago
Tom Lane ea0e7cd6b8 In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 2 years ago
Andrew Dunstan 910eb61b2b Only evaluate default values as required when doing COPY FROM 2 years ago
Andres Freund d5c5312dc8 meson: macos: Correct -exported_symbols_list syntax for Sonoma compat 2 years ago
Heikki Linnakangas 992d2ca81d Fix briefly showing old progress stats for ANALYZE on inherited tables. 2 years ago
Dean Rasheed 6d2de076cb Fix EvalPlanQual rechecking during MERGE. 2 years ago
Tom Lane 5948664214 Remove environment sensitivity in pl/tcl regression test. 2 years ago
Bruce Momjian 527c3c1bec doc: fix link to ALTER GROUP 2 years ago
Bruce Momjian 2882d1f31a doc: PG 16 relnotes: change GRANT GROUP item to ALTER GROUP 2 years ago
Tom Lane 75c562653c Suppress macOS warnings about duplicate libraries in link commands. 2 years ago
Tom Lane 19bc6fda8b Doc: improve description of dump/restore's --clean and --if-exists. 2 years ago
Daniel Gustafsson 2e5cc553a8 doc: Change statistics function xref to the right target 2 years ago
Michael Paquier 950e236e50 doc: Fix descriptions related to the handling of non-ASCII characters 2 years ago
Peter Geoghegan 3fa81b62e0 Fix btmarkpos/btrestrpos array key wraparound bug. 2 years ago
Tom Lane 12402b9311 Fix checking of index expressions in CompareIndexInfo(). 2 years ago
David Rowley 7e00466a78 Add missing TidRangePath handling in print_path() 2 years ago
Etsuro Fujita 8bdfc53be4 Fix typo in src/backend/access/transam/README. 2 years ago
Amit Kapila 8d05be9319 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 2 years ago
Michael Paquier 641db601b7 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Tom Lane e73d6a0df4 Stop using "-multiply_defined suppress" on macOS. 2 years ago
Bruce Momjian 2ef5c5e736 doc: clarify the effect of concurrent work_mem allocations 2 years ago
Bruce Momjian 430f4497b0 doc: clarify handling of time zones with "time with time zone" 2 years ago
Bruce Momjian 362b94d02a doc: clarify the behavior of unopenable listen_addresses 2 years ago
Bruce Momjian b21ec201c0 doc: pg_upgrade, clarify standby servers must remain running 2 years ago
Bruce Momjian 17cd48de3c doc: mention GROUP BY columns can reference target col numbers 2 years ago
Bruce Momjian e391939b76 doc: PG 16 relnotes: clarify "relation" segsize mention 2 years ago
Heikki Linnakangas d7f521325f Fix another bug in parent page splitting during GiST index build. 2 years ago
Michael Paquier 280f70221b Fix behavior of "force" in pgstat_report_wal() 2 years ago
Michael Paquier b7f92b1150 doc: Tell about "vcregress taptest" for regression tests on Windows 2 years ago
Thomas Munro 10d0591ea2 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Andres Freund 881defde94 pg_dump: tests: Correct test condition for invalid databases 2 years ago
Tom Lane 055f786ea6 Collect dependency information for parsed CallStmts. 2 years ago
Andres Freund 72bf3f0877 docs: Clarify --with-segsize-blocks documentation 2 years ago
Tom Lane 8465efc1a0 Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Daniel Gustafsson 9aa3881b2d vacuumdb: Reword --help message for clarity 2 years ago
Daniel Gustafsson 2143d96dc7 vacuumdb: Fix excluding multiple schemas with -N 2 years ago
Alvaro Herrera fb9ddd0faf
pg_upgrade: check for types removed in pg12 2 years ago
Thomas Munro cc58607b01 Don't use Perl pack('Q') in 039_end_of_wal.pl. 2 years ago
Thomas Munro ce497f648e Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane 2290a13827 Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Daniel Gustafsson f720875a46 Avoid potential pfree on NULL on OpenSSL errors 2 years ago
Tom Lane 227c7cf156 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Bruce Momjian dce4544414 doc: PG 16 relnotes: improve wording of promote_trigger item 2 years ago
Etsuro Fujita 3e2fe32552 Update comment about set_join_pathlist_hook(). 2 years ago
David Rowley f7dbdab051 Fix vacuumdb to pass buffer-usage-limit with analyze-only mode 2 years ago