summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
42 hoursStamp 15.13.REL_15_13REL_15_STABLETom Lane
47 hoursLast-minute updates for release notes.Tom Lane
2 daysWith GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2 daysRefactor test_escape.c for additional ways of testing.Noah Misch
2 daysTranslation updatesPeter Eisentraut
3 daysRelease notes for 17.5, 16.9, 15.13, 14.18, 13.21.Tom Lane
4 daysFix typos in comments.Etsuro Fujita
5 daysHandle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
6 daysDoc: stop implying recommendation of insecure search_path value.Noah Misch
6 daysAdd missing newlines to PQescapeInternal() messages pre-v16.Tom Lane
6 daysdoc: Warn that ts_headline() output is not HTML-safe.Dean Rasheed
7 daysFix assertion failure in snapshot buildingDaniel Gustafsson
7 daysUpdate time zone data files to tzdata release 2025b.Tom Lane
9 daysFix xmin advancement during fast_forward decoding.Amit Kapila
12 daysFix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-23Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier
2025-04-22Doc: reword text explaining the --maintenance-db optionDavid Rowley
2025-04-20Test restartpoints in archive recovery.Noah Misch
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-19Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Doc: remove long-obsolete advice about generated constraint names.Tom Lane
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-06doc: Clarify project namingDaniel Gustafsson
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-04-03Add helper library for use of libpq inside the server environmentAndres Freund
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02Doc: add information about partition lockingDavid Rowley
2025-04-01Fix planner's failure to identify multiple hashable ScalarArrayOpExprsDavid Rowley
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-27Prevent assertion failure in contrib/pg_freespacemap.Tom Lane
2025-03-27doc: Correct description of values used in FSM for indexesMichael Paquier
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-21Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane
2025-03-21doc: Remove incorrect description about dropping replication slots.Fujii Masao
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.Tom Lane
2025-03-12Handle interrupts while waiting on Append's async subplansHeikki Linnakangas