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