Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 228a2fa

Browse files
committed
doc: PG 16 relnotes, update for beta 2
1 parent 3f0199d commit 228a2fa

File tree

1 file changed

+68
-1
lines changed

1 file changed

+68
-1
lines changed

doc/src/sgml/release-16.sgml

+68-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>AS OF 2023-05-17, 2023-??-??</para>
9+
<para>AS OF 2023-06-26, 2023-??-??</para>
1010
</formalpara>
1111

1212
<sect2 id="release-16-highlights">
@@ -229,6 +229,39 @@ This was used to promote a standby to primary, but is now easier accomplished wi
229229
</para>
230230
</listitem>
231231

232+
<!--
233+
Author: Peter Eisentraut <peter@eisentraut.org>
234+
2023-06-07 [b0f6c4371] Remove read-only server settings lc_collate and lc_ctype
235+
-->
236+
237+
<listitem>
238+
<para>
239+
Remove read-only server variables lc_collate and lc_ctype (Peter Eisentraut)
240+
</para>
241+
242+
<para>
243+
Collations and locales can vary between databases so having them as read-only server variables was unhelpful.
244+
</para>
245+
</listitem>
246+
247+
<!--
248+
Author: Nathan Bossart <nathan@postgresql.org>
249+
2023-05-21 [2dcd1578c] Rename some createuser options.
250+
Author: Nathan Bossart <nathan@postgresql.org>
251+
2023-05-23 [381d19b3e] Document deprecated createuser option.
252+
-->
253+
254+
<listitem>
255+
<para>
256+
Deprecate createuser option --role (Nathan Bossart)
257+
</para>
258+
259+
<para>
260+
This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality.
261+
The --role option can still be used.
262+
</para>
263+
</listitem>
264+
232265
<!--
233266
Author: Peter Eisentraut <peter@eisentraut.org>
234267
2023-01-26 [37e267335] Don't install postmaster symlink anymore
@@ -1020,6 +1053,12 @@ Previously only a single privilege name, like SELECT, was accepted.
10201053
<!--
10211054
Author: Stephen Frost <sfrost@snowman.net>
10221055
2023-04-13 [6633cfb21] De-Revert "Add support for Kerberos credential delegatio
1056+
Author: Bruce Momjian <bruce@momjian.us>
1057+
2023-05-20 [9c0a0e2ed] rename "gss_accept_deleg" to "gss_accept_delegation".
1058+
Author: Nathan Bossart <nathan@postgresql.org>
1059+
2023-05-20 [f4001a553] Fix remaining references to gss_accept_deleg.
1060+
Author: Tom Lane <tgl@sss.pgh.pa.us>
1061+
2023-05-21 [a2eb99a01] Expand some more uses of "deleg" to "delegation" or "del
10231062
-->
10241063

10251064
<listitem>
@@ -1309,6 +1348,21 @@ However, ICU doesn't support the C locale so UTF-8 is used in such cases. Previ
13091348
</para>
13101349
</listitem>
13111350

1351+
<!--
1352+
Author: Jeff Davis <jdavis@postgresql.org>
1353+
Date: Fri Jun 16 10:27:32 2023 -0700
1354+
-->
1355+
1356+
<listitem>
1357+
<para>
1358+
Have CREATE DATABASE and CREATE COLLATION's LOCALE options, and initdb and createdb --locale options, control non-libc collation providers (Jeff Davis)
1359+
</para>
1360+
1361+
<para>
1362+
Previously they only controlled libc providers.
1363+
</para>
1364+
</listitem>
1365+
13121366
<!--
13131367
Author: Peter Eisentraut <peter@eisentraut.org>
13141368
2023-03-10 [0d21d4b9b] Add standard collation UNICODE
@@ -2378,6 +2432,8 @@ The option is "-c name=value".
23782432
<!--
23792433
Author: Michael Paquier <michael@paquier.xyz>
23802434
2022-07-13 [08951a7c9] createuser: Add support for more clause types through ne
2435+
Author: Nathan Bossart <nathan@postgresql.org>
2436+
2023-05-21 [2dcd1578c] Rename some createuser options.
23812437
-->
23822438

23832439
<listitem>
@@ -2978,6 +3034,17 @@ This is similar to bt_page_stats() except it can report on a range of pages.
29783034
</para>
29793035
</listitem>
29803036

3037+
<!--
3038+
Author: Tom Lane <tgl@sss.pgh.pa.us>
3039+
2023-01-02 [1fd3dd204] Add bt_multi_page_stats() function to contrib/pageinspec
3040+
-->
3041+
3042+
<listitem>
3043+
<para>
3044+
Add empty range output column to pageinspect function brin_page_items() (Tomas Vondra)
3045+
</para>
3046+
</listitem>
3047+
29813048
<!--
29823049
Author: Michael Paquier <michael@paquier.xyz>
29833050
2023-02-17 [35739b87d] Redesign archive modules

0 commit comments

Comments
 (0)