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
/
regex
/
regc_pg_locale.c
Age
Commit message (
Expand
)
Author
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-06
Remove lc_ctype_is_c().
Jeff Davis
2024-09-05
Be more careful with error paths in pg_set_regex_collation().
Jeff Davis
2024-09-02
Rename enum labels of PG_Locale_Strategy
Michael Paquier
2024-08-05
Remove support for null pg_locale_t most places.
Jeff Davis
2024-07-28
Refactor pg_set_regex_collation() for clarity.
Jeff Davis
2024-03-19
Support C.UTF-8 locale in the new builtin collation provider.
Jeff Davis
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-09
All supported systems have locale_t.
Thomas Munro
2023-02-23
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-01-20
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-02-25
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-09-22
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
Tom Lane
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-23
ICU support
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-05
Make locale-dependent regex character classes work for large char codes.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-02-19
Add caching of ctype.h/wctype.h results in regc_locale.c.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-10
Insert dummy "break"s to silence compiler complaints.
Tom Lane
2011-04-10
Teach regular expression operators to honor collations.
Tom Lane