aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
Commit message (Expand)AuthorAge
* 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
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-03
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-16
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use libc version as a collation version on glibc systems.Thomas Munro2019-10-16
* Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut2019-10-09
* Use libc version as a collation version on glibc systems.Peter Eisentraut2019-10-09
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* More message style fixesAlvaro Herrera2019-05-16
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut2019-03-19
* Add support for collation attributes on older ICU versionsPeter Eisentraut2019-03-17
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Improve dubious memory management in pg_newlocale_from_collation().Tom Lane2017-09-20
* Second try at getting useful errors out of newlocale/_create_locale.Tom Lane2017-08-01
* Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane2017-08-01
* Refine memory allocation in ICU conversionsPeter Eisentraut2017-07-01
* Prohibit creating ICU collation with different ctypePeter Eisentraut2017-06-30
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* ICU supportPeter Eisentraut2017-03-23
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25