locale - Search results in mailing lists

2025-04-21 22:35:39 | pgsql: Fix INITCAP() word boundaries for PG_UNICODE_FAST. (Jeff Davis)

locale_t into initcap_wbnext to differentiate the behavior. Reported-by: Noah Misch Reviewed

2025-04-17 02:50:05 | pgsql: Improve comment in regc_pg_locale.c. (Jeff Davis)

locale.c. Reported-by: Noah Misch Reviewed-by: Noah Misch Discussion: https:///m/20250412123430.8c.nmisch@google.com

2025-04-07 21:14:33 | pgsql: Follow-up fixes for SHA-2 patch (commit 749a9e20c). (Tom Lane)

locale-dependent which doesn't really seem like a great idea here; moreover it could

2025-03-30 01:03:01 | Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing (Michael Paquier)

locale->db_locale to make sure that the memory is freed in its correct context

2025-03-28 23:33:28 | pgsql: Revert "Tidy up locale thread safety in ECPG library." (Peter Eisentraut)

locale thread safety in ECPG library." This reverts commit 8e993bff5326b00ced137c837fce7cd1e0ecae14. It causes various build

2025-03-28 18:28:35 | pgsql: Tidy up locale thread safety in ECPG library. (Peter Eisentraut)

LOCALE to refer to the "C" locale as a locale_t value. It maps to the special

2025-03-27 12:59:11 | pgsql: Provide thread-safe pg_localeconv_r(). (Peter Eisentraut)

locale for the thread, and use a big ugly lock to defend against the returned

2025-03-26 15:23:36 | pgsql: psql: Make test robust against locale variations (Daniel Gustafsson)

locale variations The test committed in 1a759c83278 was prone to failing when using locales with

2025-03-08 07:40:41 | pgsql: Use stricter ordering in regression test query for pg_stat_io (Michael Paquier)

locale cs_CZ. This commit updates the query to use a stricter ordering. Per reports

2024-12-17 16:19:32 | pgsql: Remove ts_locale.c's lowerstr() (Peter Eisentraut)

locale.c's lowerstr() lowerstr() and lowerstr_with_len() in ts_locale.c do the same

2024-12-17 14:57:08 | pgsql: Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() (Peter Eisentraut)

locale.c are under scrutiny because they don't use the common locale provider framework

2024-12-16 20:37:11 | pgsql: Refactor string case conversion into provider-specific files. (Jeff Davis)

locale_builtin.c, pg_locale_icu.c, and pg_locale_libc.c as appropriate. Discussion

2024-12-05 09:39:08 | pgsql: Remove pg_regex_collation (Peter Eisentraut)

locale as the cache key, which is the only use of this variable. Reviewed-by: Jeff

2024-12-03 22:55:37 | pgsql: Move check for ucol_strcollUTF8 to pg_locale_icu.c (Jeff Davis)

locale_icu.c The result of the check is only used by pg_locale_icu.c. Author

2024-11-27 13:20:37 | pgsql: Require ucrt if using MinGW. (Thomas Munro)

locale etc, first available in msvcr120.dll (Visual Studio 2013, the last of the pre-ucrt