aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/collationcmds.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Fix typo in error message.Tom Lane2011-09-07
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-11
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* When creating a collation, check that the locales can be loadedPeter Eisentraut2011-03-04
* DDL support for collationsPeter Eisentraut2011-02-12