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
*
Refactor the code to create a pg_locale_t into new function.
Jeff Davis
2024-10-25
*
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Jeff Davis
2024-10-14
*
Move ICU-specific code from pg_locale.c into pg_locale_icu.c.
Jeff Davis
2024-10-14
*
Reject non-ASCII locale names.
Thomas Munro
2024-10-05
*
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.
Jeff Davis
2024-09-24
*
Tighten up make_libc_collator() and make_icu_collator().
Jeff Davis
2024-09-24
*
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
*
Remove lc_ctype_is_c().
Jeff Davis
2024-09-06
*
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
*
Remember last collation to speed up collation cache.
Jeff Davis
2024-09-03
*
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-23
*
Fix harmless LC_COLLATE[_MASK] confusion.
Thomas Munro
2024-08-19
*
selfuncs.c: use pg_strxfrm() instead of strxfrm().
Jeff Davis
2024-08-06
*
Remove support for null pg_locale_t most places.
Jeff Davis
2024-08-05
*
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
*
Make collation not depend on setlocale().
Jeff Davis
2024-07-30
*
Do not return NULL from pg_newlocale_from_collation().
Jeff Davis
2024-07-29
*
Fix whitespace in commit 005c6b833f.
Jeff Davis
2024-07-28
*
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-28
*
Change collation cache to use simplehash.h.
Jeff Davis
2024-07-28
*
Replace some strtok() with strsep()
Peter Eisentraut
2024-07-22
*
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-04
*
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
[next]