index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
collationcmds.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-03-18
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-20
Make some error strings more generic
Alvaro Herrera
2023-07-08
All supported systems have locale_t.
Thomas Munro
2023-06-16
CREATE DATABASE: make LOCALE apply to all collation providers.
Jeff Davis
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-21
Support language tags in older ICU versions (53 and earlier).
Jeff Davis
2023-03-09
Disallow specifying ICU rules unless locale provider is ICU
Peter Eisentraut
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-03
Windows support in pg_import_system_collations
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-17
Allow initdb to complete on systems without "locale" command
Peter Eisentraut
2022-11-15
Check return value of pclose() correctly
Peter Eisentraut
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-31
Fix ALTER COLLATION "default" REFRESH VERSION.
Jeff Davis
2022-10-31
Enable pg_collation_actual_version() to work on the default collation.
Jeff Davis
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-11
DefineCollation() code cleanup
Peter Eisentraut
2022-01-27
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-14
Improve log messages from pg_import_system_collations().
Tom Lane
2021-09-03
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-07-18
Improve error checking of CREATE COLLATION options.
Dean Rasheed
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-04-05
Fix typo in collationcmds.c
Michael Paquier
2021-03-08
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-02-26
Revert "pg_collation_actual_version() -> pg_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-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-11-16
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
[next]