@@ -1263,6 +1263,17 @@ These are controlled by "include", "include_if_exists", and "include_dir". Syst
1263
1263
</para>
1264
1264
</listitem>
1265
1265
1266
+ <!--
1267
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
1268
+ 2023-07-27 [de3f0e3fe] Eliminate fixed token-length limit in hba.c.
1269
+ -->
1270
+
1271
+ <listitem>
1272
+ <para>
1273
+ Allow pg_hba.conf tokens to be of unlimited length (Tom Lane)
1274
+ </para>
1275
+ </listitem>
1276
+
1266
1277
<!--
1267
1278
Author: Michael Paquier <michael@paquier.xyz>
1268
1279
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.
2144
2155
<!--
2145
2156
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
2146
2157
2023-01-07 [d913928c9] psql: Add support for \dpS and \zS.
2158
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
2159
+ 2023-07-19 [d65ddaca9] Add psql \drg command to display role
2147
2160
-->
2148
2161
2149
2162
<listitem>
2150
2163
<para>
2151
- Allow psql's access privilege commands to show system objects (Nathan Bossart)
2164
+ Allow psql's access privilege commands to show system objects (Nathan Bossart, Pavel Luzanov )
2152
2165
</para>
2153
2166
2154
2167
<para>
2155
- The options are \dpS and \zS .
2168
+ The options are \dpS, \zS, and \drg .
2156
2169
</para>
2157
2170
</listitem>
2158
2171