]> granicus.if.org Git - postgresql/history - src/include/catalog/heap.h
Update copyright via script for 2017
[postgresql] / src / include / catalog / heap.h
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-20 Robert HaasInvalid parent's relcache after CREATE TABLE .. PARTITI...
2016-12-07 Robert HaasImplement table partitioning.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-25 Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-05-11 Robert HaasPrevent loss of init fork when truncating an unlogged...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-28 Peter EisentrautType table feature
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-19 Tom LaneDisallow foreign-key references from temp tables to...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-12-16 Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
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-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-14 Tom LaneIn DeleteAttributeTuples, use a single indexscan instea...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianThe attached patch cleans up the implementation of...
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneConsolidate tables of known system attributes into...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-05-30 Bruce MomjianAttached is my patch that adds DROP CONSTRAINT support...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
next