Commit Graph

56851 Commits (e13205a5e4ad0fb75110a25f81654511303566f8)
 

Author SHA1 Message Date
Tom Lane e24daa94b2 Detect integer overflow while computing new array dimensions. 2 years ago
Tom Lane d3d1e25097 Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago
Noah Misch 2c3c5ec493 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2 years ago
Noah Misch 7854127315 Ban role pg_signal_backend from more superuser backend types. 2 years ago
Peter Eisentraut b1227766a3 Translation updates 2 years ago
Tom Lane 1b4e0265c2 Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. 2 years ago
Andres Freund f646ac6725 meson: docs: Install all manpages, not just ones in man1 2 years ago
Tom Lane 1e774846b8 First-draft release notes for 16.1. 2 years ago
Bruce Momjian 7f85099f4b doc: \copy can get data values \. and end-of-input confused 2 years ago
Bruce Momjian d5b1045e67 doc: CREATE DATABASE doesn't copy db-level perms. from template 2 years ago
Tom Lane 9d4ea0bb3f Doc: update CREATE RULE ref page's hoary discussion of views. 2 years ago
Bruce Momjian 8cb1d99f23 doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles 2 years ago
Tom Lane 82063edd4a Be more wary about NULL values for GUC string variables. 2 years ago
Michael Paquier e22819a747 Fix 003_check_guc.pl when loading modules with custom GUCs 2 years ago
Michael Paquier 354b3ebf17 doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception" 2 years ago
Daniel Gustafsson 1155daef60 Fix function name in comment 2 years ago
Bruce Momjian 664f308171 doc: improve ALTER SYSTEM description of value list quoting 2 years ago
Bruce Momjian 83981bcbac doc: improve bpchar and character type length details 2 years ago
Bruce Momjian 04e5b1d586 doc: add function argument and query parameter limits 2 years ago
Bruce Momjian 350bd6bdc1 doc: 1-byte varlena headers can be used for user PLAIN storage 2 years ago
David Rowley a98f01c933 Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 1a368dd3ec Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 3c6a05b805 amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Tom Lane 67738dbf9c Teach pg_dump about the new pg_subscription.subrunasowner option. 2 years ago
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