Re: PostgreSQL 18 GA press release draft - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: PostgreSQL 18 GA press release draft
Date
Msg-id CAH2-WznHNX5EfLZXB-y9Ae3HcbhwEq7Jc3-e10Uy2KyTzvZxXw@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL 18 GA press release draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On Thu, Sep 11, 2025 at 10:21 PM Jonathan S. Katz <jkatz@postgresql.org> wrote:
> Thanks for the detailed explanation, I'm proposing:
>
> "It can also optimize queries that use `OR` conditions in a `WHERE` to
> use an index, leading to significantly faster execution."
>
> since the mechanism of the transformation is less important, but the
> outcome is that people can benefit from the previous optimziation
> without having to rewrite their queries.

Sounds good.

Thanks
--
Peter Geoghegan



pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: PostgreSQL 18 GA press release draft
Next
From: Dilip Kumar
Date:
Subject: Re: Incorrect logic in XLogNeedsFlush()