File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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>
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.
586586WHAT 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 <tgl@sss.pgh.pa.us>
797797-->
798798
799799<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 )
801801</para>
802802
803803<para>
You can’t perform that action at this time.
0 commit comments