aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/alter.c
Commit message (Expand)AuthorAge
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut2012-01-27
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-22
* Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.Robert Haas2011-12-15
* Improve behavior of concurrent rename statements.Robert Haas2011-12-15
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Message style improvementsPeter Eisentraut2011-07-08
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* DDL support for collationsPeter Eisentraut2011-02-12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas2011-01-03
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add large object access control.Itagaki Takahiro2009-12-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Some variants of ALTER OWNER tried to make the "object" field of theTom Lane2008-02-07
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Support the syntaxTom Lane2006-04-15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15