summaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Change collate and ctype fields to type textPeter Eisentraut2022-01-271-13/+28
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Improve log messages from pg_import_system_collations().Tom Lane2021-09-141-4/+8
* Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane2021-09-031-0/+19
* Improve error checking of CREATE COLLATION options.Dean Rasheed2021-07-181-5/+12
* Revert per-index collation version tracking feature.Thomas Munro2021-05-071-1/+103
* Fix typo in collationcmds.cMichael Paquier2021-04-051-1/+1
* Validate the OID argument of pg_import_system_collations().Tom Lane2021-03-081-3/+5
* Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro2021-02-261-1/+1
* pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro2021-02-221-1/+1
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-221-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-211-20/+4
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-161-1/+1
* Track collation versions for indexes.Thomas Munro2020-11-031-15/+1
* Remove pg_collation.collversion.Thomas Munro2020-11-031-88/+0
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-101-0/+1
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-3/+22
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-2/+2
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+0
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-261-6/+6
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-2/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Don't install ICU collation keyword variantsPeter Eisentraut2017-08-211-71/+0
* Expand set of predefined ICU localesPeter Eisentraut2017-08-211-3/+12
* Fix creation of ICU comments for keyword variantsPeter Eisentraut2017-08-181-1/+1
* Fix function name in code commentPeter Eisentraut2017-08-071-1/+1
* Suppress unused-variable warnings when building with ICU 4.2.Tom Lane2017-08-051-13/+20
* Add support for ICU 4.2Peter Eisentraut2017-08-051-0/+11
* Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane2017-08-011-4/+8
* Avoid unreferenced-function warning on low-functionality platforms.Tom Lane2017-07-081-5/+7
* Copy collencoding in CREATE COLLATION / FROMPeter Eisentraut2017-06-301-6/+10
* Further hacking on ICU collation creation and usage.Tom Lane2017-06-241-28/+58
* Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane2017-06-231-1/+1
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-231-117/+210
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-231-3/+12
* Phase 3 of pgindent updates.Tom Lane2017-06-211-11/+11
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Prevent copying default collationPeter Eisentraut2017-06-131-0/+12
* Fix build of ICU support in WindowsPeter Eisentraut2017-06-121-1/+7
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-19/+19
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* ICU supportPeter Eisentraut2017-03-231-9/+279
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-151-2/+2
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-1/+1
* Don't error when no system locales were foundPeter Eisentraut2017-01-231-1/+1