Commit Graph

59645 Commits (24ee8678f3c78dd100d1083e0936a200186c0cf9)
 

Author SHA1 Message Date
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. 4 months ago
Tom Lane 5d5970b9f0 Update time zone data files to tzdata release 2025b. 4 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
Michael Paquier 4b6331e0fd Remove assertion based on pending_since in pgstat_report_stat() 5 months ago
Michael Paquier 185d345d79 doc: Mention naming convention used by injection points 5 months ago
David Rowley f04b11454d Doc: reword text explaining the --maintenance-db option 5 months ago
Michael Paquier 21a9b2b086 Rename injection point for invalidation messages at end of transaction 5 months ago
David Rowley 12bf43410a Doc: fix incorrect punctuation 5 months ago
Noah Misch e297ddcfb7 Test restartpoints in archive recovery. 5 months ago
Noah Misch d0a049987e Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
David Rowley 065ce49a10 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 5 months ago
Tom Lane ecb8e56412 Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tatsuo Ishii 4a0650d359 Doc: fix missing comma at the end of a line. 5 months ago