From 23ec74c8a85245e379ef2eb515e3e6e7f2381655 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 15 Apr 2026 14:42:57 -0400 Subject: [PATCH] doc PG 19 relnotes: add missing March 16 autovacuum score item 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 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 28ca12da3c8..bae5008a4ab 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -733,7 +733,7 @@ Author: David Rowley -Improve performance of internal row formation (David Rowley) +Improve performance of internal row deformation (David Rowley) § @@ -1216,6 +1216,23 @@ Previously the checksum status could only be set at initialization and changed o + + + + +Add scoring system to control the order that tables are autovacuumed (Nathan Bossart) +§ + + + +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. + + +