aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stamp 13.21.REL_13_21Tom Lane13 days
* Last-minute updates for release notes.Tom Lane13 days
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch14 days
* Refactor test_escape.c for additional ways of testing.Noah Misch14 days
* Translation updatesPeter Eisentraut14 days
* Release notes for 17.5, 16.9, 15.13, 14.18, 13.21.Tom Lane2025-05-04
* Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera2025-05-02
* Doc: stop implying recommendation of insecure search_path value.Noah Misch2025-05-01
* Add missing newlines to PQescapeInternal() messages pre-v16.Tom Lane2025-05-01
* doc: Warn that ts_headline() output is not HTML-safe.Dean Rasheed2025-05-01
* Update time zone data files to tzdata release 2025b.Tom Lane2025-04-30
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Fix typo in test file name added in commit 4909b38af0.Amit Kapila2025-04-25
* Fix data loss in logical replication.Amit Kapila2025-04-24
* Doc: reword text explaining the --maintenance-db optionDavid Rowley2025-04-22
* Test restartpoints in archive recovery.Noah Misch2025-04-20
* Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch2025-04-20
* Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane2025-04-19
* Fix pg_dump --clean with partitioned indexes.Tom Lane2025-04-16
* Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane2025-04-12
* Fix race with synchronous_standby_names at startupMichael Paquier2025-04-11
* Doc: remove long-obsolete advice about generated constraint names.Tom Lane2025-04-10
* doc: Clarify project namingDaniel Gustafsson2025-04-07
* Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch2025-04-06
* Skip WAL recycling and preallocation during archive recovery.Noah Misch2025-04-06
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2025-04-06
* Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()."Michael Paquier2025-04-06
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2025-04-06
* In XLogFileInit(), fix *use_existent postcondition to suit callers.Noah Misch2025-04-06
* Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch2025-04-06
* Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane2025-04-05
* Relax assertion in finding correct GiST parentHeikki Linnakangas2025-04-04
* Fix logical decoding test to correctly check slot removal on standby.Fujii Masao2025-04-04
* Fix logical decoding regression tests to correctly check slot existence.Fujii Masao2025-04-04
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2025-04-03
* Add helper library for use of libpq inside the server environmentAndres Freund2025-04-03
* Remove unnecessary type violation in tsvectorrecv().Tom Lane2025-04-02
* Remove HeapBitmapScan's skip_fetch optimizationAndres Freund2025-04-02
* Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane2025-04-02
* Doc: add information about partition lockingDavid Rowley2025-04-02
* Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane2025-04-01
* Prevent assertion failure in contrib/pg_freespacemap.Tom Lane2025-03-27
* doc: Correct description of values used in FSM for indexesMichael Paquier2025-03-27
* Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane2025-03-21
* doc: Remove incorrect description about dropping replication slots.Fujii Masao2025-03-21
* Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane2025-03-13
* Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.Tom Lane2025-03-13
* Build whole-row Vars the same way during parsing and planning.Tom Lane2025-03-12
* Preserve RangeTblEntry.relid when expanding a view RTE.Tom Lane2025-03-12
* BRIN: be more strict about required support procsÁlvaro Herrera2025-03-11