Commit Graph

59655 Commits (778f391c26c6c569b3078daff1ac8e218024e46c)
 

Author SHA1 Message Date
Tom Lane 6f724fcf81 Run pgindent on the previous commit. 3 months ago
Tom Lane 7559a16e23 Fix edge-case resource leaks in PL/Python error reporting. 3 months ago
Dean Rasheed ab52f6b5bf Fix MERGE into a plain inheritance parent table. 3 months ago
Nathan Bossart fe8ea7a2a8 Ensure we have a snapshot when updating various system catalogs. 4 months ago
Tom Lane 9339c85afc Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane 8b0aa7a6b7 Allow larger packets during GSSAPI authentication exchange. 4 months ago
Fujii Masao 24c5ad5be4 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 months ago
Álvaro Herrera 50a8959cd5
Fix broken-FK-detection query in release notes 4 months ago
Tom Lane e20b3256ae Avoid resource leaks when a dblink connection fails. 4 months ago
Fujii Masao b64c585fde Fix assertion failure in pg_prewarm() on objects without storage. 4 months ago
Michael Paquier 290e8ab32a pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Michael Paquier a3c6d92f3c Adjust regex for test with opening parenthesis in character classes 4 months ago
Michael Paquier e3ffc3e91d Fix conversion of SIMILAR TO regexes for character classes 4 months ago
Michael Paquier 6ea812f4dc Fix race condition in subscription TAP test 021_twophase 4 months ago
Fujii Masao 90558dbf54 doc: Fix documenation for snapshot export in logical decoding. 4 months ago
Tom Lane cd3064f989 Fix per-relation memory leakage in autovacuum. 4 months ago
Tom Lane ac3afd1d00 Fix AlignedAllocRealloc to cope sanely with OOM. 4 months ago
Tom Lane 20bae06903 Fix memory leak in XMLSERIALIZE(... INDENT). 4 months ago
Fujii Masao 11efaaffac Fix incorrect WAL description for PREPARE TRANSACTION record. 4 months ago
Heikki Linnakangas a4da7b0cfa Fix cross-version upgrade test failure 4 months ago
Michael Paquier b648a3369b doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 4 months ago
Heikki Linnakangas 54c05292b1 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 4 months ago
Amit Kapila 7318f241d2 Don't retreat slot's confirmed_flush LSN. 4 months ago
Tom Lane 5355a2400e Make our usage of memset_s() conform strictly to the C11 standard. 4 months ago
Daniel Gustafsson 83dbe8aacd Align organization wording in copyright statement 4 months ago
Richard Guo 2f48b4f075 Fix Assert failure in XMLTABLE parser 4 months ago
Daniel Gustafsson c5639196ca Fix order of parameters in POD documentation 4 months ago
Álvaro Herrera e65d8be042
Fix comment of tsquerysend() 4 months ago
Tom Lane a05cf22e05 Fix incorrect "return NULL" in BumpAllocLarge(). 4 months ago
Tom Lane 3007fee7f2 Skip RSA-PSS ssl test when using LibreSSL. 4 months ago
Tom Lane 976a8c2170 Centralize ssl tests' check for whether we're using LibreSSL. 4 months ago
Daniel Gustafsson f2d5b571f3 doc: Fix title markup for AT TIME ZONE and AT LOCAL 4 months ago
Tom Lane 5e2f3df49d Stamp 17.5. 4 months ago
Tom Lane ecbe349e91 Last-minute updates for release notes. 4 months ago
Noah Misch ec5f89e8a2 With GB18030, prevent SIGSEGV from reading past end of allocation. 4 months ago
Noah Misch 617d34908b Refactor test_escape.c for additional ways of testing. 4 months ago
Peter Eisentraut 954aacaee3 Translation updates 4 months ago
Tom Lane 09fac4a28d Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 4 months ago
Etsuro Fujita ee2486989e Fix typos in comments. 4 months ago
Álvaro Herrera f51ae31874
Handle self-referencing FKs correctly in partitioned tables 4 months ago
Tom Lane 766d2e6733 Doc: correct spelling of meson switch. 4 months ago
Tom Lane c9c62c44cd Doc: forgot to run add_commit_links.pl. 4 months ago
Tom Lane 176877f461 First-draft release notes for 17.5. 4 months ago
Noah Misch 40d1a1016d Doc: stop implying recommendation of insecure search_path value. 4 months ago
Dean Rasheed 18dc43a07f doc: Warn that ts_headline() output is not HTML-safe. 5 months ago
Tom Lane 5d5970b9f0 Update time zone data files to tzdata release 2025b. 5 months ago
Amit Kapila 36148b22ee Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila d96206f259 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Tom Lane e384118559 Avoid possibly-theoretical OOM crash hazard in hash_create(). 5 months ago
Amit Kapila 05676d87e2 Fix an oversight in 3f28b2fcac. 5 months ago