Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-06-18 | Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. | Tom Lane | 11.13 |
| 2020-08-10 | Make contrib modules' installation scripts more secure. | Tom Lane | 11.9 |
| 2018-11-10 | Fix missing role dependencies for some schema and type ACLs. | Tom Lane | 11.2 |
| 2018-09-04 | Fully enforce uniqueness of constraint names. | Tom Lane | 11.0 |
| 2018-04-08 | Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. | Tom Lane | 11.0 |
| 2018-01-26 | Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. | Tom Lane | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |
| 2017-09-30 | Support arrays over domains. | Tom Lane | 11.0 |
| 2017-09-27 | Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. | Tom Lane | 11.0 |