diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index c9ea7c9fedf..dc626adb9d5 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -253,6 +253,21 @@ Some platforms disallowed trailing periods.
+
+
+
+
+When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian)
+
+
+
+For example, report '1.99 years' as '2 years', not '1 year 11 months'.
+
+
+
+
+
+
+When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul)
+
+
+
+Previously the actual schema name was used.
+
+
+
-
-
-
-Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby)
-
@@ -1478,21 +1497,6 @@ Previously, all of the columns in the foreign key were always affected.
-
-
-
-
-When EXPLAIN references the temporary object schema, refer to it as "pg_temp" (Amul Sul)
-
-
-
-Previously the actual schema name was used.
-
-
-
-
-
-
-When specifying fractional interval values in units greater than months, round to the nearest month (Bruce Momjian)
-
-
-
-For example, report '1.99 years' as '2 years', not '1 year 11 months'.
-
-
-
+
+
+
+Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova)
+
@@ -2614,6 +2614,17 @@ Allow extensions to define their own WAL resource managers (Jeff Davis)
+
+
+
+
+Add function pg_settings_get_flags() to get the flags of server-side variables (Justin Pryzby)
+
+
+
-
-
-
-Allow pgbench to retry after serialization and deadlock failures (Yugo Nagata, Marina Polyakova)
-
-
-
-
-
-
-Add server variable postgres_fdw.application_name to control the application name of postgres_fdw connections (Hayato Kuroda)
-
-
-
-Previously the remote application_name could only be set on the remote server or the postgres_fdw connection specification.
-
-
-
-