Commit Graph

52999 Commits (54fc9dca5b10e82cb85c7cd44ebe1eb0f28f795b)
 

Author SHA1 Message Date
Nathan Bossart 54fc9dca5b Avoid calling proc_exit() in processes forked by system(). 2 years ago
Tom Lane f6e1ee3cfa Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. 2 years ago
Robert Haas 81b3df0f1b Update the documentation on recovering from (M)XID exhaustion. 2 years ago
Thomas Munro dc75748a91 Try to handle torn reads of pg_control in frontend. 2 years ago
Thomas Munro a56fe5cf07 Acquire ControlFileLock in relevant SQL functions. 2 years ago
Noah Misch 0834df9094 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Noah Misch 0df88a6864 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
David Rowley d26f33c324 Fix runtime partition pruning for HASH partitioned tables 2 years ago
David Rowley 952e0b26c3 Doc: fix grammatical errors for enable_partitionwise_aggregate 2 years ago
David Rowley cd15bff481 Fix incorrect step generation in HASH partition pruning 2 years ago
Bruce Momjian 40049edfeb doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian f8c1662fbb doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian af29fb571e doc: add SSL configuration section reference 2 years ago
Bruce Momjian 4d966cc163 doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis 6615bb95af Fix bug in GenericXLogFinish(). 2 years ago
Tom Lane 9f597bafac Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
Etsuro Fujita 6e331c4a4f Remove extra parenthesis from comment. 2 years ago
David Rowley e4b95b9b02 Fix memory leak in Memoize code 2 years ago
Michael Paquier f91c87b314 Avoid memory size overflow when allocating backend activity buffer 2 years ago
Michael Paquier baeb8542c1 Fail hard on out-of-memory failures in xlogreader.c 2 years ago
Tom Lane 829d91cc62 Fix omission of column-level privileges in selective pg_restore. 2 years ago
Heikki Linnakangas 594001864a Flush WAL stats in bgwriter 2 years ago
Tom Lane cf12c4fd29 Fix datalen calculation in tsvectorrecv(). 2 years ago
Tom Lane a715c02122 In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 2 years ago
Heikki Linnakangas 2d4f99bc69 Fix briefly showing old progress stats for ANALYZE on inherited tables. 2 years ago
Tom Lane fd6a06fccb Remove environment sensitivity in pl/tcl regression test. 2 years ago
Tom Lane e9d1560d3e Suppress macOS warnings about duplicate libraries in link commands. 2 years ago
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