index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pg_locale.c
Age
Commit message (
Expand
)
Author
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-02-26
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-22
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-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-20
Add collation versions for FreeBSD.
Thomas Munro
2020-11-15
Suppress "warning: variable 'collcollate' set but not used".
Tom Lane
2020-11-08
Fix assertion in collation version lookup.
Thomas Munro
2020-11-04
Tolerate version lookup failure for old style Windows locale names.
Thomas Munro
2020-11-03
Track collation versions for indexes.
Thomas Munro
2020-11-03
Remove pg_collation.collversion.
Thomas Munro
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-05-14
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-03-25
Add collation versions for Windows.
Thomas Munro
2020-03-25
Allow NULL version for individual collations.
Thomas Munro
2020-03-03
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-01-16
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-16
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-09
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-08
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-05-16
More message style fixes
Alvaro Herrera
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-19
Fix bug in support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-17
Add support for collation attributes on older ICU versions
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-20
Improve dubious memory management in pg_newlocale_from_collation().
Tom Lane
2017-08-01
Second try at getting useful errors out of newlocale/_create_locale.
Tom Lane
2017-08-01
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-07-01
Refine memory allocation in ICU conversions
Peter Eisentraut
2017-06-30
Prohibit creating ICU collation with different ctype
Peter Eisentraut
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-16
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-03-23
ICU support
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
[next]