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