Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-11-19 | Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. | Tom Lane | 9.5.25 |
| 2020-09-13 | Use the properly transformed RangeVar for expandTableLikeClause(). | Tom Lane | 9.5.24 |
| 2020-08-21 | Fix handling of CREATE TABLE LIKE with inheritance. | Tom Lane | 9.5.24 |
| 2019-01-26 | Allow UNLISTEN in hot-standby mode. | Tom Lane | 9.5.16 |
| 2018-10-15 | Check for stack overrun in standard_ProcessUtility(). | Tom Lane | 9.5.15 |
| 2015-03-15 | Improve representation of PlanRowMark. | Tom Lane | 9.5.0 |
| 2015-03-08 | Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. | Tom Lane | 9.5.0 |
| 2015-03-08 | Fix erroneous error message for REINDEX SYSTEM. | Tom Lane | 9.5.0 |
| 2014-11-12 | Explicitly support the case that a plancache's raw_parse_tree is NULL. | Tom Lane | 9.5.0 |
| 2014-07-10 | Implement IMPORT FOREIGN SCHEMA. | Tom Lane | 9.5.0 |