Commit Graph

56851 Commits (e13205a5e4ad0fb75110a25f81654511303566f8)
 

Author SHA1 Message Date
Michael Paquier 4277bcb301 pg_upgrade: Fix test name in 002_pg_upgrade.pl 2 years ago
Michael Paquier 2308f18c07 Count write times when extending relation files for shared buffers 2 years ago
Tom Lane 4a427b82cf Back-patch test cases for timetz_zone/timetz_izone. 2 years ago
Nathan Bossart ee06199fcb Avoid calling proc_exit() in processes forked by system(). 2 years ago
Tom Lane 57e6e861d4 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. 2 years ago
Nathan Bossart d1c56ad37b Move extra code out of the Pre/PostRestoreCommand() section. 2 years ago
Robert Haas 08c1795c52 Update the documentation on recovering from (M)XID exhaustion. 2 years ago
Thomas Munro 5725e4ebe7 Try to handle torn reads of pg_control in frontend. 2 years ago
Thomas Munro 3090213690 Fix comment from commit 22655aa231. 2 years ago
Thomas Munro 2371432cd6 Acquire ControlFileLock in relevant SQL functions. 2 years ago
Noah Misch bf1c21c4fa Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Noah Misch 06ff064842 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Andres Freund 0002feb820 Fix bulk table extension when copying into multiple partitions 2 years ago
David Rowley 595db9e9cc Fix runtime partition pruning for HASH partitioned tables 2 years ago
David Rowley f114e16f6c Doc: fix grammatical errors for enable_partitionwise_aggregate 2 years ago
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