summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
Commit message (Expand)AuthorAgeFilesLines
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+1
* Fix function-defined-but-not-used warning.Tom Lane2022-08-061-6/+18
* Remove support for Visual Studio 2013Michael Paquier2022-07-141-40/+0
* Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier2022-07-071-2/+2
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-20/+10
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-081-4/+2
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-201-0/+28
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-55/+89
* Update commentPeter Eisentraut2022-02-101-3/+3
* Change collate and ctype fields to type textPeter Eisentraut2022-01-271-10/+19
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-201-3/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix typosMichael Paquier2021-11-301-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-5/+5
* Refactor some error messages for easier translationPeter Eisentraut2021-05-121-1/+1
* Revert per-index collation version tracking feature.Thomas Munro2021-05-071-50/+39
* Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro2021-02-261-7/+7
* Refactor get_collation_current_version().Thomas Munro2021-02-221-30/+4
* pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro2021-02-221-7/+7
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-221-2/+7
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use setenv() in preference to putenv().Tom Lane2020-12-301-28/+3
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-1/+0
* Add collation versions for FreeBSD.Thomas Munro2020-11-201-0/+20
* Suppress "warning: variable 'collcollate' set but not used".Tom Lane2020-11-151-1/+1
* Fix assertion in collation version lookup.Thomas Munro2020-11-081-4/+3
* Tolerate version lookup failure for old style Windows locale names.Thomas Munro2020-11-041-0/+12
* Track collation versions for indexes.Thomas Munro2020-11-031-1/+45
* Remove pg_collation.collversion.Thomas Munro2020-11-031-37/+0
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-9/+0
* Fix the MSVC build for versions 2015 and later.Amit Kapila2020-05-141-33/+203
* Add collation versions for Windows.Thomas Munro2020-03-251-0/+27
* Allow NULL version for individual collations.Thomas Munro2020-03-251-4/+17
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-031-5/+15
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-161-1/+6
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Use libc version as a collation version on glibc systems.Thomas Munro2019-10-161-2/+12
* Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut2019-10-091-12/+2
* Use libc version as a collation version on glibc systems.Peter Eisentraut2019-10-091-2/+12
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-081-21/+2
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* More message style fixesAlvaro Herrera2019-05-161-4/+6
* Repair assorted issues in locale data extraction.Tom Lane2019-04-231-128/+187
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+1
* Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut2019-03-191-4/+6
* Add support for collation attributes on older ICU versionsPeter Eisentraut2019-03-171-0/+104
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1