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-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 |