Commit Graph

56737 Commits (c136eb02981566d56e950f12ab7ee4a6ea51d698)
 

Author SHA1 Message Date
Bruce Momjian c136eb0298 doc: mention vacuum's removal of commit timestamp information 2 years ago
Bruce Momjian 7471230cc6 doc: add docs for age(xid) and mxid_age(xid) 2 years ago
Tom Lane 85eb771854 Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 501cfd07da Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Amit Kapila 1b6da28e06 Fix the initial sync tables with no columns. 2 years ago
Bruce Momjian 9bbdffadf7 doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
Michael Paquier 43bbaa83f9 Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago
Tomas Vondra ee32b824dc Lock table in DROP STATISTICS 2 years ago
Noah Misch f47482609f Fix typo in person's name. 2 years ago
Dean Rasheed 72d0c135bd Guard against overflow in interval_mul() and interval_div(). 2 years ago
Dean Rasheed 3b6728910a doc: improve description of privileges for MERGE and update glossary. 2 years ago
Andres Freund be08a359db meson: Fix missing dependency from install-quiet to sepgsql.sql 2 years ago
Daniel Gustafsson 2cf50585e5 llvmjit: Use explicit LLVMContextRef for inlining 2 years ago
Tom Lane f07a3039c7 Ensure we preprocess expressions before checking their volatility. 2 years ago
Nathan Bossart 2927b1dca7 Fix fallback implementation for pg_atomic_test_set_flag(). 2 years ago
Peter Eisentraut 8737faa68e Fix capitalization of "Tcl" 2 years ago
Tom Lane f1674ac6b0 Allow new role 'regress_dump_login_role' to log in under SSPI. 2 years ago
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