Commit Graph

54753 Commits (7e18c0bd63aecb9fc4ee2e8aaf537d4952bd0197)
 

Author SHA1 Message Date
Michael Paquier 7e18c0bd63 Enlarge assertion in bloom_init() for false_positive_rate 2 years ago
Tom Lane 1e7f81e907 Stamp 15.5. 2 years ago
Tom Lane 95c96ba1d0 Last-minute updates for release notes. 2 years ago
Tom Lane 3bc6bc3ee2 Detect integer overflow while computing new array dimensions. 2 years ago
Tom Lane 4f4a422fbb Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago
Noah Misch fbc3719094 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2 years ago
Noah Misch 595c988c90 Ban role pg_signal_backend from more superuser backend types. 2 years ago
Peter Eisentraut 8913ed121e Translation updates 2 years ago
Tom Lane bea8912053 Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. 2 years ago
Bruce Momjian a5bee67c36 doc: \copy can get data values \. and end-of-input confused 2 years ago
Bruce Momjian 31a89ddeb8 doc: CREATE DATABASE doesn't copy db-level perms. from template 2 years ago
Peter Eisentraut 04d2d605f3 pg_upgrade: Add missing newline to message 2 years ago
Tom Lane 58d3283b67 Doc: update CREATE RULE ref page's hoary discussion of views. 2 years ago
Bruce Momjian 1595724d00 doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles 2 years ago
Tom Lane ae33659d42 Be more wary about NULL values for GUC string variables. 2 years ago
Michael Paquier 2001aab860 Fix 003_check_guc.pl when loading modules with custom GUCs 2 years ago
Michael Paquier bbbf1510bc doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception" 2 years ago
Bruce Momjian d21b1706a9 doc: improve ALTER SYSTEM description of value list quoting 2 years ago
Bruce Momjian a1e2107862 doc: add function argument and query parameter limits 2 years ago
Bruce Momjian cbf6c07f4f doc: 1-byte varlena headers can be used for user PLAIN storage 2 years ago
David Rowley 1360683530 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch e633e9b132 Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 6f81386a9c amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Dean Rasheed 5f06918399 btree_gin: Fix calculation of leftmost interval value. 2 years ago
Tom Lane 592cb11fbe Fix intra-query memory leak when a SRF returns zero rows. 2 years ago
Tom Lane 85b98a70bb Remove PHOT from our default timezone abbreviations list. 2 years ago
Tomas Vondra 2fbb2fcb0c Fix minmax-multi distance for extreme interval values 2 years ago
Tomas Vondra d04a9283b7 Fix minmax-multi on infinite date/timestamp values 2 years ago
Tomas Vondra 088233f8db Fix calculation in brin_minmax_multi_distance_date 2 years ago
Tomas Vondra daa7b0d7ce Fix overflow when calculating timestamp distance in BRIN 2 years ago
Tom Lane 733e99de4e Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
Michael Paquier d8c3ed4f29 doc: Fix some typos and grammar 2 years ago
Tom Lane 1268e73781 Fix problems when a plain-inheritance parent table is excluded. 2 years ago
Peter Geoghegan be2502947f Doc: indexUnchanged is strictly a hint. 2 years ago
Thomas Munro 0e49e23782 Log LLVM library version in configure output. 2 years ago
Thomas Munro f72790b295 Fix min_dynamic_shared_memory on Windows. 2 years ago
Tom Lane 5463319acd Dodge a compiler bug affecting timetz_zone/timetz_izone. 2 years ago
Tom Lane d568d2fab4 Doc: update CREATE OPERATOR's statement about => as an operator. 2 years ago
Tom Lane 985ac5ce29 Improve pglz_decompress's defenses against corrupt compressed data. 2 years ago
Thomas Munro b60e3ac760 jit: Changes for LLVM 17. 2 years ago
Thomas Munro b2e0977886 jit: Supply LLVMGlobalGetValueType() for LLVM < 8. 2 years ago
Thomas Munro eed1feb3fe jit: Support opaque pointers in LLVM 16. 2 years ago
Michael Paquier c4e561c1e0 pg_upgrade: Fix test name in 002_pg_upgrade.pl 2 years ago
Tom Lane 29231dbd40 Back-patch test cases for timetz_zone/timetz_izone. 2 years ago
Nathan Bossart c9265ae80b Avoid calling proc_exit() in processes forked by system(). 2 years ago
Tom Lane 0d1a7cd14e Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. 2 years ago
Nathan Bossart 882e522d64 Move extra code out of the Pre/PostRestoreCommand() section. 2 years ago
Robert Haas fdfb141a74 Update the documentation on recovering from (M)XID exhaustion. 2 years ago
Thomas Munro 5e39884d32 Try to handle torn reads of pg_control in frontend. 2 years ago
Thomas Munro 606be8a35d Acquire ControlFileLock in relevant SQL functions. 2 years ago