aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove lc_collate_is_c().Jeff Davis2024-09-04
* Address more review comments on commit 2d819a08a1.Jeff Davis2024-03-18
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Catalog changes preparing for builtin collation provider.Jeff Davis2024-03-09
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Make some error strings more genericAlvaro Herrera2023-10-20
* All supported systems have locale_t.Thomas Munro2023-07-09
* CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis2023-06-16
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-04
* Validate ICU locales.Jeff Davis2023-03-28
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Support language tags in older ICU versions (53 and earlier).Jeff Davis2023-03-21
* Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut2023-03-09
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Windows support in pg_import_system_collationsPeter Eisentraut2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Allow initdb to complete on systems without "locale" commandPeter Eisentraut2022-11-17
* Check return value of pclose() correctlyPeter Eisentraut2022-11-15
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Fix ALTER COLLATION "default" REFRESH VERSION.Jeff Davis2022-10-31
* Enable pg_collation_actual_version() to work on the default collation.Jeff Davis2022-10-31
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* DefineCollation() code cleanupPeter Eisentraut2022-03-11
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve log messages from pg_import_system_collations().Tom Lane2021-09-14
* Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane2021-09-03
* Improve error checking of CREATE COLLATION options.Dean Rasheed2021-07-18
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Fix typo in collationcmds.cMichael Paquier2021-04-05
* Validate the OID argument of pg_import_system_collations().Tom Lane2021-03-08
* Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro2021-02-26
* pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro2021-02-22
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-22
* Update copyright for 2021Bruce Momjian2021-01-02
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-21
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-16
* Track collation versions for indexes.Thomas Munro2020-11-03
* Remove pg_collation.collversion.Thomas Munro2020-11-03
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21