Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 78ccd6c

Browse files
committed
relnotes: adjustments from Álvaro Herrera
Reported-by: Álvaro Herrera Discussion: https://postgr.es/m/202205111412.n7xgu3eppins@alvherre.pgsql
1 parent 279d957 commit 78ccd6c

File tree

1 file changed

+20
-27
lines changed

1 file changed

+20
-27
lines changed

doc/src/sgml/release-15.sgml

+20-27
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,6 @@ Generate an error when char() is supplied with a negative argument (Peter Eisent
160160
</para>
161161
</listitem>
162162

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-
174163
<!--
175164
Author: Peter Eisentraut <peter@eisentraut.org>
176165
2022-01-12 [a18b6d2dc] ecpg: Catch zero-length Unicode identifiers correctly
@@ -416,7 +405,7 @@ Improve the algorithm used to compute random() (Fabien Coelho)
416405
</para>
417406

418407
<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.
420409
</para>
421410
</listitem>
422411

@@ -609,7 +598,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
609598

610599
<listitem>
611600
<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)
613602
</para>
614603

615604
<para>
@@ -928,7 +917,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
928917

929918
<listitem>
930919
<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)
932921
</para>
933922

934923
<para>
@@ -1081,7 +1070,7 @@ Author: Jeff Davis <jdavis@postgresql.org>
10811070

10821071
<listitem>
10831072
<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)
10851074
</para>
10861075

10871076
<para>
@@ -1234,6 +1223,10 @@ Author: Robert Haas <rhaas@postgresql.org>
12341223
<para>
12351224
Add server variable archive_library to specify the library to be called for archiving (Nathan Bossart)
12361225
</para>
1226+
1227+
<para>
1228+
Previously only shell commands could be called to perform archiving.
1229+
</para>
12371230
</listitem>
12381231

12391232
<!--
@@ -1313,17 +1306,6 @@ Allow publications to be restricted to specific columns (Tomas Vondra, Álvaro H
13131306
</para>
13141307
</listitem>
13151308

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-
13271309
<!--
13281310
Author: Amit Kapila <akapila@postgresql.org>
13291311
2022-03-22 [208c5d65b] Add ALTER SUBSCRIPTION ... SKIP.
@@ -1433,7 +1415,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
14331415

14341416
<listitem>
14351417
<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)
14371419
</para>
14381420

14391421
<para>
@@ -1567,6 +1549,17 @@ Improve overflow detection when casting values to interval (Joe Koshakow)
15671549
</para>
15681550
</listitem>
15691551

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+
15701563
<!--
15711564
Author: John Naylor <john.naylor@postgresql.org>
15721565
2021-08-26 [bab982161] Update display widths as part of updating Unicode

0 commit comments

Comments
 (0)