On Wed, Apr 15, 2026 at 10:19 AM Bruce Momjian <bruce@momjian.us> wrote:
> I have completed the first draft of the PG 19 release notes:
>
> https://www.postgresql.org/docs/devel/release-19.html
Thanks for putting in all this work!
The co-author is missing from this item:
* Allow more LEFT JOINs to be converted to ANTI JOINs (Tender Wang)
Three items authored by me are under General Performance but should be
under Optimizer, as they are planner-time expression transformations.
I also fixed some wording issues in those items and one other
Optimizer item.
Attached is the patch.
- Richard