Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Michael Paquier 3dadeef5d9 Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago
Tomas Vondra 9dd50e92ed Lock table in DROP STATISTICS 2 years ago
Noah Misch fc3f862bab Fix typo in person's name. 2 years ago
Dean Rasheed 2ffcebdba4 Guard against overflow in interval_mul() and interval_div(). 2 years ago
Daniel Gustafsson 75a20a4b4b llvmjit: Use explicit LLVMContextRef for inlining 2 years ago
Tom Lane 9bd0f74eac Ensure we preprocess expressions before checking their volatility. 2 years ago
Nathan Bossart a54129e8b6 Fix fallback implementation for pg_atomic_test_set_flag(). 2 years ago
Tom Lane c532be99d7 Allow new role 'regress_dump_login_role' to log in under SSPI. 2 years ago
Tom Lane 15439205d8 Don't try to dump RLS policies or security labels for extension objects. 2 years ago
Bruce Momjian 36be8866d8 doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Tom Lane d900e74e05 Don't release index root page pin in ginFindParents(). 2 years ago
Daniel Gustafsson ed260291c2 doc: Add missing semicolon in example 2 years ago
Etsuro Fujita c09e4fc018 Remove incorrect file reference in comment. 2 years ago
David Rowley 33185d3042 Ensure we use the correct spelling of "ensure" 2 years ago
Dean Rasheed dea12b40d5 Fix corner-case 64-bit integer subtraction bug on some platforms. 2 years ago
Alvaro Herrera 99fa98766f
Call pqPipelineFlush from PQsendFlushRequest 2 years ago
Michael Paquier 59fc39c0d5 Enlarge assertion in bloom_init() for false_positive_rate 2 years ago
Tom Lane 33d5cf65f8 Stamp 14.10. 2 years ago
Tom Lane ef2950f570 Last-minute updates for release notes. 2 years ago
Tom Lane edc0a8d82a Detect integer overflow while computing new array dimensions. 2 years ago
Tom Lane 9146d0d650 Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago
Noah Misch ecd5d240c5 Set GUC "is_superuser" in all processes that set AuthenticatedUserId. 2 years ago
Noah Misch 508acb901e Ban role pg_signal_backend from more superuser backend types. 2 years ago
Peter Eisentraut b5e4e6d21a Translation updates 2 years ago
Tom Lane 4fada7def9 Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. 2 years ago
Bruce Momjian d1d80ef011 doc: \copy can get data values \. and end-of-input confused 2 years ago
Bruce Momjian e29f8e7535 doc: CREATE DATABASE doesn't copy db-level perms. from template 2 years ago
Peter Eisentraut f9280e77ec pg_upgrade: Add missing newline to message 2 years ago
Tom Lane f53f83b33e Doc: update CREATE RULE ref page's hoary discussion of views. 2 years ago
Bruce Momjian 36c32af79e doc: ALTER DEFAULT PRIVILEGES does not affect inherited roles 2 years ago
Tom Lane 47c0f00cf9 Be more wary about NULL values for GUC string variables. 2 years ago
Michael Paquier 52a105eff2 doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception" 2 years ago
Bruce Momjian b3dd43db1a doc: improve ALTER SYSTEM description of value list quoting 2 years ago
Bruce Momjian 9333f0d937 doc: add function argument and query parameter limits 2 years ago
Bruce Momjian 57354242c0 doc: 1-byte varlena headers can be used for user PLAIN storage 2 years ago
David Rowley c5988e69fe Adjust the order of the prechecks in pgrowlocks() 2 years ago
Noah Misch 0a7b183fdc Diagnose !indisvalid in more SQL functions. 2 years ago
Noah Misch 42496cba60 amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Dean Rasheed 162b38a068 btree_gin: Fix calculation of leftmost interval value. 2 years ago
Tom Lane 5d7515d7d1 Fix intra-query memory leak when a SRF returns zero rows. 2 years ago
Tom Lane 877e7b4b9c Remove PHOT from our default timezone abbreviations list. 2 years ago
Tomas Vondra 0fa73c5cd0 Fix minmax-multi distance for extreme interval values 2 years ago
Tomas Vondra 52c934cc1f Fix minmax-multi on infinite date/timestamp values 2 years ago
Tomas Vondra d1740e169d Fix calculation in brin_minmax_multi_distance_date 2 years ago
Tomas Vondra 90c4da6d43 Fix overflow when calculating timestamp distance in BRIN 2 years ago
Tom Lane 70b59a2728 Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT. 2 years ago
Michael Paquier 5a4c21e952 doc: Fix some typos and grammar 2 years ago
Tom Lane 8f4a6b9e4f Fix problems when a plain-inheritance parent table is excluded. 2 years ago
Peter Geoghegan df73ca3514 Doc: indexUnchanged is strictly a hint. 2 years ago
Thomas Munro 03e749c2b8 Log LLVM library version in configure output. 2 years ago