Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-12-01 | Ensure that expandTableLikeClause() re-examines the same table. | Tom Lane | 10.16 |
| 2020-11-19 | Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. | Tom Lane | 10.16 |
| 2020-09-13 | Use the properly transformed RangeVar for expandTableLikeClause(). | Tom Lane | 10.15 |
| 2020-08-21 | Fix handling of CREATE TABLE LIKE with inheritance. | Tom Lane | 10.15 |
| 2018-03-13 | Fix CREATE TABLE / LIKE with bigint identity column | Peter Eisentraut | 10.4 |
| 2018-03-05 | Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) | Alvaro Herrera | 10.4 |
| 2017-04-06 | Identity columns | Peter Eisentraut | 10.0 |
| 2016-12-22 | Fix CREATE TABLE ... LIKE ... WITH OIDS. | Tom Lane | 10.0 |