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-06-21 | Phase 3 of pgindent updates. | Tom Lane | 10.0 |
| 2017-02-01 | Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). | Tom Lane | 10.0 |
| 2016-09-07 | Support renaming an existing value of an enum type. | Tom Lane | 10.0 |
| 2016-08-31 | Try to fix portability issue in enum renumbering (again). | Tom Lane | 10.0 |