Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-09-15 | Disallow LISTEN in background workers. | Tom Lane | 13.5 |
| 2020-11-19 | Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. | Tom Lane | 13.2 |
| 2020-09-13 | Use the properly transformed RangeVar for expandTableLikeClause(). | Tom Lane | 13.0 |
| 2020-08-21 | Fix handling of CREATE TABLE LIKE with inheritance. | Tom Lane | 13.0 |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-03-06 | Allow ALTER TYPE to change some properties of a base type. | Tom Lane | 13.0 |
| 2020-01-19 | Silence minor compiler warnings. | Tom Lane | 13.0 |
| 2020-01-15 | Restructure ALTER TABLE execution to fix assorted bugs. | Tom Lane | 13.0 |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 13.0 |