File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,25 @@ Allow more efficient addition of multiple heap and index pages (Andres Freund)
340
340
</para>
341
341
</listitem>
342
342
343
+ <!--
344
+ Author: Peter Geoghegan <pg@bowt.ie>
345
+ 2022-09-08 [d977ffd92] Instrument freezing in autovacuum log reports.
346
+ Author: Peter Geoghegan <pg@bowt.ie>
347
+ 2022-11-15 [9e5405993] Deduplicate freeze plans in freeze WAL records.
348
+ Author: Peter Geoghegan <pg@bowt.ie>
349
+ 2022-12-28 [1de58df4f] Add page-level freezing to VACUUM.
350
+ -->
351
+
352
+ <listitem>
353
+ <para>
354
+ During non-freeze operations, perform page freezing where appropriate (Peter Geoghegan)
355
+ </para>
356
+
357
+ <para>
358
+ This makes full-table freeze vacuums less necessary.
359
+ </para>
360
+ </listitem>
361
+
343
362
<!--
344
363
Author: David Rowley <drowley@postgresql.org>
345
364
2022-12-23 [ed1a88dda] Allow window functions to adjust their frameOptions
@@ -3041,7 +3060,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
3041
3060
3042
3061
<listitem>
3043
3062
<para>
3044
- Improve descriptions of pg_walinspect items (Melanie Plageman, Peter Geoghegan)
3063
+ Improve descriptions of pg_walinspect WAL record descriptions (Melanie Plageman, Peter Geoghegan)
3045
3064
</para>
3046
3065
</listitem>
3047
3066
You can’t perform that action at this time.
0 commit comments