Commit Graph

55672 Commits (78bc85dd4455c302c345c550e0628a1522df108d)
 

Author SHA1 Message Date
Tom Lane 78bc85dd44 Stamp 15.16. 4 months ago
Tom Lane 749e616b76 Last-minute updates for release notes. 4 months ago
Noah Misch 6f741bcb6a Fix test "NUL byte in text decrypt" for --without-zlib builds. 4 months ago
Tom Lane deb464a408 Harden _int_matchsel() against being attached to the wrong operator. 4 months ago
Tom Lane b764b26f2e Require superuser to install a non-built-in selectivity estimator. 4 months ago
Tom Lane 3ecc84cce3 Add a syscache on pg_extension.oid. 4 months ago
Tom Lane 429aeaebd1 Guard against unexpected dimensions of oidvector/int2vector. 4 months ago
Noah Misch 8f8b1ffac0 Require PGP-decrypted text to pass encoding validation. 4 months ago
Thomas Munro 757bf8145e Code coverage for most pg_mblen* calls. 4 months ago
Thomas Munro fd82ddb679 Replace pg_mblen() with bounds-checked versions. 4 months ago
Thomas Munro 50863be0b7 Fix mb2wchar functions on short input. 4 months ago
Thomas Munro b2c81ac867 Fix encoding length for EUC_CN. 4 months ago
Michael Paquier 9a9982ec6d pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 4 months ago
Tom Lane 0a98185e20 Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. 4 months ago
Peter Eisentraut 221a642fd7 Translation updates 4 months ago
Peter Eisentraut 9dcd0b3de1 Further error message fix 4 months ago
Jacob Champion ff1d5810e9 Protect against small overread in SASLprep validation 4 months ago
Michael Paquier 4ec943f7dc Fix some error message inconsistencies 4 months ago
Fujii Masao d242881bfa Fix logical replication TAP test to read publisher log correctly. 4 months ago
John Naylor 6b81a1c7c9 Fix various instances of undefined behavior 4 months ago
Tom Lane bb6aedeca8 Improve guards against false regex matches in BackgroundPsql.pm. 4 months ago
Dean Rasheed 7023650429 Update .abi-compliance-history for change to TransitionCaptureState. 4 months ago
Dean Rasheed c5824536e7 Fix trigger transition table capture for MERGE in CTE queries. 4 months ago
Amit Langote 687533b39e Fix bogus ctid requirement for dummy-root partitioned targets 4 months ago
Tom Lane 7eb3422eb4 Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDATE. 4 months ago
Michael Paquier 83172d9416 doc: Mention pg_get_partition_constraintdef() 4 months ago
Thomas Munro cbdd09ae1b jit: Add missing inline pass for LLVM >= 17. 5 months ago
Álvaro Herrera dcddd69871
amcheck: Fix snapshot usage in bt_index_parent_check 5 months ago
Tom Lane 00410b76d5 Update time zone data files to tzdata release 2025c. 5 months ago
Michael Paquier fbf8df580a Fix error message related to end TLI in backup manifest 5 months ago
Amit Langote b926ff1373 Fix segfault from releasing locks in detached DSM segments 5 months ago
Heikki Linnakangas ef8465588c Fix 'unexpected data beyond EOF' on replica restart 5 months ago
Heikki Linnakangas a563ac6194 Add check for invalid offset at multixid truncation 5 months ago
Jacob Champion 988612c9c2 doc: Improve description of publish_via_partition_root 5 months ago
David Rowley 3ad05640b6 Fix possible incorrect column reference in ERROR message 5 months ago
Amit Kapila aae05622a7 Prevent invalidation of newly created replication slots. 5 months ago
Peter Eisentraut 39a6a2c0a0 Fix typo 5 months ago
John Naylor c813007376 createuser: Update docs to reflect defaults 5 months ago
David Rowley f20b79059e Fix issue with EVENT TRIGGERS and ALTER PUBLICATION 5 months ago
Fujii Masao ec8d91c7e7 Add TAP test for GUC settings passed via CONNECTION in logical replication. 5 months ago
Fujii Masao f7eb44e0f0 Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. 5 months ago
David Rowley 4ece4419b4 Doc: add missing punctuation 5 months ago
David Rowley c89510431a Fix selectivity estimation integer overflow in contrib/intarray 5 months ago
Bruce Momjian 176fd83500 Update copyright for 2026 5 months ago
Thomas Munro 4c8208c2b0 jit: Fix jit_profiling_support when unavailable. 5 months ago
Masahiko Sawada fa557d3005 Fix a race condition in updating procArray->replication_slot_xmin. 5 months ago
Thomas Munro c38f9731b7 jit: Remove -Wno-deprecated-declarations in 18+. 5 months ago
Michael Paquier 300575fe2e Fix pg_stat_get_backend_activity() to use multi-byte truncated result 5 months ago
Michael Paquier 7e16074e81 doc: Remove duplicate word in ECPG description 5 months ago
Heikki Linnakangas 5d5487cd25 Fix bug in following update chain when locking a heap tuple 5 months ago