summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-03Fix typos in comments.Etsuro Fujita
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-05-02Doc: correct spelling of meson switch.Tom Lane
2025-05-02Doc: forgot to run add_commit_links.pl.Tom Lane
2025-05-02First-draft release notes for 17.5.Tom Lane
2025-05-01Doc: stop implying recommendation of insecure search_path value.Noah Misch
2025-05-01doc: Warn that ts_headline() output is not HTML-safe.Dean Rasheed
2025-04-30Update time zone data files to tzdata release 2025b.Tom Lane
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-25Fix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-23Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier
2025-04-22doc: Mention naming convention used by injection pointsMichael Paquier
2025-04-22Doc: reword text explaining the --maintenance-db optionDavid Rowley
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-21Doc: fix incorrect punctuationDavid 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-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-19Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane
2025-04-18Doc: fix missing comma at the end of a line.Tatsuo Ishii
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-15doc: Fix missing whitespace in pg_restore documentation.Fujii Masao
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
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-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-06doc: Clarify project namingDaniel Gustafsson
2025-04-06Fix unintentional 'NULL' string literal in pg_upgrade.Jeff Davis
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.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-04doc: Clarify the system value for sslrootcertDaniel Gustafsson
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-03Restrict copying of invalidated replication slots.Masahiko Sawada
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-02Fix code commentPeter Eisentraut
2025-04-02Doc: add information about partition lockingDavid Rowley
2025-04-01Fix planner's failure to identify multiple hashable ScalarArrayOpExprsDavid Rowley