Commit Graph

59495 Commits (290e8ab32ac55a27cd3bc14cb80c8e2f3d023901)
 

Author SHA1 Message Date
Michael Paquier 290e8ab32a pg_stat_statements: Fix parameter number gaps in normalized queries 11 months ago
Michael Paquier a3c6d92f3c Adjust regex for test with opening parenthesis in character classes 11 months ago
Michael Paquier e3ffc3e91d Fix conversion of SIMILAR TO regexes for character classes 11 months ago
Michael Paquier 6ea812f4dc Fix race condition in subscription TAP test 021_twophase 11 months ago
Fujii Masao 90558dbf54 doc: Fix documenation for snapshot export in logical decoding. 11 months ago
Tom Lane cd3064f989 Fix per-relation memory leakage in autovacuum. 12 months ago
Tom Lane ac3afd1d00 Fix AlignedAllocRealloc to cope sanely with OOM. 12 months ago
Tom Lane 20bae06903 Fix memory leak in XMLSERIALIZE(... INDENT). 12 months ago
Fujii Masao 11efaaffac Fix incorrect WAL description for PREPARE TRANSACTION record. 12 months ago
Heikki Linnakangas a4da7b0cfa Fix cross-version upgrade test failure 12 months ago
Michael Paquier b648a3369b doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 12 months ago
Heikki Linnakangas 54c05292b1 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 12 months ago
Amit Kapila 7318f241d2 Don't retreat slot's confirmed_flush LSN. 12 months ago
Tom Lane 5355a2400e Make our usage of memset_s() conform strictly to the C11 standard. 12 months ago
Daniel Gustafsson 83dbe8aacd Align organization wording in copyright statement 12 months ago
Richard Guo 2f48b4f075 Fix Assert failure in XMLTABLE parser 12 months ago
Daniel Gustafsson c5639196ca Fix order of parameters in POD documentation 12 months ago
Álvaro Herrera e65d8be042
Fix comment of tsquerysend() 12 months ago
Tom Lane a05cf22e05 Fix incorrect "return NULL" in BumpAllocLarge(). 12 months ago
Tom Lane 3007fee7f2 Skip RSA-PSS ssl test when using LibreSSL. 12 months ago
Tom Lane 976a8c2170 Centralize ssl tests' check for whether we're using LibreSSL. 12 months ago
Daniel Gustafsson f2d5b571f3 doc: Fix title markup for AT TIME ZONE and AT LOCAL 1 year ago
Tom Lane 5e2f3df49d Stamp 17.5. 1 year ago
Tom Lane ecbe349e91 Last-minute updates for release notes. 1 year ago
Noah Misch ec5f89e8a2 With GB18030, prevent SIGSEGV from reading past end of allocation. 1 year ago
Noah Misch 617d34908b Refactor test_escape.c for additional ways of testing. 1 year ago
Peter Eisentraut 954aacaee3 Translation updates 1 year ago
Tom Lane 09fac4a28d Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 1 year ago
Etsuro Fujita ee2486989e Fix typos in comments. 1 year ago
Álvaro Herrera f51ae31874
Handle self-referencing FKs correctly in partitioned tables 1 year ago
Tom Lane 766d2e6733 Doc: correct spelling of meson switch. 1 year ago
Tom Lane c9c62c44cd Doc: forgot to run add_commit_links.pl. 1 year ago
Tom Lane 176877f461 First-draft release notes for 17.5. 1 year ago
Noah Misch 40d1a1016d Doc: stop implying recommendation of insecure search_path value. 1 year ago
Dean Rasheed 18dc43a07f doc: Warn that ts_headline() output is not HTML-safe. 1 year ago
Tom Lane 5d5970b9f0 Update time zone data files to tzdata release 2025b. 1 year ago
Amit Kapila 36148b22ee Fix xmin advancement during fast_forward decoding. 1 year ago
Amit Kapila d96206f259 Fix typo in test file name added in commit 4909b38af0. 1 year ago
Tom Lane e384118559 Avoid possibly-theoretical OOM crash hazard in hash_create(). 1 year ago
Amit Kapila 05676d87e2 Fix an oversight in 3f28b2fcac. 1 year ago
Michael Paquier 4b6331e0fd Remove assertion based on pending_since in pgstat_report_stat() 1 year ago
Michael Paquier 185d345d79 doc: Mention naming convention used by injection points 1 year ago
David Rowley f04b11454d Doc: reword text explaining the --maintenance-db option 1 year ago
Michael Paquier 21a9b2b086 Rename injection point for invalidation messages at end of transaction 1 year ago
David Rowley 12bf43410a Doc: fix incorrect punctuation 1 year ago
Noah Misch e297ddcfb7 Test restartpoints in archive recovery. 1 year ago
Noah Misch d0a049987e Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 1 year ago
David Rowley 065ce49a10 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 1 year ago
Tom Lane ecb8e56412 Be more wary of corrupt data in pageinspect's heap_page_items(). 1 year ago
Tatsuo Ishii 4a0650d359 Doc: fix missing comma at the end of a line. 1 year ago