Commit Graph

43840 Commits (40aa5ddea1c02bcd098bf66d2a3e16faeec94aea)

Author SHA1 Message Date
Peter Geoghegan 40aa5ddea1 Make _bt_killitems drop pins it acquired itself. 7 months ago
Tom Lane 30e0d9ee90 Don't reduce output request size on non-Unix-socket connections. 7 months ago
Tom Lane 839802792f pg_restore: fix incompatibility with old directory-format dumps. 7 months ago
Nathan Bossart 65145d0955 Fixed signed/unsigned mismatch in test_dsm_registry. 7 months ago
Tom Lane d4046125dd Disallow "=" in names of reloptions and foreign-data options. 7 months ago
Michael Paquier 87be749c71 Use replay LSN as target for cascading logical WAL senders 7 months ago
Tom Lane 6f724fcf81 Run pgindent on the previous commit. 7 months ago
Tom Lane 7559a16e23 Fix edge-case resource leaks in PL/Python error reporting. 7 months ago
Dean Rasheed ab52f6b5bf Fix MERGE into a plain inheritance parent table. 7 months ago
Nathan Bossart fe8ea7a2a8 Ensure we have a snapshot when updating various system catalogs. 7 months ago
Tom Lane 8b0aa7a6b7 Allow larger packets during GSSAPI authentication exchange. 7 months ago
Fujii Masao 24c5ad5be4 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 7 months ago
Michael Paquier a3c6d92f3c Adjust regex for test with opening parenthesis in character classes 7 months ago
Michael Paquier e3ffc3e91d Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Michael Paquier 6ea812f4dc Fix race condition in subscription TAP test 021_twophase 7 months ago
Tom Lane cd3064f989 Fix per-relation memory leakage in autovacuum. 7 months ago
Tom Lane ac3afd1d00 Fix AlignedAllocRealloc to cope sanely with OOM. 7 months ago
Tom Lane 20bae06903 Fix memory leak in XMLSERIALIZE(... INDENT). 7 months ago
Fujii Masao 11efaaffac Fix incorrect WAL description for PREPARE TRANSACTION record. 7 months ago
Heikki Linnakangas a4da7b0cfa Fix cross-version upgrade test failure 7 months ago
Heikki Linnakangas 54c05292b1 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago
Amit Kapila 7318f241d2 Don't retreat slot's confirmed_flush LSN. 7 months ago
Tom Lane 5355a2400e Make our usage of memset_s() conform strictly to the C11 standard. 7 months ago
Richard Guo 2f48b4f075 Fix Assert failure in XMLTABLE parser 8 months ago
Daniel Gustafsson c5639196ca Fix order of parameters in POD documentation 8 months ago
Álvaro Herrera e65d8be042
Fix comment of tsquerysend() 8 months ago
Tom Lane a05cf22e05 Fix incorrect "return NULL" in BumpAllocLarge(). 8 months ago
Tom Lane 3007fee7f2 Skip RSA-PSS ssl test when using LibreSSL. 8 months ago
Tom Lane 976a8c2170 Centralize ssl tests' check for whether we're using LibreSSL. 8 months ago
Noah Misch ec5f89e8a2 With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
Noah Misch 617d34908b Refactor test_escape.c for additional ways of testing. 8 months ago
Peter Eisentraut 954aacaee3 Translation updates 8 months ago
Etsuro Fujita ee2486989e Fix typos in comments. 8 months ago
Álvaro Herrera f51ae31874
Handle self-referencing FKs correctly in partitioned tables 8 months ago
Tom Lane 5d5970b9f0 Update time zone data files to tzdata release 2025b. 8 months ago
Amit Kapila 36148b22ee Fix xmin advancement during fast_forward decoding. 8 months ago
Tom Lane e384118559 Avoid possibly-theoretical OOM crash hazard in hash_create(). 8 months ago
Amit Kapila 05676d87e2 Fix an oversight in 3f28b2fcac. 8 months ago
Michael Paquier 4b6331e0fd Remove assertion based on pending_since in pgstat_report_stat() 8 months ago
Michael Paquier 21a9b2b086 Rename injection point for invalidation messages at end of transaction 8 months ago
Noah Misch e297ddcfb7 Test restartpoints in archive recovery. 8 months ago
Noah Misch d0a049987e Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 8 months ago
David Rowley 065ce49a10 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 8 months ago
Tom Lane 3424c1075e Fix pg_dump --clean with partitioned indexes. 9 months ago
Tom Lane 3c39c000c8 Fix failure for generated column with a not-null domain constraint. 9 months ago
Daniel Gustafsson fb9ec9cf79 pg_combinebackup: Fix incorrect code documentation 9 months ago
Tom Lane 8c153fcfa0 Fix GIN's shimTriConsistentFn to not corrupt its input. 9 months ago
Michael Paquier 3339847ccd Fix race with synchronous_standby_names at startup 9 months ago
Amit Kapila cadaf0ac46 Fix data loss in logical replication. 9 months ago
Noah Misch 42bb4fb728 Fix test races between syscache-update-pruned.spec and autovacuum. 9 months ago