Commit Graph

54781 Commits (5dd30bb54bfec14e5677aff3e306edec79c204ef)
 

Author SHA1 Message Date
Tom Lane 5dd30bb54b Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 2873fbfe0d Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Alvaro Herrera fef92f9ba1
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Amit Kapila a77fb8c685 Avoid unconditionally filling in missing values with NULL in pgoutput. 2 years ago
Michael Paquier b972268150 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Tom Lane c7bd476049 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Tom Lane a50053777e Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 481d7d1c01 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Amit Kapila 57aae65aee Fix the initial sync tables with no columns. 2 years ago
Bruce Momjian 4e64be6520 doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
Michael Paquier 63e045c2dc Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago
Tomas Vondra 0177fc773e Lock table in DROP STATISTICS 2 years ago
Noah Misch 1816ecd385 Fix typo in person's name. 2 years ago
Dean Rasheed 2851aa7d1f Guard against overflow in interval_mul() and interval_div(). 2 years ago
Dean Rasheed ff772853d0 doc: improve description of privileges for MERGE and update glossary. 2 years ago
Daniel Gustafsson aef521849b llvmjit: Use explicit LLVMContextRef for inlining 2 years ago
Tom Lane 9057ddbefe Ensure we preprocess expressions before checking their volatility. 2 years ago
Nathan Bossart 18f47989ec Fix fallback implementation for pg_atomic_test_set_flag(). 2 years ago
Tom Lane 63c1b4d88a Allow new role 'regress_dump_login_role' to log in under SSPI. 2 years ago
Tom Lane f15147df62 Don't try to dump RLS policies or security labels for extension objects. 2 years ago
Bruce Momjian 403f4f4fa1 doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Tom Lane 4c73ec6048 Don't release index root page pin in ginFindParents(). 2 years ago
Daniel Gustafsson 06169ffda3 doc: Add missing semicolon in example 2 years ago
Etsuro Fujita c30f1fcd8a Remove incorrect file reference in comment. 2 years ago
Dean Rasheed c0bfdaf2b7 Fix AFTER ROW trigger execution in MERGE cross-partition update. 2 years ago
David Rowley 456d697bae Ensure we use the correct spelling of "ensure" 2 years ago
Dean Rasheed 308a69a987 Fix corner-case 64-bit integer subtraction bug on some platforms. 2 years ago
Alvaro Herrera 0e28091d55
Call pqPipelineFlush from PQsendFlushRequest 2 years ago
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