Commit Graph

56736 Commits (7471230cc697fec3dc3c4094aa81469c02fa53c6)
 

Author SHA1 Message Date
David Rowley 6352f16276 Fix incorrect step generation in HASH partition pruning 2 years ago
Bruce Momjian 4ac7635fdb doc: pg_upgrade: use dynamic new cluster major version numbers 2 years ago
Bruce Momjian 608ccdbe25 doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian 17fff5a6ef doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian 61fcc9d440 doc: add SSL configuration section reference 2 years ago
Bruce Momjian b01a5e71d8 doc: clarify how the bootstrap user name is chosen 2 years ago
Bruce Momjian 63e7cac019 doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis b8963e8a28 Fix bug in GenericXLogFinish(). 2 years ago
Tom Lane e943cff33d Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
David Rowley 9154ededfc Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path 2 years ago
Etsuro Fujita 3ed98ed88a Remove extra parenthesis from comment. 2 years ago
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