index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pg_locale.c
Commit message (
Expand
)
Author
Age
*
Fix function-defined-but-not-used warning.
Tom Lane
2022-08-06
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-07-07
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Remove error message hints mentioning configure options
Peter Eisentraut
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
*
Update comment
Peter Eisentraut
2022-02-10
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix typos
Michael Paquier
2021-11-30
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-26
*
Refactor get_collation_current_version().
Thomas Munro
2021-02-22
*
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
*
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Add collation versions for FreeBSD.
Thomas Munro
2020-11-20
*
Suppress "warning: variable 'collcollate' set but not used".
Tom Lane
2020-11-15
*
Fix assertion in collation version lookup.
Thomas Munro
2020-11-08
*
Tolerate version lookup failure for old style Windows locale names.
Thomas Munro
2020-11-04
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-05-14
*
Add collation versions for Windows.
Thomas Munro
2020-03-25
*
Allow NULL version for individual collations.
Thomas Munro
2020-03-25
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
*
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-16
*
Revert "Use libc version as a collation version on glibc systems."
Peter Eisentraut
2019-10-09
*
Use libc version as a collation version on glibc systems.
Peter Eisentraut
2019-10-09
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
More message style fixes
Alvaro Herrera
2019-05-16
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Fix bug in support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-19
*
Add support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-17
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
[next]