Re: PostgreSQL 18 GA press release draft

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 18 GA press release draft
Date: 2025-09-12 02:25:55
Message-ID: CAH2-WznHNX5EfLZXB-y9Ae3HcbhwEq7Jc3-e10Uy2KyTzvZxXw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 11, 2025 at 10:21 PM Jonathan S. Katz <jkatz(at)postgresql(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2025-09-12 02:37:52 Re: Incorrect logic in XLogNeedsFlush()
Previous Message Jonathan S. Katz 2025-09-12 02:21:42 Re: PostgreSQL 18 GA press release draft