You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-17.sgml
+8-9
Original file line number
Diff line number
Diff line change
@@ -492,23 +492,23 @@ Allow BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias
492
492
<itemizedlist>
493
493
494
494
<!--
495
-
Author: John Naylor <john.naylor@postgresql.org>
496
-
2024-03-07 [ee1b30f12] Add template for adaptive radix tree
497
-
Author: Masahiko Sawada <msawada@postgresql.org>
498
-
2024-03-21 [30e144287] Add TIDStore, to store sets of TIDs (ItemPointerData) ef
499
-
Author: Masahiko Sawada <msawada@postgresql.org>
500
-
2024-04-02 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac
501
495
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
502
496
2024-04-03 [6dbb49026] Combine freezing and pruning steps in VACUUM
503
497
-->
504
498
505
499
<listitem>
506
500
<para>
507
-
Allow vacuum to more efficiently remove and freeze tuples (Masahiko Sawada, John Naylor, Melanie Plageman)
501
+
Allow vacuum to more efficiently remove and freeze tuples (Melanie Plageman)
502
+
</para>
503
+
504
+
<para>
505
+
WAL traffic caused by vacuum is also more compact.
508
506
</para>
509
507
</listitem>
510
508
511
509
<!--
510
+
Author: John Naylor <john.naylor@postgresql.org>
511
+
2024-03-07 [ee1b30f12] Add template for adaptive radix tree
512
512
Author: Masahiko Sawada <msawada@postgresql.org>
513
513
2024-03-21 [30e144287] Add TIDStore, to store sets of TIDs (ItemPointerData) ef
514
514
Author: Masahiko Sawada <msawada@postgresql.org>
@@ -523,8 +523,7 @@ Allow vacuum to more efficiently store tuple references (Masahiko Sawada, John N
523
523
</para>
524
524
525
525
<para>
526
-
Additionally, vacuum is no longer silently limited to one gigabyte of memory when maintenance_work_mem or autovacuum_work_mem are higher. WAL traffic caused by
527
-
vacuum is also more compact.
526
+
Additionally, vacuum is no longer silently limited to one gigabyte of memory when maintenance_work_mem or autovacuum_work_mem are higher.
0 commit comments