Re: add list of major features to the v19 release notes
Re: add list of major features to the v19 release notes
От:
"Jonathan S. Katz" <jkatz@postgresql.org>
Дата:
On 9/16/26 5:31 PM, Daniel Gustafsson wrote: >> On 15 Sep 2026, at 16:38, Nathan Bossart wrote: > >> I think the only remaining item that is pending removal is the online >> checksums one, and I'm willing to bet that Daniel will take care of that. > > I did. 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, Jonathan
Re: add list of major features to the v19 release notes
От:
Nathan Bossart <nathandbossart@gmail.com>
Дата:
On Thu, Jul 02, 2026 at 09:36:46AM -0500, Nathan Bossart wrote: > Subject: [PATCH v2 1/1] Add list of major features to the v19 release notes. Barring more feedback, I'd like to proceed with this patch sooner than later. -- nathan
Re: add list of major features to the v19 release notes
От:
Nathan Bossart <nathandbossart@gmail.com>
Дата:
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 REPACK command nit: extra space before "command" > + that reclaims disk space and reorganizes table contents, which can help > + increase query performance. REPACK CONCURRENTLY > + 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 > + is set to replica. nit: extra "and" > + Support read-your-writes 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..." > + WAIT FOR command. Per commits 1a562a2661b and e527bf17d04, I think we're just calling it "WAIT" and not "WAIT FOR". > + user-defined prioritization of autovacuuming. 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
Re: add list of major features to the v19 release notes
От:
Bruce Momjian <bruce@momjian.us>
Дата:
On Tue, Sep 15, 2026 at 07:05:12AM -0500, Nathan Bossart wrote: > On Tue, Aug 25, 2026 at 09:52:32AM -0600, Jonathan S. Katz wrote: > > On 8/25/26 10:30 AM, Nathan Bossart wrote: > >> Jonathan's proposed changes seem fine to me at a glance. I'll let that > >> marinate on the lists a bit more before applying. > > > > Thanks; happy to make additional tweaks if need be. > > A number of things have been (or are being) reverted, so this will need to > be reworked. We might want to bump one or two features into the list while > we're at it. FYI, I have not modified that list since I am not the owner of that part of the doc. However, I didn't see anything that needs removal so I assume others have updated it. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.
Re: add list of major features to the v19 release notes
От:
Nathan Bossart <nathandbossart@gmail.com>
Дата:
On Tue, Sep 15, 2026 at 09:24:08AM -0400, Bruce Momjian wrote: > On Tue, Sep 15, 2026 at 07:05:12AM -0500, Nathan Bossart wrote: >> On Tue, Aug 25, 2026 at 09:52:32AM -0600, Jonathan S. Katz wrote: >> > On 8/25/26 10:30 AM, Nathan Bossart wrote: >> >> Jonathan's proposed changes seem fine to me at a glance. I'll let that >> >> marinate on the lists a bit more before applying. >> > >> > Thanks; happy to make additional tweaks if need be. >> >> A number of things have been (or are being) reverted, so this will need to >> be reworked. We might want to bump one or two features into the list while >> we're at it. > > FYI, I have not modified that list since I am not the owner of that part > of the doc. However, I didn't see anything that needs removal so I > assume others have updated it. I think the only remaining item that is pending removal is the online checksums one, and I'm willing to bet that Daniel will take care of that. What needs rework is Jonathan's patch. -- nathan
Re: add list of major features to the v19 release notes
От:
Daniel Gustafsson <daniel@yesql.se>
Дата:
> On 15 Sep 2026, at 16:38, Nathan Bossart wrote: > I think the only remaining item that is pending removal is the online > checksums one, and I'm willing to bet that Daniel will take care of that. I did. -- Daniel Gustafsson