@@ -160,17 +160,6 @@ Generate an error when char() is supplied with a negative argument (Peter Eisent
160
160
</para>
161
161
</listitem>
162
162
163
- <!--
164
- Author: John Naylor <john.naylor@postgresql.org>
165
- 2021-07-14 [c203dcddf] Remove unused function parameter in get_qual_from_partbo
166
- -->
167
-
168
- <listitem>
169
- <para>
170
- Remove unused function parameter in get_qual_from_partbound() (Hou Zhijie)
171
- </para>
172
- </listitem>
173
-
174
163
<!--
175
164
Author: Peter Eisentraut <peter@eisentraut.org>
176
165
2022-01-12 [a18b6d2dc] ecpg: Catch zero-length Unicode identifiers correctly
@@ -416,7 +405,7 @@ Improve the algorithm used to compute random() (Fabien Coelho)
416
405
</para>
417
406
418
407
<para>
419
- This will cause setseed () followed by random() to return a different value than on older servers .
408
+ This will cause random () to differ from what was emitted by prior versions for the same seed values .
420
409
</para>
421
410
</listitem>
422
411
@@ -609,7 +598,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
609
598
610
599
<listitem>
611
600
<para>
612
- Fix ALTER TRIGGER RENAME on partitioned tables to rename partitions (Arne Roland, Álvaro Herrera)
601
+ Fix ALTER TRIGGER RENAME on partitioned tables to properly rename triggers an all partitions (Arne Roland, Álvaro Herrera)
613
602
</para>
614
603
615
604
<para>
@@ -928,7 +917,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
928
917
929
918
<listitem>
930
919
<para>
931
- Generate periodic log message during slow server starts (Nitin Jadhav, Robert Haas, Álvaro Herrera )
920
+ Generate periodic log message during slow server starts (Nitin Jadhav, Robert Haas)
932
921
</para>
933
922
934
923
<para>
@@ -1081,7 +1070,7 @@ Author: Jeff Davis <jdavis@postgresql.org>
1081
1070
1082
1071
<listitem>
1083
1072
<para>
1084
- Allow members of the pg_checkpointer predefined role to run the CHECKPOINT command (Jeff Davis)
1073
+ Add predefined role pg_checkpointer that allows members to run CHECKPOINT (Jeff Davis)
1085
1074
</para>
1086
1075
1087
1076
<para>
@@ -1234,6 +1223,10 @@ Author: Robert Haas <rhaas@postgresql.org>
1234
1223
<para>
1235
1224
Add server variable archive_library to specify the library to be called for archiving (Nathan Bossart)
1236
1225
</para>
1226
+
1227
+ <para>
1228
+ Previously only shell commands could be called to perform archiving.
1229
+ </para>
1237
1230
</listitem>
1238
1231
1239
1232
<!--
@@ -1313,17 +1306,6 @@ Allow publications to be restricted to specific columns (Tomas Vondra, Álvaro H
1313
1306
</para>
1314
1307
</listitem>
1315
1308
1316
- <!--
1317
- Author: Peter Eisentraut <peter@eisentraut.org>
1318
- 2022-04-07 [344d62fb9] Unlogged sequences
1319
- -->
1320
-
1321
- <listitem>
1322
- <para>
1323
- Create unlogged sequences and allow them to be skipped in logical replication (Peter Eisentraut)
1324
- </para>
1325
- </listitem>
1326
-
1327
1309
<!--
1328
1310
Author: Amit Kapila <akapila@postgresql.org>
1329
1311
2022-03-22 [208c5d65b] Add ALTER SUBSCRIPTION ... SKIP.
@@ -1433,7 +1415,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1433
1415
1434
1416
<listitem>
1435
1417
<para>
1436
- Add SQL MERGE command to adjust one table to match another (Pavan Deolasee, Álvaro Herrera, Amit Langote, Simon Riggs )
1418
+ Add SQL MERGE command to adjust one table to match another (Simon Riggs, Pavan Deolasee, Álvaro Herrera, Amit Langote)
1437
1419
</para>
1438
1420
1439
1421
<para>
@@ -1567,6 +1549,17 @@ Improve overflow detection when casting values to interval (Joe Koshakow)
1567
1549
</para>
1568
1550
</listitem>
1569
1551
1552
+ <!--
1553
+ Author: Peter Eisentraut <peter@eisentraut.org>
1554
+ 2022-04-07 [344d62fb9] Unlogged sequences
1555
+ -->
1556
+
1557
+ <listitem>
1558
+ <para>
1559
+ Create unlogged sequences and allow them to be skipped in logical replication (Peter Eisentraut)
1560
+ </para>
1561
+ </listitem>
1562
+
1570
1563
<!--
1571
1564
Author: John Naylor <john.naylor@postgresql.org>
1572
1565
2021-08-26 [bab982161] Update display widths as part of updating Unicode
0 commit comments