aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
Commit message (Expand)AuthorAge
* Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane2021-09-03
* 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
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Don't install ICU collation keyword variantsPeter Eisentraut2017-08-21
* Expand set of predefined ICU localesPeter Eisentraut2017-08-21
* Fix creation of ICU comments for keyword variantsPeter Eisentraut2017-08-18
* Fix function name in code commentPeter Eisentraut2017-08-07
* Suppress unused-variable warnings when building with ICU 4.2.Tom Lane2017-08-05
* Add support for ICU 4.2Peter Eisentraut2017-08-05
* Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane2017-08-01
* Avoid unreferenced-function warning on low-functionality platforms.Tom Lane2017-07-08
* Copy collencoding in CREATE COLLATION / FROMPeter Eisentraut2017-06-30
* Further hacking on ICU collation creation and usage.Tom Lane2017-06-24
* Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane2017-06-23
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-23
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Prevent copying default collationPeter Eisentraut2017-06-13
* Fix build of ICU support in WindowsPeter Eisentraut2017-06-12
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* ICU supportPeter Eisentraut2017-03-23
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-15
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Don't error when no system locales were foundPeter Eisentraut2017-01-23
* Avoid conflicts with collation aliases generated by stripping.Tom Lane2017-01-18
* Add function to import operating system collationsPeter Eisentraut2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove some unnecessary #includes.Heikki Linnakangas2016-10-10