diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index f2c3426da9..92fd143070 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -91,6 +91,21 @@ Processing such indexes is still possible using REINDEX SYSTEM and reindexedb --
+
+
+
+
+Tighten GENERATED expression restrictions on inherited and partitioned tables (Amit Langote, Tom Lane)
+
+
+
+Columns of parent/partitioned and child/partition tables must all have the same generation status, though now the actual generation expressions can be different.
+
+
+
-
-
-
-Improve performance by caching RANGE and LIST partition lookups (Amit Langote, Hou Zhijie, David Rowley)
-
-
-
-
-
-
-
-Tighten GENERATED expression restrictions on inherited and partitioned tables (Amit Langote, Tom Lane)
-
-
-
-Columns of parent/partitioned and child/partition tables must all have the same generation status, though now the actual generation expressions can be different.
-
-
-
-
-
-
-
Optimizer
@@ -386,6 +366,17 @@ Allow aggregate functions string_agg() and array_agg() to be parallelized (David
+
+
+
+
+Improve performance by caching RANGE and LIST partition lookups (Amit Langote, Hou Zhijie, David Rowley)
+
+
+
+
+
+
+Add function pg_log_standby_snapshot() to force creation of a WAL snapshot (Bertrand Drouvot)
+
-This adds the function pg_log_standby_snapshot(). TEXT?
+WAL snapshots are required for logical slot creation so this function speeds their creation on standbys.
@@ -1648,6 +1650,19 @@ Author: Tom Lane
Remove support for datetime input that prefixes year-month-day by Y/M/D (Joseph Koshakow)
+
+
+
+
+
+
+Add functions pg_input_is_valid() and pg_input_error_info() to check for type conversion errors (Tom Lane)
+
@@ -1742,7 +1757,7 @@ Author: Tom Lane
-Add functions to add, subtract, and generate timestamptz values in a specified time zone (Przemysław Sztoch, Gurjeet Singh)
+Add functions to add, subtract, and generate timestamptz values in a specified time zone (Przemyslaw Sztoch, Gurjeet Singh)
@@ -1881,6 +1896,17 @@ Author: Peter Eisentraut
Add the byte specification ('B') to pg_size_bytes() (Peter Eisentraut)
+
+
+
+
+
+
+Allow to_reg* functions to accept OIDs parameters (Tom Lane)
+