Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-11-30 | Fix miscomputation of direct_lateral_relids for join relations. | Tom Lane | 9.6.21 |
| 2016-06-10 | Remove reltarget_has_non_vars flag. | Tom Lane | 9.6.0 |
| 2016-03-14 | Rethink representation of PathTargets. | Tom Lane | 9.6.0 |
| 2016-03-10 | Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. | Tom Lane | 9.6.0 |
| 2016-03-10 | Refactor pull_var_clause's API to make it less tedious to extend. | Tom Lane | 9.6.0 |
| 2016-02-19 | Add an explicit representation of the output targetlist to Paths. | Tom Lane | 9.6.0 |
| 2015-12-11 | Get rid of the planner's LateralJoinInfo data structure. | Tom Lane | 9.6.0 |