]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_enum.h
Update copyrights for 2013
[postgresql] / src / include / catalog / pg_enum.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-22 Andrew DunstanAllow IF NOT EXISTS when add a new enum label.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...