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

Commit ab3f2f4

Browse files
committed
doc: PG 13 retnote adjustments
Reported-by: Justin Pryzby
1 parent 46da7bf commit ab3f2f4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2020-05-03</para>
9+
<para>2020-XX-XX, CURRENT AS OF 2020-05-03</para>
1010
</formalpara>
1111

1212
<sect2>
@@ -284,7 +284,7 @@ Allow BEFORE row-level triggers on partitioned tables (&Aacute;lvaro Herrera)
284284
</para>
285285

286286
<para>
287-
These triggers cannot change the destination partition.
287+
These triggers "cannot change which partition is the destination.
288288
</para>
289289

290290
</listitem>
@@ -532,11 +532,11 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
532532
-->
533533

534534
<para>
535-
Allow incremental sorting (James Coleman, Alexander Korotkov)
535+
Implement incremental sorting (James Coleman, Alexander Korotkov)
536536
</para>
537537

538538
<para>
539-
If a result is already sorted by several keys, this allows for batch sorting of additional trailing keys because the previous keys are already equal. This is controlled by enable_incrementalsort.
539+
If a result is already sorted by several leading keys, this allows for batch sorting of additional trailing keys because the previous keys are already equal. This is controlled by enable_incrementalsort.
540540
</para>
541541

542542
</listitem>
@@ -566,7 +566,7 @@ Allow hash aggregation to use disk storage for large aggregation result sets (Je
566566
</para>
567567

568568
<para>
569-
Previously, hash aggregation was not used if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
569+
Previously, hash aggregation was avoided if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
570570
</para>
571571

572572
</listitem>
@@ -599,7 +599,7 @@ Allow inserts to trigger autovacuum activity (Laurenz Albe, Darafei Praliaskousk
599599
</para>
600600

601601
<para>
602-
This new behavior sets pages as all-visible, allowing for index-only scans, and reduces the work necessary when the table needs to be frozen.
602+
This new behavior allows pages to be set as all-visible, which then allows index-only scans, and reduces the work necessary when the table needs to be frozen.
603603
</para>
604604

605605
</listitem>
@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
627627
</para>
628628

629629
<para>
630-
This is controlled by GUC wal_skip_threshold.
630+
The WAL write amount where this happens is controlled by wal_skip_threshold.
631631
</para>
632632

633633
</listitem>
@@ -651,7 +651,7 @@ Author: Fujii Masao <fujii@postgresql.org>
651651
-->
652652

653653
<para>
654-
Improve the performance of replay of DROP DATABASE commands that use many tablespaces (Fujii Masao)
654+
Improve the performance when replaying DROP DATABASE commands when many tablespaces are in use (Fujii Masao)
655655
</para>
656656

657657
</listitem>
@@ -663,7 +663,7 @@ Author: Fujii Masao <fujii@postgresql.org>
663663
-->
664664

665665
<para>
666-
Improve performance for truncation of very larger relations (Kirk Jamison)
666+
Improve performance for truncation of very large relations (Kirk Jamison)
667667
</para>
668668

669669
</listitem>
@@ -1147,7 +1147,7 @@ Allow streaming replication configuration settings to be changed by reload (Serg
11471147
</para>
11481148

11491149
<para>
1150-
Previously, server restart was required to change primary_conninfo and primary_slot_name.
1150+
Previously, a server restart was required to change primary_conninfo and primary_slot_name.
11511151
</para>
11521152

11531153
</listitem>
@@ -1354,7 +1354,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
13541354
-->
13551355

13561356
<para>
1357-
Fix bugs in ALTER TABLE where later clauses overlap changes made by earlier clauses in the same command (Tom Lane)
1357+
Fix bugs in ALTER TABLE when later clauses overlap changes made by earlier clauses in the same command (Tom Lane)
13581358
</para>
13591359

13601360
</listitem>
@@ -1565,7 +1565,7 @@ Add alternate version of jsonb_set with special NULL handling (Andrew Dunstan)
15651565
</para>
15661566

15671567
<para>
1568-
The new function, jsonb_set_lax(), allows null new values to either set the specified key to JSON null, delete the key, raise exception, or ignore operation.
1568+
The new function, jsonb_set_lax(), allows null new values to either set the specified key to JSON null, delete the key, raise exception, or ignore the operation.
15691569
IS 'return_target' CLEAR?
15701570
</para>
15711571

@@ -1967,7 +1967,7 @@ Allow \g and \gx to change any pset output options for a single command (Tom Lan
19671967
</para>
19681968

19691969
<para>
1970-
This makes \gx equivalent to \g (expanded=on).
1970+
This allows syntax like \g (expand=on), which is equivalent to \gx.
19711971
</para>
19721972

19731973
</listitem>
@@ -2181,7 +2181,7 @@ Allow pg_rewind to use the target cluster's restore_command to retrieve needed W
21812181
</para>
21822182

21832183
<para>
2184-
This is enable using the -c/--restore-target-wal option.
2184+
This is enabled using the -c/--restore-target-wal option.
21852185
</para>
21862186

21872187
</listitem>
@@ -2293,7 +2293,7 @@ Remove --adduser and --no-adduser from createuser (Alexander Lakhin)
22932293
</para>
22942294

22952295
<para>
2296-
These long-supported options for this are called --superuser and --no-superuser.
2296+
The long-supported options for this are called --superuser and --no-superuser.
22972297
</para>
22982298

22992299
</listitem>

0 commit comments

Comments
 (0)