Commit Graph

42338 Commits (9889b3b64fe6bb52084159ae9bc5f2f5943fdd8a)

Author SHA1 Message Date
Tom Lane c0887b39dc Harden _int_matchsel() against being attached to the wrong operator. 2 weeks ago
Tom Lane 91d7c0bfdd Require superuser to install a non-built-in selectivity estimator. 2 weeks ago
Tom Lane d484bc2601 Add a syscache on pg_extension.oid. 2 weeks ago
Tom Lane 595956fc72 Guard against unexpected dimensions of oidvector/int2vector. 2 weeks ago
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
Peter Eisentraut 2104e68de1 Translation updates 3 weeks ago
Peter Eisentraut a7bdbbadac Further error message fix 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
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
Thomas Munro 7600dc79c2 jit: Add missing inline pass for LLVM >= 17. 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
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
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
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 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
Amit Kapila 63a65adf4d Don't advance origin during apply failure. 2 months ago
Heikki Linnakangas 7efef18ffc Fix bug in following update chain when locking a heap tuple 2 months ago
Tom Lane ebd5696166 Add missing .gitignore for src/test/modules/test_cloexec. 2 months ago
Michael Paquier e22e9ab0cd Fix orphaned origin in shared memory after DROP SUBSCRIPTION 2 months ago
Thomas Munro b1316b78f8 Fix printf format string warning on MinGW. 2 months ago
Thomas Munro 0666ccc16c Clean up test_cloexec.c and Makefile. 2 months ago
Fujii Masao 3853f61681 Add guard to prevent recursive memory context logging. 2 months ago
Heikki Linnakangas a5277700e4 Do not emit WAL for unlogged BRIN indexes 2 months ago
Noah Misch 27e4fad980 Assert lack of hazardous buffer locks before possible catalog read. 2 months ago
Noah Misch 720e9304fa WAL-log inplace update before revealing it to other sessions. 2 months ago
Noah Misch 1d7b02711f For inplace update, send nontransactional invalidations. 2 months ago
Michael Paquier ed75434c45 Reorder two functions in inval.c 2 months ago
Robert Haas 12c2f843cd Switch memory contexts in ReinitializeParallelDSM. 2 months ago