aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
Commit message (Expand)AuthorAge
...
* Fix error inconsistency in older ICU versions.Jeff Davis2023-03-28
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Avoid potential UCollator leak for older ICU versions.Jeff Davis2023-03-24
* pg_locale.c: change ereport() to elog().Jeff Davis2023-03-24
* Fix incorrect format placeholdersPeter Eisentraut2023-03-24
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-23
* Wrap ICU ucol_open().Jeff Davis2023-03-23
* Support language tags in older ICU versions (53 and earlier).Jeff Davis2023-03-21
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Silence more compiler warnings introduced by d87d548cd0.Tom Lane2023-02-26
* Silence compiler warnings introduced by d87d548cd0.Jeff Davis2023-02-24
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-23
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Fix function-defined-but-not-used warning.Tom Lane2022-08-06
* Remove support for Visual Studio 2013Michael Paquier2022-07-14
* Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier2022-07-07
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-08
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Update commentPeter Eisentraut2022-02-10
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix typosMichael Paquier2021-11-30
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Refactor some error messages for easier translationPeter Eisentraut2021-05-12
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro2021-02-26
* Refactor get_collation_current_version().Thomas Munro2021-02-22
* pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro2021-02-22
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-22
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Add collation versions for FreeBSD.Thomas Munro2020-11-20
* Suppress "warning: variable 'collcollate' set but not used".Tom Lane2020-11-15
* Fix assertion in collation version lookup.Thomas Munro2020-11-08
* Tolerate version lookup failure for old style Windows locale names.Thomas Munro2020-11-04
* Track collation versions for indexes.Thomas Munro2020-11-03
* Remove pg_collation.collversion.Thomas Munro2020-11-03
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Fix the MSVC build for versions 2015 and later.Amit Kapila2020-05-14
* Add collation versions for Windows.Thomas Munro2020-03-25
* Allow NULL version for individual collations.Thomas Munro2020-03-25