Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-08-17 | Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership. | Tom Lane | 14.0 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2020-12-11 | Allow ALTER TYPE to update an existing type's typsubscript value. | Tom Lane | 14.0 |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 14.0 |
| 2020-08-10 | Make contrib modules' installation scripts more secure. | Tom Lane | 14.0 |
| 2020-07-31 | Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays. | Tom Lane | 14.0 |