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

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2025-01-11T00:36:09Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Fix INITCAP() word boundaries for PG_UNICODE_FAST.

  2. Support PG_UNICODE_FAST locale in the builtin collation provider.

  3. Support Unicode full case mapping and conversion.