-->
<para>
-Implement incremental sorting (James Coleman, Alexander Korotkov)
+Implement incremental sorting (James Coleman, Alexander Korotkov, Tomas Vondra)
</para>
<para>
</para>
<para>
-Previously, hash aggregation was not used if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
+Previously, hash aggregation was avoided if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
WHAT USED TO HAPPEN?
</para>
</para>
<para>
-Relations larger than wal_skip_threshold will have their files fynsced rather than writing their WAL records.
+Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.
</para>
</listitem>
-->
<para>
-Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera)
+Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera, Tom Lane)
</para>
<para>