index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
collationcmds.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Fix typo in error message.
Tom Lane
2011-09-07
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
*
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-04
*
DDL support for collations
Peter Eisentraut
2011-02-12