@@ -160,21 +160,6 @@ Remove pg_walinspect functions pg_get_wal_records_info_till_end_of_wal() and pg_
160
160
</para>
161
161
</listitem>
162
162
163
- <!--
164
- Author: Michael Paquier <michael@paquier.xyz>
165
- 2023-03-17 [98ae2c84a] libpq: Remove code for SCM credential authentication
166
- -->
167
-
168
- <listitem>
169
- <para>
170
- Remove libpq support for SCM credential authentication (Michael Paquier)
171
- </para>
172
-
173
- <para>
174
- Backend support for this authentication method was removed in PostgreSQL 9.1.
175
- </para>
176
- </listitem>
177
-
178
163
<!--
179
164
Author: David Rowley <drowley@postgresql.org>
180
165
2023-02-15 [5352ca22e] Rename force_parallel_mode to debug_parallel_query
@@ -262,24 +247,6 @@ permission. For example, they can now change the CREATEDB, REPLICATION, and BYP
262
247
</para>
263
248
</listitem>
264
249
265
- <!--
266
- Author: Nathan Bossart <nathan@postgresql.org>
267
- 2023-05-21 [2dcd1578c] Rename some createuser options.
268
- Author: Nathan Bossart <nathan@postgresql.org>
269
- 2023-05-23 [381d19b3e] Document deprecated createuser option.
270
- -->
271
-
272
- <listitem>
273
- <para>
274
- Deprecate createuser option --role (Nathan Bossart)
275
- </para>
276
-
277
- <para>
278
- This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality.
279
- The --role option can still be used.
280
- </para>
281
- </listitem>
282
-
283
250
<!--
284
251
Author: Peter Eisentraut <peter@eisentraut.org>
285
252
2023-01-26 [37e267335] Don't install postmaster symlink anymore
@@ -2414,6 +2381,24 @@ Specifically, the new options control the valid-until date, bypassing of row-lev
2414
2381
</para>
2415
2382
</listitem>
2416
2383
2384
+ <!--
2385
+ Author: Nathan Bossart <nathan@postgresql.org>
2386
+ 2023-05-21 [2dcd1578c] Rename some createuser options.
2387
+ Author: Nathan Bossart <nathan@postgresql.org>
2388
+ 2023-05-23 [381d19b3e] Document deprecated createuser option.
2389
+ -->
2390
+
2391
+ <listitem>
2392
+ <para>
2393
+ Deprecate createuser option --role (Nathan Bossart)
2394
+ </para>
2395
+
2396
+ <para>
2397
+ This option could be easily confused with new createuser role membership options, so option --member-of has been added with the same functionality.
2398
+ The --role option can still be used.
2399
+ </para>
2400
+ </listitem>
2401
+
2417
2402
<!--
2418
2403
Author: Andrew Dunstan <andrew@dunslane.net>
2419
2404
2022-07-31 [7781f4e3e] Add - -schema and - -exclude-schema options to vacuumdb.
@@ -2744,6 +2729,21 @@ Remove support for M68K, M88K, M32R, and SuperH CPU architectures (Thomas Munro)
2744
2729
</para>
2745
2730
</listitem>
2746
2731
2732
+ <!--
2733
+ Author: Michael Paquier <michael@paquier.xyz>
2734
+ 2023-03-17 [98ae2c84a] libpq: Remove code for SCM credential authentication
2735
+ -->
2736
+
2737
+ <listitem>
2738
+ <para>
2739
+ Remove libpq support for SCM credential authentication (Michael Paquier)
2740
+ </para>
2741
+
2742
+ <para>
2743
+ Backend support for this authentication method was removed in PostgreSQL 9.1.
2744
+ </para>
2745
+ </listitem>
2746
+
2747
2747
<!--
2748
2748
Author: Andres Freund <andres@anarazel.de>
2749
2749
2022-09-21 [e6927270c] meson: Add initial version of meson based build system