]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 19 relnotes: add missing March 16 autovacuum score item
authorBruce Momjian <bruce@momjian.us>
Wed, 15 Apr 2026 18:42:57 +0000 (14:42 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 15 Apr 2026 18:42:57 +0000 (14:42 -0400)
Also fix "deformed" tuples.

Reported-by: David Rowley
Backpatch-through: CAApHDvrsyD3QKBO=dypNkyFzYOzQEbgy+xJLwn=y+h+bLSDd-g@mail.gmail.com

doc/src/sgml/release-19.sgml

index 28ca12da3c879cea2ce3a1562779a52c983be9af..bae5008a4ab34b6cb65c78f58313c031cafbb8e8 100644 (file)
@@ -733,7 +733,7 @@ Author: David Rowley <drowley@postgresql.org>
 
 <listitem>
 <para>
-Improve performance of internal row formation (David Rowley)
+Improve performance of internal row deformation (David Rowley)
 <ulink url="&commit_baseurl;c456e3911">&sect;</ulink>
 </para>
 </listitem>
@@ -1216,6 +1216,23 @@ Previously the checksum status could only be set at initialization and changed o
 </para>
 </listitem>
 
+<!--
+Author: Nathan Bossart <nathan@postgresql.org>
+2026-03-27 [d7965d65f] Add rudimentary table prioritization to autovacuum.
+-->
+
+<listitem>
+<para>
+Add scoring system to control the order that tables are autovacuumed (Nathan Bossart)
+<ulink url="&commit_baseurl;d7965d65f">&sect;</ulink>
+</para>
+
+<para>
+The new server variables are autovacuum_freeze_score_weight, autovacuum_multixact_freeze_score_weight, autovacuum_vacuum_score_weight, autovacuum_vacuum_insert_score_weight, and
+autovacuum_analyze_score_weight.
+</para>
+</listitem>
+
 <!--
 Author: Daniel Gustafsson <dgustafsson@postgresql.org>
 2026-03-18 [4f433025f] ssl: Serverside SNI support for libpq