summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/enum.out
AgeCommit message (Expand)Author
2025-09-02Improve error message for duplicate labels when creating an enum type.Tom Lane
2024-11-07Clarify a foreign key error messagePeter Eisentraut
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
2020-10-27Fix enum errdetail to mention bytes, not charsPeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
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
2017-03-14hash: Add write-ahead logging support.Robert Haas
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
2014-10-18Shorten warning about hash creationBruce Momjian
2014-09-11improve hash creation warning messageBruce Momjian
2014-09-10Issue a warning during the creation of hash indexesBruce Momjian
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
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
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
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane