index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pg_locale.c
Commit message (
Expand
)
Author
Age
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Remove obsolete comment.
Jeff Davis
2024-05-07
*
Use version for builtin collations.
Jeff Davis
2024-03-29
*
Support C.UTF-8 locale in the new builtin collation provider.
Jeff Davis
2024-03-19
*
Fix another warning, introduced by 846311051e.
Jeff Davis
2024-03-18
*
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-18
*
Fix unreachable code warning from commit 2d819a08a1.
Jeff Davis
2024-03-18
*
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
*
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-09
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Refactor error messages for unsupported providers in pg_locale.c
Michael Paquier
2023-09-14
*
Don't expose Windows' mbstowcs_l() and wcstombs_l().
Thomas Munro
2023-07-11
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
All supported systems have locale_t.
Thomas Munro
2023-07-09
*
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-06-21
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
ICU: check for U_STRING_NOT_TERMINATED_WARNING.
Jeff Davis
2023-05-17
*
Reduce icu_validation_level default to WARNING.
Jeff Davis
2023-05-17
*
Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."
Jeff Davis
2023-05-08
*
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-05-08
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-20
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Fix MSVC warning introduced in ea1db8ae70.
Jeff Davis
2023-04-04
*
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
*
Validate ICU locales.
Jeff Davis
2023-03-28
*
Fix error inconsistency in older ICU versions.
Jeff Davis
2023-03-28
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Avoid potential UCollator leak for older ICU versions.
Jeff Davis
2023-03-24
*
pg_locale.c: change ereport() to elog().
Jeff Davis
2023-03-24
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-24
*
Handle the "und" locale in ICU versions 54 and older.
Jeff Davis
2023-03-23
*
Wrap ICU ucol_open().
Jeff Davis
2023-03-23
*
Support language tags in older ICU versions (53 and earlier).
Jeff Davis
2023-03-21
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
*
Silence more compiler warnings introduced by d87d548cd0.
Tom Lane
2023-02-26
*
Silence compiler warnings introduced by d87d548cd0.
Jeff Davis
2023-02-24
*
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
*
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Fix function-defined-but-not-used warning.
Tom Lane
2022-08-06
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-07-07
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
[next]