summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
Commit message (Expand)AuthorAgeFilesLines
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-041-1/+70
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-106/+48
* Check length of enum literals on definition and input to make sure they will ...Andrew Dunstan2007-04-021-1/+10
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-0/+409