summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/enum.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-9/+12
* Convert enum_in() to report errors softly.Tom Lane2022-12-251-0/+25
* Fix enum errdetail to mention bytes, not charsPeter Eisentraut2020-10-271-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-091-11/+67
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-271-67/+11
* Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane2017-09-261-10/+8
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-261-0/+21
* hash: Add write-ahead logging support.Robert Haas2017-03-141-1/+0
* Support renaming an existing value of an enum type.Tom Lane2016-09-071-0/+22
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-051-9/+56
* Shorten warning about hash creationBruce Momjian2014-10-181-1/+1
* improve hash creation warning messageBruce Momjian2014-09-111-1/+1
* Issue a warning during the creation of hash indexesBruce Momjian2014-09-101-0/+1
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-011-0/+24
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-221-3/+3
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-221-0/+22
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-161-37/+37
* Allow new values to be added to an existing enum type.Tom Lane2010-10-241-2/+151
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+2
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-0/+407