Release date:
-
AS OF 2023-05-17, 2023-??-??
+
AS OF 2023-06-26, 2023-??-??
+
+
+
+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.
+
+
+
+
+
+
+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.
+
+
+
+
+
+
+Add empty range output column to pageinspect function brin_page_items() (Tomas Vondra)
+
+
+