index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
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
Files
Lines
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-0
/
+1
*
Fix function-defined-but-not-used warning.
Tom Lane
2022-08-06
1
-6
/
+18
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
1
-40
/
+0
*
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-07-07
1
-2
/
+2
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
1
-20
/
+10
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-2
/
+2
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
1
-4
/
+2
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
1
-0
/
+28
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
1
-55
/
+89
*
Update comment
Peter Eisentraut
2022-02-10
1
-3
/
+3
*
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
1
-10
/
+19
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
1
-3
/
+0
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix typos
Michael Paquier
2021-11-30
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-5
/
+5
*
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
1
-1
/
+1
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
1
-50
/
+39
*
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-26
1
-7
/
+7
*
Refactor get_collation_current_version().
Thomas Munro
2021-02-22
1
-30
/
+4
*
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
1
-7
/
+7
*
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
1
-2
/
+7
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
1
-28
/
+3
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+0
*
Add collation versions for FreeBSD.
Thomas Munro
2020-11-20
1
-0
/
+20
*
Suppress "warning: variable 'collcollate' set but not used".
Tom Lane
2020-11-15
1
-1
/
+1
*
Fix assertion in collation version lookup.
Thomas Munro
2020-11-08
1
-4
/
+3
*
Tolerate version lookup failure for old style Windows locale names.
Thomas Munro
2020-11-04
1
-0
/
+12
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
1
-1
/
+45
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
1
-37
/
+0
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
1
-9
/
+0
*
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-05-14
1
-33
/
+203
*
Add collation versions for Windows.
Thomas Munro
2020-03-25
1
-0
/
+27
*
Allow NULL version for individual collations.
Thomas Munro
2020-03-25
1
-4
/
+17
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
1
-5
/
+15
*
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
1
-1
/
+6
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-16
1
-2
/
+12
*
Revert "Use libc version as a collation version on glibc systems."
Peter Eisentraut
2019-10-09
1
-12
/
+2
*
Use libc version as a collation version on glibc systems.
Peter Eisentraut
2019-10-09
1
-2
/
+12
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
1
-21
/
+2
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
1
-1
/
+1
*
More message style fixes
Alvaro Herrera
2019-05-16
1
-4
/
+6
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
1
-128
/
+187
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-0
/
+1
*
Fix bug in support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-19
1
-4
/
+6
*
Add support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-17
1
-0
/
+104
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
[next]