Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-04-06 Release postmaster working memory context in slotsync worker Fujii Masao 19 (unreleased)
2026-04-06 Simplify redundant current_database() subqueries in stats.sql regression test Fujii Masao 19 (unreleased)
2026-04-06 Add wal_sender_shutdown_timeout GUC to limit shutdown wait for replication Fujii Masao 19 (unreleased)
2026-04-02 Remove redundant SetLatch() calls in interrupt handling functions Fujii Masao 19 (unreleased)
2026-04-01 Reduce log level of some logical decoding messages from LOG to DEBUG1 Fujii Masao 19 (unreleased)
2026-03-30 Fix FK triggers losing DEFERRABLE/INITIALLY DEFERRED when marked ENFORCED again Fujii Masao 19 (unreleased)
2026-03-30 psql: Make \d+ inheritance tables list formatting consistent with other objects Fujii Masao 19 (unreleased)
2026-03-30 psql: Make \d+ partition list formatting consistent with other objects Fujii Masao 19 (unreleased)
2026-03-26 Avoid sending duplicate WAL locations in standby status replies Fujii Masao 19 (unreleased)
2026-03-26 Fix premature NULL lag reporting in pg_stat_replication Fujii Masao 19 (unreleased)
2026-03-24 Report detailed errors from XLogFindNextRecord() failures. Fujii Masao 19 (unreleased)
2026-03-18 doc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN Fujii Masao 19 (unreleased)
2026-03-16 Fix WAL flush LSN used by logical walsender during shutdown Fujii Masao 19 (unreleased)
2026-03-16 Remove unstable test for pg_statio_all_sequences stats reset Fujii Masao 19 (unreleased)
2026-03-16 Ensure "still waiting on lock" message is logged only once per wait. Fujii Masao 19 (unreleased)
2026-03-16 Add stats_reset column to pg_statio_all_sequences Fujii Masao 19 (unreleased)
2026-03-16 file_fdw: Add regression test for file_fdw with ON_ERROR='set_null' Fujii Masao 19 (unreleased)
2026-03-13 Add stats_reset column to pg_stat_database_conflicts. Fujii Masao 19 (unreleased)
2026-03-10 Remove duplicate initialization in initialize_brin_buildstate(). Fujii Masao 19 (unreleased)
2026-03-09 doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN. Fujii Masao 19 (unreleased)
2026-03-06 Fix publisher shutdown hang caused by logical walsender busy loop. Fujii Masao 19 (unreleased)
2026-03-06 Improve tests for recovery_target_timeline GUC. Fujii Masao 19 (unreleased)
2026-03-05 Improve validation of recovery_target_xid GUC values. Fujii Masao 19 (unreleased)
2026-03-05 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. Fujii Masao 19 (unreleased)
2026-03-03 doc: Clarify that empty COMMENT string removes the comment. Fujii Masao 19 (unreleased)