summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/enum.sql
AgeCommit message (Expand)Author
2024-03-24Allow more cases to pass the unsafe-use-of-new-enum-value restriction.Tom Lane
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-25Convert enum_in() to report errors softly.Tom Lane
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-26Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane
2017-09-26Use a blacklist to distinguish original from add-on enum values.Tom Lane
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2012-12-01Allow adding values to an enum type created in the current transaction.Tom Lane
2012-09-22Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2010-11-17Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane