Skip to content

Commit b0e02f4

Browse files
committed
doc: PG 13 relnotes, add attributions and wording changes
1 parent bb20f2c commit b0e02f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/release-13.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Author: Tomas Vondra <[email protected]>
532532
-->
533533

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

538538
<para>
@@ -582,7 +582,7 @@ Allow grouping sets to use hash aggregation with disk storage for large grouping
582582
</para>
583583

584584
<para>
585-
Previously, hash aggregation was not used if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
585+
Previously, hash aggregation was avoided if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
586586
WHAT USED TO HAPPEN?
587587
</para>
588588

@@ -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-
Relations larger than wal_skip_threshold will have their files fynsced rather than writing their WAL records.
630+
Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.
631631
</para>
632632

633633
</listitem>
@@ -797,7 +797,7 @@ Author: Tom Lane <[email protected]>
797797
-->
798798

799799
<para>
800-
Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacute;lvaro Herrera)
800+
Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacute;lvaro Herrera, Tom Lane)
801801
</para>
802802

803803
<para>

0 commit comments

Comments
 (0)