summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
AgeCommit message (Expand)Author
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