summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
AgeCommit message (Expand)Author
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-10Update commentPeter Eisentraut
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-20Call pg_newlocale_from_collation() also with default collationPeter Eisentraut
2022-01-07Update copyright for 2022Bruce Momjian
2021-11-30Fix typosMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-02-26Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro
2021-02-22Refactor get_collation_current_version().Thomas Munro
2021-02-22pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro
2021-02-22Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-20Add collation versions for FreeBSD.Thomas Munro
2020-11-15Suppress "warning: variable 'collcollate' set but not used".Tom Lane
2020-11-08Fix assertion in collation version lookup.Thomas Munro
2020-11-04Tolerate version lookup failure for old style Windows locale names.Thomas Munro
2020-11-03Track collation versions for indexes.Thomas Munro
2020-11-03Remove pg_collation.collversion.Thomas Munro
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-05-14Fix the MSVC build for versions 2015 and later.Amit Kapila
2020-03-25Add collation versions for Windows.Thomas Munro
2020-03-25Allow NULL version for individual collations.Thomas Munro
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-01-16Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-09Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut
2019-10-09Use libc version as a collation version on glibc systems.Peter Eisentraut
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-16More message style fixesAlvaro Herrera
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-19Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut
2019-03-17Add support for collation attributes on older ICU versionsPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-02Update copyright for 2018Bruce Momjian
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-20Improve dubious memory management in pg_newlocale_from_collation().Tom Lane
2017-08-01Second try at getting useful errors out of newlocale/_create_locale.Tom Lane
2017-08-01Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane
2017-07-01Refine memory allocation in ICU conversionsPeter Eisentraut