From 228a2fab9cdee8bad434a0037e8f5e85c6f30002 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Jun 2023 13:44:40 -0400 Subject: [PATCH] doc: PG 16 relnotes, update for beta 2 --- doc/src/sgml/release-16.sgml | 69 +++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 15e06dfbc51..21fe8bb4868 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) + + +