diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml
index 87ee4dcb09c..ee7c7d1a3f4 100644
--- a/doc/src/sgml/release-19.sgml
+++ b/doc/src/sgml/release-19.sgml
@@ -6,7 +6,7 @@
Release date:
- 2026-??-??, AS OF 2026-05-14
+ 2026-??-??, AS OF 2026-06-05
@@ -1603,6 +1603,8 @@ Author: Amit Kapila
2025-07-23 [228c37086] Preserve conflict-relevant data during logical replicati
Author: Amit Kapila
2025-09-15 [0d48d393d] Resume conflict-relevant data retention automatically.
+Author: Amit Kapila
+2025-09-02 [a850be2fe] Add max_retention_duration option to subscriptions.
-->
@@ -1610,22 +1612,11 @@ Author: Amit Kapila
Add CREATE/ALTER PUBLICATION setting retain_dead_tuples to retain information needed for conflict resolution (Zhijie Hou)
§§
-
-
-
-
-
-
-
-Add CREATE/ALTER PUBLICATION setting max_retention_duration to limit retain_dead_tuples retention (Zhijie Hou)
§
-When the limit is reached, dead tuple retention is disabled until manually re-enabled or a new subscription is created.
+Also add setting max_retention_duration to limit retain_dead_tuples retention.
@@ -2578,12 +2569,15 @@ Add or improve psql t
-Change vacuumdb's option to analyze partitioned tables when no targets are specified (Laurenz Albe, Mircea Cadariu)
+Change vacuumdb's and options to analyze partitioned tables when no targets are specified (Laurenz Albe, Mircea Cadariu, Chao Li)
§
+§