Commit Graph

57792 Commits (4c08960d97e950b00a4f6bf255d5409da98c6032)
 

Author SHA1 Message Date
Thomas Munro 4c08960d97 Code coverage for most pg_mblen* calls. 3 weeks ago
Thomas Munro d837fb0292 Replace pg_mblen() with bounds-checked versions. 3 weeks ago
Thomas Munro b0e3f5cf94 Fix mb2wchar functions on short input. 3 weeks ago
Thomas Munro 70ff9ede5a Fix encoding length for EUC_CN. 3 weeks ago
Michael Paquier 527b730f41 pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 3 weeks ago
Tom Lane 7937856817 Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. 3 weeks ago
Peter Eisentraut 2104e68de1 Translation updates 3 weeks ago
Tom Lane 7369656faa meson: host_system value for Solaris is 'sunos' not 'solaris'. 3 weeks ago
Peter Eisentraut a7bdbbadac Further error message fix 3 weeks ago
Thomas Munro f84a8d95ea Placate ABI checker. 3 weeks ago
Jacob Champion 46aaec4c0e Protect against small overread in SASLprep validation 3 weeks ago
Michael Paquier 977a17a3eb Fix some error message inconsistencies 3 weeks ago
Thomas Munro e37b598028 Add file_extend_method=posix_fallocate,write_zeros. 3 weeks ago
Fujii Masao 221232596f Fix logical replication TAP test to read publisher log correctly. 3 weeks ago
John Naylor 73ac2b3740 Fix various instances of undefined behavior 3 weeks ago
Tom Lane 6548e4a10d Improve guards against false regex matches in BackgroundPsql.pm. 4 weeks ago
Dean Rasheed b06e7c10d1 Update .abi-compliance-history for change to TransitionCaptureState. 4 weeks ago
David Rowley 4297a35196 Fix possible issue of a WindowFunc being in the wrong WindowClause 1 month ago
Dean Rasheed e7391bbf14 Fix trigger transition table capture for MERGE in CTE queries. 1 month ago
Amit Langote fab386f748 Fix bogus ctid requirement for dummy-root partitioned targets 1 month ago
Tom Lane 3f56de3aad Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDATE. 1 month ago
Michael Paquier 3f2ab3f34d doc: Mention pg_get_partition_constraintdef() 1 month ago
Thomas Munro 7600dc79c2 jit: Add missing inline pass for LLVM >= 17. 1 month ago
Álvaro Herrera 098a1fab8a
amcheck: Fix snapshot usage in bt_index_parent_check 1 month ago
Tom Lane d852d105e7 Update time zone data files to tzdata release 2025c. 1 month ago
Michael Paquier e8fd6c9fda Fix error message related to end TLI in backup manifest 1 month ago
Amit Langote 980b7c7369 Fix segfault from releasing locks in detached DSM segments 1 month ago
Heikki Linnakangas a2eeb04f3a Fix 'unexpected data beyond EOF' on replica restart 1 month ago
Heikki Linnakangas c7946e6f32 Add check for invalid offset at multixid truncation 1 month ago
Michael Paquier 2170e52193 pg_waldump: Relax LSN comparison check in TAP test 1 month ago
Fujii Masao 254038c80d doc: Document DEFAULT option in file_fdw. 2 months ago
Jacob Champion b95bdde511 doc: Improve description of publish_via_partition_root 2 months ago
David Rowley 821c4d27bc Fix possible incorrect column reference in ERROR message 2 months ago
Amit Kapila 24cce33c33 Prevent invalidation of newly created replication slots. 2 months ago
Peter Eisentraut 2ce4765438 Fix typo 2 months ago
John Naylor d3a2781e58 createuser: Update docs to reflect defaults 2 months ago
David Rowley 0687a6eb03 Fix issue with EVENT TRIGGERS and ALTER PUBLICATION 2 months ago
Fujii Masao 67edd54f06 Add TAP test for GUC settings passed via CONNECTION in logical replication. 2 months ago
Fujii Masao 75f3428f24 Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. 2 months ago
David Rowley 5e02f92d9e Doc: add missing punctuation 2 months ago
David Rowley 54f82c4aae Fix selectivity estimation integer overflow in contrib/intarray 2 months ago
Bruce Momjian 3e77e944e7 Update copyright for 2026 2 months ago
Thomas Munro 130b001c15 jit: Fix jit_profiling_support when unavailable. 2 months ago
Masahiko Sawada 8214667226 Fix a race condition in updating procArray->replication_slot_xmin. 2 months ago
Thomas Munro dfb9ff5904 jit: Remove -Wno-deprecated-declarations in 18+. 2 months ago
Thomas Munro 4b9ce1ef60 ci: Test Windows + Mkvcbuild.pm in REL_16_STABLE. 2 months ago
Thomas Munro 80e8ec772b Fix Mkvcbuild.pm builds of test_cloexec.c. 2 months ago
Michael Paquier c48829ed83 Fix pg_stat_get_backend_activity() to use multi-byte truncated result 2 months ago
Michael Paquier 82a923bc61 doc: Remove duplicate word in ECPG description 2 months ago
Amit Kapila 63a65adf4d Don't advance origin during apply failure. 2 months ago