|
6 | 6 |
|
7 | 7 | <formalpara>
|
8 | 8 | <title>Release date:</title>
|
9 |
| - <para>AS OF 2023-05-17, 2023-??-??</para> |
| 9 | + <para>AS OF 2023-06-26, 2023-??-??</para> |
10 | 10 | </formalpara>
|
11 | 11 |
|
12 | 12 | <sect2 id="release-16-highlights">
|
@@ -229,6 +229,39 @@ This was used to promote a standby to primary, but is now easier accomplished wi
|
229 | 229 | </para>
|
230 | 230 | </listitem>
|
231 | 231 |
|
| 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 | + |
232 | 265 | <!--
|
233 | 266 | Author: Peter Eisentraut <peter@eisentraut.org>
|
234 | 267 | 2023-01-26 [37e267335] Don't install postmaster symlink anymore
|
@@ -1020,6 +1053,12 @@ Previously only a single privilege name, like SELECT, was accepted.
|
1020 | 1053 | <!--
|
1021 | 1054 | Author: Stephen Frost <sfrost@snowman.net>
|
1022 | 1055 | 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 |
1023 | 1062 | -->
|
1024 | 1063 |
|
1025 | 1064 | <listitem>
|
@@ -1309,6 +1348,21 @@ However, ICU doesn't support the C locale so UTF-8 is used in such cases. Previ
|
1309 | 1348 | </para>
|
1310 | 1349 | </listitem>
|
1311 | 1350 |
|
| 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 | + |
1312 | 1366 | <!--
|
1313 | 1367 | Author: Peter Eisentraut <peter@eisentraut.org>
|
1314 | 1368 | 2023-03-10 [0d21d4b9b] Add standard collation UNICODE
|
@@ -2378,6 +2432,8 @@ The option is "-c name=value".
|
2378 | 2432 | <!--
|
2379 | 2433 | Author: Michael Paquier <michael@paquier.xyz>
|
2380 | 2434 | 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. |
2381 | 2437 | -->
|
2382 | 2438 |
|
2383 | 2439 | <listitem>
|
@@ -2978,6 +3034,17 @@ This is similar to bt_page_stats() except it can report on a range of pages.
|
2978 | 3034 | </para>
|
2979 | 3035 | </listitem>
|
2980 | 3036 |
|
| 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 | + |
2981 | 3048 | <!--
|
2982 | 3049 | Author: Michael Paquier <michael@paquier.xyz>
|
2983 | 3050 | 2023-02-17 [35739b87d] Redesign archive modules
|
|
0 commit comments