index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
pg_locale.h
Commit message (
Expand
)
Author
Age
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-18
*
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
All supported systems have locale_t.
Thomas Munro
2023-07-09
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-20
*
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
*
Validate ICU locales.
Jeff Davis
2023-03-28
*
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
*
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
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
*
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-10
*
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-23
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix cpluspluscheck warning
Peter Eisentraut
2017-03-26
*
Avoid syntax error on platforms that have neither LOCALE_T nor ICU.
Tom Lane
2017-03-23
*
ICU support
Peter Eisentraut
2017-03-23
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-15
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-08
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-25
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Per-column collation support
Peter Eisentraut
2011-02-08
[next]