-->
-Implement incremental sorting (James Coleman, Alexander Korotkov)
+Implement incremental sorting (James Coleman, Alexander Korotkov, Tomas Vondra)
-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?
-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.
-->
-Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera)
+Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera, Tom Lane)