summaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
AgeCommit message (Expand)Author
2021-09-03Disallow creating an ICU collation if the DB encoding won't support it.Tom Lane
2021-03-08Validate the OID argument of pg_import_system_collations().Tom Lane
2020-11-16Use "true" not "TRUE" in one ICU function call.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-08-21Don't install ICU collation keyword variantsPeter Eisentraut
2017-08-21Expand set of predefined ICU localesPeter Eisentraut
2017-08-18Fix creation of ICU comments for keyword variantsPeter Eisentraut
2017-08-07Fix function name in code commentPeter Eisentraut
2017-08-05Suppress unused-variable warnings when building with ICU 4.2.Tom Lane
2017-08-05Add support for ICU 4.2Peter Eisentraut
2017-08-01Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane
2017-07-08Avoid unreferenced-function warning on low-functionality platforms.Tom Lane
2017-06-30Copy collencoding in CREATE COLLATION / FROMPeter Eisentraut
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Fix incorrect buffer-length argument to uloc_getDisplayName().Tom Lane
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-13Prevent copying default collationPeter Eisentraut
2017-06-12Fix build of ICU support in WindowsPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-03-23ICU supportPeter Eisentraut
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-01-26Use the new castNode() macro in a number of places.Andres Freund
2017-01-23Don't error when no system locales were foundPeter Eisentraut
2017-01-18Avoid conflicts with collation aliases generated by stripping.Tom Lane
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-10Remove some unnecessary #includes.Heikki Linnakangas
2016-09-06Add location field to DefElemPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-15Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-02Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera