<formalpara>
<title>Release date:</title>
- <para>AS OF 2023-05-17, 2023-??-??</para>
+ <para>AS OF 2023-06-26, 2023-??-??</para>
</formalpara>
<sect2 id="release-16-highlights">
</para>
</listitem>
+<!--
+2023-06-07 [b0f6c4371] Remove read-only server settings lc_collate and lc_ctype
+-->
+
+<listitem>
+<para>
+Remove read-only server variables lc_collate and lc_ctype (Peter Eisentraut)
+</para>
+
+<para>
+Collations and locales can vary between databases so having them as read-only server variables was unhelpful.
+</para>
+</listitem>
+
+<!--
+2023-05-21 [2dcd1578c] Rename some createuser options.
+2023-05-23 [381d19b3e] Document deprecated createuser option.
+-->
+
+<listitem>
+<para>
+Deprecate createuser option --role (Nathan Bossart)
+</para>
+
+<para>
+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.
+</para>
+</listitem>
+
<!--
2023-01-26 [37e267335] Don't install postmaster symlink anymore
<!--
2023-04-13 [6633cfb21] De-Revert "Add support for Kerberos credential delegatio
+2023-05-20 [9c0a0e2ed] rename "gss_accept_deleg" to "gss_accept_delegation".
+2023-05-20 [f4001a553] Fix remaining references to gss_accept_deleg.
+2023-05-21 [a2eb99a01] Expand some more uses of "deleg" to "delegation" or "del
-->
<listitem>
</para>
</listitem>
+<!--
+Date: Fri Jun 16 10:27:32 2023 -0700
+-->
+
+<listitem>
+<para>
+Have CREATE DATABASE and CREATE COLLATION's LOCALE options, and initdb and createdb --locale options, control non-libc collation providers (Jeff Davis)
+</para>
+
+<para>
+Previously they only controlled libc providers.
+</para>
+</listitem>
+
<!--
2023-03-10 [0d21d4b9b] Add standard collation UNICODE
<!--
2022-07-13 [08951a7c9] createuser: Add support for more clause types through ne
+2023-05-21 [2dcd1578c] Rename some createuser options.
-->
<listitem>
</para>
</listitem>
+<!--
+2023-01-02 [1fd3dd204] Add bt_multi_page_stats() function to contrib/pageinspec
+-->
+
+<listitem>
+<para>
+Add empty range output column to pageinspect function brin_page_items() (Tomas Vondra)
+</para>
+</listitem>
+
<!--
2023-02-17 [35739b87d] Redesign archive modules