]> granicus.if.org Git - postgresql/history - src/include/commands/tablecmds.h
pgindent run for 8.3.
[postgresql] / src / include / commands / tablecmds.h
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-10-21 Bruce MomjianFix ALTER TABLE ... ADD COLUMN for inheritance cases.
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-04-30 Tom LaneCode review for ALTER TRIGGER RENAME patch: make better...
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...