doc: PG 16 relnotes, add freeze and update walinspect items
authorBruce Momjian <[email protected]>
Thu, 18 May 2023 22:53:28 +0000 (18:53 -0400)
committerBruce Momjian <[email protected]>
Thu, 18 May 2023 22:53:28 +0000 (18:53 -0400)
Reported-by: Peter Geoghegan
doc/src/sgml/release-16.sgml

index 5261585668d2e31731680e392eaa22a54c5df148..47f6cae907344ff100f4ff5722959de922bc9f53 100644 (file)
@@ -340,6 +340,25 @@ Allow more efficient addition of multiple heap and index pages (Andres Freund)
 </para>
 </listitem>
 
+<!--
+Author: Peter Geoghegan <[email protected]>
+2022-09-08 [d977ffd92] Instrument freezing in autovacuum log reports.
+Author: Peter Geoghegan <[email protected]>
+2022-11-15 [9e5405993] Deduplicate freeze plans in freeze WAL records.
+Author: Peter Geoghegan <[email protected]>
+2022-12-28 [1de58df4f] Add page-level freezing to VACUUM.
+-->
+
+<listitem>
+<para>
+During non-freeze operations, perform page freezing where appropriate (Peter Geoghegan)
+</para>
+
+<para>
+This makes full-table freeze vacuums less necessary.
+</para>
+</listitem>
+
 <!--
 Author: David Rowley <[email protected]>
 2022-12-23 [ed1a88dda] Allow window functions to adjust their frameOptions
@@ -3041,7 +3060,7 @@ Author: Peter Geoghegan <[email protected]>
 
 <listitem>
 <para>
-Improve descriptions of pg_walinspect items (Melanie Plageman, Peter Geoghegan)
+Improve descriptions of pg_walinspect WAL record descriptions (Melanie Plageman, Peter Geoghegan)
 </para>
 </listitem>