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

From Jeff Davis
Subject Re: PostgreSQL 18 GA press release draft
Date
Msg-id c6163e186fa4d5eaa1774acb507aa848bf9c7db4.camel@j-davis.com
Whole thread Raw
In response to Re: PostgreSQL 18 GA press release draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On Sun, 2025-09-14 at 09:41 -0400, Jonathan S. Katz wrote:
> I went with breaking this up into two sentences:
>
> This release adds the
> [`PG_UNICODE_FAST`](
> https://www.postgresql.org/docs/18/collation.html#COLLATION-MANAGING-
> STANDARD),
> which provides full Unicode semantics for case transformations while
> helping to accelerate many comparisons. This includes the `upper` and
> `lower` string comparison functions and the new
> [`casefold`](
> https://www.postgresql.org/docs/18/functions-string.html#FUNCTIONS-
> STRING-OTHER)
> function for case-insensitive comparisons.

Perfect, thank you.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Ignoring symlinks when recovering time zone identifiers in initdb
Next
From: Jeff Davis
Date:
Subject: Re: Incorrect logic in XLogNeedsFlush()