Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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-06-14 | doc: Whitespace fixes in man pages | Peter Eisentraut | 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 |