Commits

DateSubjectAuthorReleases
2024-03-24 Allow more cases to pass the unsafe-use-of-new-enum-value restriction. Tom Lane 17.0
2022-12-25 Convert enum_in() to report errors softly. Tom Lane 16.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.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-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-02-24 Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer. Tom Lane 10.0
2016-09-05 Relax transactional restrictions on ALTER TYPE ... ADD VALUE. Tom Lane 10.0
2013-02-13 Fix CVE-2013-0255 properly. Tom Lane 9.3.0
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 8.3.23
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 8.4.16
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 9.0.12
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 9.1.8
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 9.2.3
2013-02-04 Prevent execution of enum_recv() from SQL. Tom Lane 9.3.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2010-10-25 Allow new values to be added to an existing enum type. Tom Lane 9.1.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0