<listitem>
<para>
-Improve performance of internal row formation (David Rowley)
+Improve performance of internal row deformation (David Rowley)
<ulink url="&commit_baseurl;c456e3911">§</ulink>
</para>
</listitem>
</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">§</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