Commits

DateSubjectAuthorReleases
2025-09-02 Improve error message for duplicate labels when creating an enum type. Tom Lane 19 (unreleased)
2024-11-07 Clarify a foreign key error message Peter Eisentraut 18.0
2024-03-24 Allow more cases to pass the unsafe-use-of-new-enum-value restriction. Tom Lane 17.0
2023-02-27 Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 16.0
2022-12-25 Convert enum_in() to report errors softly. Tom Lane 16.0
2020-10-27 Fix enum errdetail to mention bytes, not chars Peter Eisentraut 14.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-10-08 Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). Thomas Munro 12.0
2017-09-27 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. Tom Lane 11.0
2017-09-27 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. Tom Lane 10.0
2017-09-26 Use a blacklist to distinguish original from add-on enum values. Tom Lane 10.0
2017-09-26 Remove heuristic same-transaction test from check_safe_enum_use(). Tom Lane 10.0
2017-09-26 Remove heuristic same-transaction test from check_safe_enum_use(). Tom Lane 11.0
2017-09-26 Use a blacklist to distinguish original from add-on enum values. Tom Lane 11.0
2017-03-14 hash: Add write-ahead logging support. Robert Haas 10.0
2016-09-07 Support renaming an existing value of an enum type. Tom Lane 10.0
2016-09-05 Relax transactional restrictions on ALTER TYPE ... ADD VALUE. Tom Lane 10.0
2014-10-18 Shorten warning about hash creation Bruce Momjian 9.5.0
2014-09-11 improve hash creation warning message Bruce Momjian 9.5.0
2014-09-10 Issue a warning during the creation of hash indexes Bruce Momjian 9.5.0
2012-12-01 Allow adding values to an enum type created in the current transaction. Tom Lane 9.3.0
2012-09-22 Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. Tom Lane 9.3.0
2012-09-22 Allow IF NOT EXISTS when add a new enum label. Andrew Dunstan 9.3.0
2012-07-05 Reduce messages about implicit indexes and sequences to DEBUG1. Robert Haas 9.3.0
2010-11-17 Require VALUE keyword when extending an enum type. Based on a patch from Alvaro Herrera. Andrew Dunstan 9.1.0