aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/typecmds.h
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add location field to DefElemPeter Eisentraut2016-09-06
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Remove useless const qualifierPeter Eisentraut2012-02-26
* Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut2012-01-27
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-22
* Support range data types.Heikki Linnakangas2011-11-03
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Binary upgrade:Bruce Momjian2009-12-24
* Update copyright for 2009.Bruce Momjian2009-01-01
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01