Commit Graph

54702 Commits (1102f4ece30ed734ca2193fedac74395490aee99)
 

Author SHA1 Message Date
Noah Misch 1102f4ece3 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
David Rowley 1e81d3e6e0 Fix runtime partition pruning for HASH partitioned tables 2 years ago
David Rowley 245e0f4e8d Doc: fix grammatical errors for enable_partitionwise_aggregate 2 years ago
David Rowley 916adc7c50 Fix incorrect step generation in HASH partition pruning 2 years ago
Bruce Momjian 5143f764a7 doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian 78691d1f98 doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian f20e0f82b9 doc: add SSL configuration section reference 2 years ago
Bruce Momjian 119fd40dce doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis b9bb02620d Fix bug in GenericXLogFinish(). 2 years ago
Tom Lane 6db384f2f9 Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
Etsuro Fujita bb91256305 Remove extra parenthesis from comment. 2 years ago
David Rowley 689af6db6c Fix memory leak in Memoize code 2 years ago
Michael Paquier 95e91da66c Avoid memory size overflow when allocating backend activity buffer 2 years ago
Michael Paquier afc79591de Fail hard on out-of-memory failures in xlogreader.c 2 years ago
Tom Lane 10e705bd24 Fix omission of column-level privileges in selective pg_restore. 2 years ago
Heikki Linnakangas 0684d1949f Flush WAL stats in bgwriter 2 years ago
Tom Lane 55e188a15e Fix datalen calculation in tsvectorrecv(). 2 years ago
Tom Lane 95fd5c89ff In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 2 years ago
Heikki Linnakangas 5ae2456648 Fix briefly showing old progress stats for ANALYZE on inherited tables. 2 years ago
Dean Rasheed 3c1a1af91d Fix EvalPlanQual rechecking during MERGE. 2 years ago
Tom Lane ef595bf744 Remove environment sensitivity in pl/tcl regression test. 2 years ago
Tom Lane be3398ea15 Suppress macOS warnings about duplicate libraries in link commands. 2 years ago
Tom Lane f8b55e8450 Doc: improve description of dump/restore's --clean and --if-exists. 2 years ago
Daniel Gustafsson 231e6b98fc doc: Change statistics function xref to the right target 2 years ago
Peter Geoghegan cac37c1a1b Fix btmarkpos/btrestrpos array key wraparound bug. 2 years ago
Tom Lane 59371f1aeb Fix checking of index expressions in CompareIndexInfo(). 2 years ago
David Rowley a0bfd65993 Add missing TidRangePath handling in print_path() 2 years ago
Etsuro Fujita 0db39e6338 Fix typo in src/backend/access/transam/README. 2 years ago
Michael Paquier 8a9e4e84e3 unaccent: Tweak value of PYTHON when building without Python support 2 years ago
Tom Lane 78f17fb97a Stop using "-multiply_defined suppress" on macOS. 2 years ago
Bruce Momjian c3f7e91a19 doc: clarify the effect of concurrent work_mem allocations 2 years ago
Bruce Momjian 7bb0f4a25d doc: clarify handling of time zones with "time with time zone" 2 years ago
Bruce Momjian cf93f173c1 doc: clarify the behavior of unopenable listen_addresses 2 years ago
Bruce Momjian 29dec9f043 doc: pg_upgrade, clarify standby servers must remain running 2 years ago
Bruce Momjian 3a9a1b821e doc: mention GROUP BY columns can reference target col numbers 2 years ago
Heikki Linnakangas c3c284b379 Fix another bug in parent page splitting during GiST index build. 2 years ago
Michael Paquier 802fcb9ed1 Fix behavior of "force" in pgstat_report_wal() 2 years ago
Michael Paquier 3c065d5a7e doc: Tell about "vcregress taptest" for regression tests on Windows 2 years ago
Thomas Munro 99d334a187 Fix edge-case for xl_tot_len broken by bae868ca. 2 years ago
Andres Freund 9dc3c5472e pg_dump: tests: Correct test condition for invalid databases 2 years ago
Tom Lane 0e59266a5d Collect dependency information for parsed CallStmts. 2 years ago
Tom Lane 71bb73f60b Limit to_tsvector_byid's initial array allocation to something sane. 2 years ago
Alvaro Herrera 8845d8597d
pg_upgrade: check for types removed in pg12 2 years ago
Thomas Munro 21b4c3ca0b Don't use Perl pack('Q') in 039_end_of_wal.pl. 2 years ago
Thomas Munro f4d152edd8 Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane bd82b8d9b2 Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Daniel Gustafsson 9dc85806d8 Avoid potential pfree on NULL on OpenSSL errors 2 years ago
Tom Lane 77dc816027 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Etsuro Fujita da421219e4 Update comment about set_join_pathlist_hook(). 2 years ago
Heikki Linnakangas bd7a18e707 Fix GiST README's explanation of the NSN cross-check. 2 years ago