@@ -519,6+519,25 @@ Allow vacuum to more efficiently remove and freeze tuples (Masahiko Sawada, John
+
+
+
+
+Allow vacuum to more efficiently store tuple references and remove its memory limit (Masahiko Sawada, John Naylor)
+
+
+
+Specifically, maintenance_work_mem and autovacuum_work_mem can now be configured to use more than one gigabyte of memory. WAL traffic caused by vacuum is also more compact.