Re: add list of major features to the v19 release notes - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: add list of major features to the v19 release notes
Date
Msg-id aq1eLOKSnS4Y-xDo@nathan
Whole thread
In response to Re: add list of major features to the v19 release notes  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: add list of major features to the v19 release notes
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: Race conditions in logical decoding
Next
From: Jacob Champion
Date:
Subject: Re: Proposal: Supporting URI SAN in Certificate Authentication