summaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-211-48/+0
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-151-73/+14
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-3/+9
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-031-101/+0
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-021-7/+2
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Consolidate DROP handling for some object types.Robert Haas2011-10-191-61/+0
* Fix typo in error message.Tom Lane2011-09-071-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-281-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-9/+9
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-221-1/+1
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-111-24/+59
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-091-1/+1
* When creating a collation, check that the locales can be loadedPeter Eisentraut2011-03-041-1/+8
* DDL support for collationsPeter Eisentraut2011-02-121-0/+401