Commit Graph

51612 Commits (cd31eaaebc406d043f5dc240f8849d640490e707)
 

Author SHA1 Message Date
Tom Lane cd31eaaebc Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Tom Lane 93aca12461 Run pgindent on the previous commit. 3 months ago
Tom Lane 1c78d55531 Fix edge-case resource leaks in PL/Python error reporting. 3 months ago
Nathan Bossart b7ba2c0308 Ensure we have a snapshot when updating various system catalogs. 4 months ago
Tom Lane 271cb7eaa7 Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane c81cdffa1f Allow larger packets during GSSAPI authentication exchange. 4 months ago
Fujii Masao 706344f06f Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 months ago
Álvaro Herrera 3e75313c2b
Fix broken-FK-detection query in release notes 4 months ago
Tom Lane e7d3d4ed41 Avoid resource leaks when a dblink connection fails. 4 months ago
Michael Paquier 3c03b8cd79 pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Michael Paquier 31ee5ec698 Adjust regex for test with opening parenthesis in character classes 4 months ago
Michael Paquier 9481d1614c Fix conversion of SIMILAR TO regexes for character classes 4 months ago
Fujii Masao 4f49456094 doc: Fix documenation for snapshot export in logical decoding. 4 months ago
Andres Freund e7480f3dd6 Remove accidentally added meson.build 4 months ago
Michael Paquier f23d0145d0 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 4 months ago
Heikki Linnakangas 7ee00918f7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 4 months ago
Amit Kapila e323d9df00 Don't retreat slot's confirmed_flush LSN. 4 months ago
Tom Lane 9bc2d37cca Make our usage of memset_s() conform strictly to the C11 standard. 4 months ago
Daniel Gustafsson 24d390313f Align organization wording in copyright statement 4 months ago
Álvaro Herrera a15102f08e
Fix comment of tsquerysend() 4 months ago
Tom Lane 8b3c5d9f52 Stamp 13.21. 4 months ago
Tom Lane 5dff5ce863 Last-minute updates for release notes. 4 months ago
Noah Misch cbadeaca92 With GB18030, prevent SIGSEGV from reading past end of allocation. 4 months ago
Noah Misch 7279e58205 Refactor test_escape.c for additional ways of testing. 4 months ago
Peter Eisentraut b0ace85e1b Translation updates 4 months ago
Tom Lane 26d056ad74 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 4 months ago
Álvaro Herrera b3a9c536db
Handle self-referencing FKs correctly in partitioned tables 4 months ago
Noah Misch fd0af4906c Doc: stop implying recommendation of insecure search_path value. 4 months ago
Tom Lane 06a2c598e1 Add missing newlines to PQescapeInternal() messages pre-v16. 4 months ago
Dean Rasheed 06bce4d638 doc: Warn that ts_headline() output is not HTML-safe. 4 months ago
Tom Lane 9da548df38 Update time zone data files to tzdata release 2025b. 5 months ago
Amit Kapila d65485b02b Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila 4164d69763 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Amit Kapila 247ee94150 Fix data loss in logical replication. 5 months ago
David Rowley c5ba351864 Doc: reword text explaining the --maintenance-db option 5 months ago
Noah Misch 4399d10556 Test restartpoints in archive recovery. 5 months ago
Noah Misch d34b671a63 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
Tom Lane 3f9132ed28 Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tom Lane 6a3e57865f Fix pg_dump --clean with partitioned indexes. 5 months ago
Tom Lane c7597a1d36 Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Michael Paquier e2f42f812a Fix race with synchronous_standby_names at startup 5 months ago
Tom Lane deb99dcba7 Doc: remove long-obsolete advice about generated constraint names. 5 months ago
Daniel Gustafsson 04e6ae91ac doc: Clarify project naming 5 months ago
Noah Misch 69a498eb64 Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit. 5 months ago
Noah Misch a5b0c06daa Skip WAL recycling and preallocation during archive recovery. 5 months ago
Noah Misch cbed472a93 Don't ERROR on PreallocXlogFiles() race condition. 5 months ago
Michael Paquier e77d9cd4f5 Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()." 5 months ago
Noah Misch d0b6acaf04 Remove XLogFileInit() ability to unlink a pre-existing file. 5 months ago
Noah Misch 20e5ef3ca7 In XLogFileInit(), fix *use_existent postcondition to suit callers. 5 months ago
Noah Misch df8ec9634c Remove XLogFileInit() ability to skip ControlFileLock. 5 months ago