Commit Graph

53081 Commits (bfbe4a146e37dd57bcd6eb3d7abfa6d6668da4f9)
 

Author SHA1 Message Date
Michael Paquier bfbe4a146e pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier f729fdab45 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Tom Lane 7a4bdd986a Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Tom Lane f552f2be24 Fix bugs in manipulation of large objects. 2 years ago
Michael Paquier 0cfd3ddfe0 Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
Daniel Gustafsson d86038bd4d Fix typo in comment 2 years ago
Tom Lane 07ce243268 Be more wary about OpenSSL not setting errno on error. 2 years ago
Amit Kapila 3f86867d56 Fix an undetected deadlock due to apply worker. 2 years ago
Michael Paquier c49b6cab1e Fix compilation on Windows with WAL_DEBUG 2 years ago
Daniel Gustafsson 376eaa45a2 Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Alvaro Herrera f896818167
Fix handling of errors in libpq pipelines 2 years ago
Alvaro Herrera be7b4d9766
Don't use pgbench -j in tests 2 years ago
Michael Paquier 04d7eacee2 doc: Remove reference to trigger file regarding promotion 2 years ago
Peter Eisentraut e846fc4919 Check collation when creating partitioned index 2 years ago
Peter Eisentraut 1a4d714e18 doc: Update info on information schema usage tables 2 years ago
Tom Lane b2b1f12882 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 59c62a21f2 Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Alvaro Herrera 3a95d2c242
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Michael Paquier c3b79223f3 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Tom Lane 648fc6a1c4 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Tom Lane 8f23e6a450 Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 555276f859 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Bruce Momjian 4af8cf35ce doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
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