index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
typecmds.h
Commit message (
Expand
)
Author
Age
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Remove useless const qualifier
Peter Eisentraut
2012-02-26
*
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-27
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Binary upgrade:
Bruce Momjian
2009-12-24
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-14
*
Support ALTER TYPE RENAME. Petr Jelinek
Tom Lane
2008-03-19
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Support arrays of composite types, including the rowtypes of regular tables
Tom Lane
2007-05-11
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
DROP objecttype IF EXISTS for the following objects:
Andrew Dunstan
2005-11-19
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-04
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Determine the set of constraints applied to a domain at executor
Tom Lane
2003-02-03
*
Move new typedef AclId into c.h, so as to avoid cluttering namespace
Tom Lane
2003-01-09
*
ALTER DOMAIN OWNER, from Rod Taylor.
Tom Lane
2003-01-06
*
If typecmds is going to have its own header file, said header file
Tom Lane
2002-12-10
*
Re-addd Rod's ALTER DOMAIN patch.
Bruce Momjian
2002-12-06