aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/typecmds.h
Commit message (Expand)AuthorAge
* 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
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-09
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06
* If typecmds is going to have its own header file, said header fileTom Lane2002-12-10
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06