aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
Commit message (Expand)AuthorAge
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-04
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Check length of enum literals on definition and input to make sure they will ...Andrew Dunstan2007-04-02
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02