summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
AgeCommit message (Expand)Author
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19binary migration: pg_migratorBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-04Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-04-02Check length of enum literals on definition and input to make sure they will ...Andrew Dunstan
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane