]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/enum.c
Fix CVE-2013-0255 properly.
[postgresql] / src / backend / utils / adt / enum.c
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-02-04 Tom LanePrevent execution of enum_recv() from SQL.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-02 Andrew DunstanCheck length of enum literals on definition and input...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...