Re: Unicode full case mapping: PG_UNICODE_FAST, and standard-compliant UCS_BASIC

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Unicode full case mapping: PG_UNICODE_FAST, and standard-compliant UCS_BASIC
Date: 2025-01-11 00:36:09
Message-ID: 548f78d50590dfa119b21128c30c8ded5ce7e69d.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2024-12-16 at 12:49 -0800, Jeff Davis wrote:
> On Wed, 2024-12-11 at 15:52 -0800, Jeff Davis wrote:
> > Attached is a series of patches to implement full case mapping as
> > the
> > locale PG_UNICODE_FAST.
>
> Rebased and attached.

Rebased and attached v3.

Regards,
Jeff Davis

Attachment Content-Type Size
v3-0001-Support-Unicode-full-case-mapping-and-conversion.patch text/x-patch 559.2 KB
v3-0002-Support-PG_UNICODE_FAST-locale-in-the-builtin-col.patch text/x-patch 18.9 KB
v3-0003-Change-UCS_BASIC-to-use-the-builtin-PG_UNICODE_FA.patch text/x-patch 1.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-01-11 00:46:51 Re: Restore support for USE_ASSERT_CHECKING in extensions only
Previous Message Jeff Davis 2025-01-11 00:27:12 Re: Add CASEFOLD() function.