Commit Graph

53020 Commits (162b38a0683960c115954694cd7be56dec5bfe33)
 

Author SHA1 Message Date
Dean Rasheed 162b38a068 btree_gin: Fix calculation of leftmost interval value. 2 years ago
Tom Lane 5d7515d7d1 Fix intra-query memory leak when a SRF returns zero rows. 2 years ago
Tom Lane 877e7b4b9c Remove PHOT from our default timezone abbreviations list. 2 years ago
Tomas Vondra 0fa73c5cd0 Fix minmax-multi distance for extreme interval values 2 years ago
Tomas Vondra 52c934cc1f Fix minmax-multi on infinite date/timestamp values 2 years ago
Tomas Vondra d1740e169d Fix calculation in brin_minmax_multi_distance_date 2 years ago
Tomas Vondra 90c4da6d43 Fix overflow when calculating timestamp distance in BRIN 2 years ago
Tom Lane 70b59a2728 Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
Michael Paquier 5a4c21e952 doc: Fix some typos and grammar 2 years ago
Tom Lane 8f4a6b9e4f Fix problems when a plain-inheritance parent table is excluded. 2 years ago
Peter Geoghegan df73ca3514 Doc: indexUnchanged is strictly a hint. 2 years ago
Thomas Munro 03e749c2b8 Log LLVM library version in configure output. 2 years ago
Thomas Munro fb9a16a1a6 Fix min_dynamic_shared_memory on Windows. 2 years ago
Tom Lane 85c9dda818 Dodge a compiler bug affecting timetz_zone/timetz_izone. 2 years ago
Tom Lane 9208c6f043 Doc: update CREATE OPERATOR's statement about => as an operator. 2 years ago
Tom Lane 2c63dc0356 Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Thomas Munro 0a8b7d5c11 jit: Changes for LLVM 17. 2 years ago
Thomas Munro ee3e4c41f3 jit: Supply LLVMGlobalGetValueType() for LLVM < 8. 2 years ago
Thomas Munro 82d9a782a2 jit: Support opaque pointers in LLVM 16. 2 years ago
Nathan Bossart 555bc89c90 windows: msvc: Define STDIN/OUT/ERR_FILENO. 2 years ago
Tom Lane dc159b95d9 Back-patch test cases for timetz_zone/timetz_izone. 2 years ago
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