On Fri, Sep 18, 2026 at 07:23:11PM +0800, Jonathan S. Katz wrote:
> Here's v3 of the major features list. This merges in the changes from the v2
> proposal upthread with the other changes to the list over the past several
> weeks.
Thanks for the patch.
> + New <link linkend="sql-repack"><command>REPACK</command></link> command
nit: extra space before "command"
> + that reclaims disk space and reorganizes table contents, which can help
> + increase query performance. <literal>REPACK CONCURRENTLY</literal>
> + allows repacking without blocking reads and writes to the table.
s/which can help increase/which can improve
> + Logical replication and can now be enabled without a server restart when
> + <xref linkend="guc-wal-level"/> is set to <literal>replica</literal>.
nit: extra "and"
> + Support <quote>read-your-writes</quote> on standbys with the new
Hm. Can we be more descriptive here? Maybe something like "Support for
read-your-writes query patterns on standbys via the new..."
> + <link linkend="sql-wait"><command>WAIT FOR</command></link> command.
Per commits 1a562a2661b and e527bf17d04, I think we're just calling it
"WAIT" and not "WAIT FOR".
> + <link linkend="autovacuum-priority">user-defined prioritization of autovacuuming</link>.
IMHO this makes it sound like users will be able to choose the priority of
each individual table, when we actually are just giving them a handful of
coarse controls. I think we ought to emphasize the scoring system instead.
In theory, most users shouldn't need to adjust anything and the
prioritization will "Just Work" for them.
--
nathan