Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-04-20 | Change more places to be less trusting of RestrictInfo.is_pushed_down. | Tom Lane | 9.5.13 |
| 2017-09-17 | Allow rel_is_distinct_for() to look through RelabelType below OpExpr. | Tom Lane | 9.5.10 |
| 2015-12-11 | Get rid of the planner's LateralJoinInfo data structure. | Tom Lane | 9.5.0 |
| 2015-08-07 | Further adjustments to PlaceHolderVar removal. | Tom Lane | 9.5.0 |
| 2015-08-07 | Fix old oversight in join removal logic. | Tom Lane | 9.5.0 |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian | 9.5.0 |
| 2015-05-16 | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-11-28 | Add bms_get_singleton_member(), and use it where appropriate. | Tom Lane | 9.5.0 |
| 2014-07-16 | Allow join removal in some cases involving a left join to a subquery. | Tom Lane | 9.5.0 |