aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-08-14 17:28:39 -0400
committerBruce Momjian <bruce@momjian.us>2023-08-14 17:28:39 -0400
commit03fb43f6ed63fd2d52bf8ec305893a31ef0a38e5 (patch)
tree7a3b38ae1eff03ec2e8330c16d40514ba45b415f
parentd37ab378b6e773c278c14b9554a1ea23b355aab9 (diff)
downloadpostgresql-03fb43f6ed63fd2d52bf8ec305893a31ef0a38e5.tar.gz
postgresql-03fb43f6ed63fd2d52bf8ec305893a31ef0a38e5.zip
doc: PG 16 relnotes: udpate for commits since branching
Backpatch-through: 16 only
-rw-r--r--doc/src/sgml/release-16.sgml17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index e3541bbf155..1f54f2c8dc3 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -1264,6 +1264,17 @@ These are controlled by "include", "include_if_exists", and "include_dir". Syst
</listitem>
<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+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 <michael@paquier.xyz>
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 <dean.a.rasheed@gmail.com>
2023-01-07 [d913928c9] psql: Add support for \dpS and \zS.
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+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>