summaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
AgeCommit message (Expand)Author
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-27Use 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
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-20Consolidate DROP handling for some object types.Robert Haas
2011-09-07Fix typo in error message.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-28Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-22Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane
2011-03-11Create an explicit concept of collations that work for any encoding.Tom Lane
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-04When creating a collation, check that the locales can be loadedPeter Eisentraut
2011-02-12DDL support for collationsPeter Eisentraut