Commit Graph

56720 Commits (64d2467fc8d34b2a0c84d1c1aadb349a0df4b618)
 

Author SHA1 Message Date
Tom Lane 64d2467fc8 Don't try to dump RLS policies or security labels for extension objects. 2 years ago
Bruce Momjian f5b75be030 doc: clarify handling of ts_headline() operators & extra words 2 years ago
Bruce Momjian 17d490ef32 doc: clarify handling of range upper/lower/upper_inf/lower_inf() 2 years ago
Bruce Momjian e72821ca08 doc: restructure ALTER DEFAULT PRIVILEGES 2 years ago
Bruce Momjian 4b48770aeb doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Tom Lane f76b975d58 Don't release index root page pin in ginFindParents(). 2 years ago
Daniel Gustafsson a3e92622f1 doc: Add missing semicolon in example 2 years ago
Etsuro Fujita ee4fabfdab Remove incorrect file reference in comment. 2 years ago
Tom Lane 6bf2efb382 Fix computation of varnullingrels when const-folding field selection. 2 years ago
Dean Rasheed 06a546382a Fix AFTER ROW trigger execution in MERGE cross-partition update. 2 years ago
David Rowley ef7c365551 Ensure we use the correct spelling of "ensure" 2 years ago
Dean Rasheed c396aca2b7 Fix corner-case 64-bit integer subtraction bug on some platforms. 2 years ago
Michael Paquier 179c4639cf pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
Alvaro Herrera 42f8326851
Call pqPipelineFlush from PQsendFlushRequest 2 years ago
Peter Eisentraut b7caeaff31 Don't install ldap_password_func in meson 2 years ago
Michael Paquier 2a08dda291 Fix use of OPENSSL in SSL tests if command is not found 2 years ago
Michael Paquier 4dccf95753 Enlarge assertion in bloom_init() for false_positive_rate 2 years ago
Tom Lane 3edc6580c0 Stamp 16.1. 2 years ago
Tom Lane 639a8063ca Last-minute updates for release notes. 2 years ago
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