aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/enum.sql
Commit message (Expand)AuthorAge
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-22
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-16
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02