Commit Graph

56677 Commits (ab73a37e9e1e5308f4dbb81902125b484f9c5432)
 

Author SHA1 Message Date
Dean Rasheed ab73a37e9e btree_gin: Fix calculation of leftmost interval value. 2 years ago
Tom Lane 07494a0df9 Fix intra-query memory leak when a SRF returns zero rows. 2 years ago
Tom Lane d1537afe3e Remove PHOT from our default timezone abbreviations list. 2 years ago
Tomas Vondra 924e0e2ee0 Fix minmax-multi distance for extreme interval values 2 years ago
Tomas Vondra 497fc92086 Fix minmax-multi on infinite date/timestamp values 2 years ago
Tomas Vondra e7965226d5 Fix calculation in brin_minmax_multi_distance_date 2 years ago
Tomas Vondra 0635fe02b4 Fix overflow when calculating timestamp distance in BRIN 2 years ago
Amit Langote 2bf99b48de Avoid compiler warning in non-assert builds 2 years ago
Amit Langote 178ee1d858 Prevent duplicate RTEPermissionInfo for plain-inheritance parents 2 years ago
Tom Lane d76606f077 Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
Michael Paquier cf352ddcdd doc: Fix some typos and grammar 2 years ago
Michael Paquier f76f1ef00d Log OpenSSL version in ./configure output 2 years ago
Tom Lane b1444a09dc Fix problems when a plain-inheritance parent table is excluded. 2 years ago
Peter Geoghegan cf89d3052d Doc: indexUnchanged is strictly a hint. 2 years ago
Thomas Munro 3b0f20f6ce Log LLVM library version in configure output. 2 years ago
Thomas Munro 174ccda5e2 Fix min_dynamic_shared_memory on Windows. 2 years ago
Alvaro Herrera b62a3fa1cc
Make some error strings more generic 2 years ago
Andres Freund c79ca0485a meson: Make detection of python more robust 2 years ago
Tom Lane 1ad3a7bd39 Dodge a compiler bug affecting timetz_zone/timetz_izone. 2 years ago
Tom Lane 1856a0ee0e Doc: update CREATE OPERATOR's statement about => as an operator. 2 years ago
Peter Eisentraut 8405068f3e Remove duplicate name from list of acknowledgments 2 years ago
Tom Lane cfa4eba02c Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Bruce Momjian 418d6b4430 doc: PG 16 relnotes: fix spelling error 2 years ago
Thomas Munro 7741850568 jit: Changes for LLVM 17. 2 years ago
Thomas Munro 60596f148a jit: Supply LLVMGlobalGetValueType() for LLVM < 8. 2 years ago
Thomas Munro 74d19ec096 jit: Support opaque pointers in LLVM 16. 2 years ago
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