Commit Graph

53072 Commits (376eaa45a2b8a2aed45b26e5fc889d2cb70ec6a7)
 

Author SHA1 Message Date
Daniel Gustafsson 376eaa45a2 Fix incorrect error message for IDENTIFY_SYSTEM 3 years ago
Alvaro Herrera f896818167
Fix handling of errors in libpq pipelines 3 years ago
Alvaro Herrera be7b4d9766
Don't use pgbench -j in tests 3 years ago
Michael Paquier 04d7eacee2 doc: Remove reference to trigger file regarding promotion 3 years ago
Peter Eisentraut e846fc4919 Check collation when creating partitioned index 3 years ago
Peter Eisentraut 1a4d714e18 doc: Update info on information schema usage tables 3 years ago
Tom Lane b2b1f12882 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 3 years ago
Heikki Linnakangas 59c62a21f2 Fix assertions with RI triggers in heap_update and heap_delete. 3 years ago
Alvaro Herrera 3a95d2c242
Fix CREATE INDEX CONCURRENTLY example 3 years ago
Michael Paquier c3b79223f3 Fix race condition with BIO methods initialization in libpq with threads 3 years ago
Tom Lane 648fc6a1c4 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 3 years ago
Tom Lane 8f23e6a450 Fix timing-dependent failure in GSSAPI data transmission. 3 years ago
Heikki Linnakangas 555276f859 Fix resource leak when a FDW's ForeignAsyncRequest function fails 3 years ago
Bruce Momjian 4af8cf35ce doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 3 years ago
Michael Paquier 3dadeef5d9 Fix query checking consistency of table amhandlers in opr_sanity.sql 3 years ago
Tomas Vondra 9dd50e92ed Lock table in DROP STATISTICS 3 years ago
Noah Misch fc3f862bab Fix typo in person's name. 3 years ago
Dean Rasheed 2ffcebdba4 Guard against overflow in interval_mul() and interval_div(). 3 years ago
Daniel Gustafsson 75a20a4b4b llvmjit: Use explicit LLVMContextRef for inlining 3 years ago
Tom Lane 9bd0f74eac Ensure we preprocess expressions before checking their volatility. 3 years ago
Nathan Bossart a54129e8b6 Fix fallback implementation for pg_atomic_test_set_flag(). 3 years ago
Tom Lane c532be99d7 Allow new role 'regress_dump_login_role' to log in under SSPI. 3 years ago
Tom Lane 15439205d8 Don't try to dump RLS policies or security labels for extension objects. 3 years ago
Bruce Momjian 36be8866d8 doc: correct description of libpq's PQsetnonblocking() mode 3 years ago
Tom Lane d900e74e05 Don't release index root page pin in ginFindParents(). 3 years ago
Daniel Gustafsson ed260291c2 doc: Add missing semicolon in example 3 years ago
Etsuro Fujita c09e4fc018 Remove incorrect file reference in comment. 3 years ago
David Rowley 33185d3042 Ensure we use the correct spelling of "ensure" 3 years ago
Dean Rasheed dea12b40d5 Fix corner-case 64-bit integer subtraction bug on some platforms. 3 years ago
Alvaro Herrera 99fa98766f
Call pqPipelineFlush from PQsendFlushRequest 3 years ago
Michael Paquier 59fc39c0d5 Enlarge assertion in bloom_init() for false_positive_rate 3 years ago
Tom Lane 33d5cf65f8 Stamp 14.10. 3 years ago
Tom Lane ef2950f570 Last-minute updates for release notes. 3 years ago
Tom Lane edc0a8d82a Detect integer overflow while computing new array dimensions. 3 years ago
Tom Lane 9146d0d650 Compute aggregate argument types correctly in transformAggregateCall(). 3 years ago
Noah Misch ecd5d240c5 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 3 years ago
Noah Misch 508acb901e Ban role pg_signal_backend from more superuser backend types. 3 years ago
Peter Eisentraut b5e4e6d21a Translation updates 3 years ago
Tom Lane 4fada7def9 Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. 3 years ago
Bruce Momjian d1d80ef011 doc: \copy can get data values \. and end-of-input confused 3 years ago
Bruce Momjian e29f8e7535 doc: CREATE DATABASE doesn't copy db-level perms. from template 3 years ago
Peter Eisentraut f9280e77ec pg_upgrade: Add missing newline to message 3 years ago
Tom Lane f53f83b33e Doc: update CREATE RULE ref page's hoary discussion of views. 3 years ago
Bruce Momjian 36c32af79e doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles 3 years ago
Tom Lane 47c0f00cf9 Be more wary about NULL values for GUC string variables. 3 years ago
Michael Paquier 52a105eff2 doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception" 3 years ago
Bruce Momjian b3dd43db1a doc: improve ALTER SYSTEM description of value list quoting 3 years ago
Bruce Momjian 9333f0d937 doc: add function argument and query parameter limits 3 years ago
Bruce Momjian 57354242c0 doc: 1-byte varlena headers can be used for user PLAIN storage 3 years ago
David Rowley c5988e69fe Adjust the order of the prechecks in pgrowlocks() 3 years ago