doc: PG 16 relnotes: udpate for commits since branching
authorBruce Momjian <[email protected]>
Mon, 14 Aug 2023 21:28:39 +0000 (17:28 -0400)
committerBruce Momjian <[email protected]>
Mon, 14 Aug 2023 21:28:39 +0000 (17:28 -0400)
Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index e3541bbf155fe99eee93fbc3c4f2cdbc15269901..1f54f2c8dc36a29d9a11fac695986843e6208dad 100644 (file)
@@ -1263,6 +1263,17 @@ These are controlled by "include", "include_if_exists", and "include_dir".  Syst
 </para>
 </listitem>
 
+<!--
+Author: Tom Lane <[email protected]>
+2023-07-27 [de3f0e3fe] Eliminate fixed token-length limit in hba.c.
+-->
+
+<listitem>
+<para>
+Allow pg_hba.conf tokens to be of unlimited length (Tom Lane)
+</para>
+</listitem>
+
 <!--
 Author: Michael Paquier <[email protected]>
 2022-10-26 [c591300a8] Add rule_number to pg_hba_file_rules and map_number to p
@@ -2144,15 +2155,17 @@ This is controlled by xheader_width.
 <!--
 Author: Dean Rasheed <[email protected]>
 2023-01-07 [d913928c9] psql: Add support for \dpS and \zS.
+Author: Tom Lane <[email protected]>
+2023-07-19 [d65ddaca9] Add psql \drg command to display role
 -->
 
 <listitem>
 <para>
-Allow psql's access privilege commands to show system objects (Nathan Bossart)
+Allow psql's access privilege commands to show system objects (Nathan Bossart, Pavel Luzanov)
 </para>
 
 <para>
-The options are \dpS and \zS.
+The options are \dpS, \zS, and \drg.
 </para>
 </listitem>