File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
532
532
-->
533
533
534
534
<para>
535
- Implement incremental sorting (James Coleman, Alexander Korotkov)
535
+ Implement incremental sorting (James Coleman, Alexander Korotkov, Tomas Vondra )
536
536
</para>
537
537
538
538
<para>
@@ -582,7 +582,7 @@ Allow grouping sets to use hash aggregation with disk storage for large grouping
582
582
</para>
583
583
584
584
<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.
586
586
WHAT USED TO HAPPEN?
587
587
</para>
588
588
@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
627
627
</para>
628
628
629
629
<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.
631
631
</para>
632
632
633
633
</listitem>
@@ -797,7 +797,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
797
797
-->
798
798
799
799
<para>
800
- Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera)
800
+ Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera, Tom Lane )
801
801
</para>
802
802
803
803
<para>
You can’t perform that action at this time.
0 commit comments