diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 15e06dfbc5..21fe8bb486 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -6,7 +6,7 @@
Release date:
- AS OF 2023-05-17, 2023-??-??
+ AS OF 2023-06-26, 2023-??-??
@@ -229,6 +229,39 @@ This was used to promote a standby to primary, but is now easier accomplished wi
+
+
+
+
+Remove read-only server variables lc_collate and lc_ctype (Peter Eisentraut)
+
+
+
+Collations and locales can vary between databases so having them as read-only server variables was unhelpful.
+
+
+
+
+
+
+
+Deprecate createuser option --role (Nathan Bossart)
+
+
+
+This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality.
+The --role option can still be used.
+
+
+
@@ -1309,6 +1348,21 @@ However, ICU doesn't support the C locale so UTF-8 is used in such cases. Previ
+
+
+
+
+Have CREATE DATABASE and CREATE COLLATION's LOCALE options, and initdb and createdb --locale options, control non-libc collation providers (Jeff Davis)
+
+
+
+Previously they only controlled libc providers.
+
+
+
@@ -2978,6 +3034,17 @@ This is similar to bt_page_stats() except it can report on a range of pages.
+
+
+
+
+Add empty range output column to pageinspect function brin_page_items() (Tomas Vondra)
+
+
+