]> granicus.if.org Git - postgresql/history - src/include/commands/tablecmds.h
Update copyrights for 2013
[postgresql] / src / include / commands / tablecmds.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-24 Simon RiggsFix more weird compiler messages caused
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-31 Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-06-30 Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-01-07 Robert HaasImprove behavior of concurrent ALTER TABLE, and do...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-09-02 Tom LaneTeach ANALYZE to clear pg_class.relhassubclass when...
2011-08-23 Bruce MomjianAdd missing include so include file compiles cleanly...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-02-11 Robert HaasTweak find_composite_type_dependencies API a bit more.
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-01-30 Tom LaneAdd checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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...