Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-07-01 | Rethink the GetForeignUpperPaths API (again). | Tom Lane | 9.6.0 |
| 2016-04-30 | Fix planner crash from pfree'ing a partial path that a GatherPath uses. | Tom Lane | 9.6.0 |
| 2016-04-21 | Comment improvements for ForeignPath. | Robert Haas | 9.6.0 |
| 2016-03-17 | Fix typos. | Robert Haas | 9.6.0 |
| 2016-03-15 | Add a GetForeignUpperPaths callback function for FDWs. | Tom Lane | 9.6.0 |
| 2016-03-08 | Spell "parallel" correctly. | Tom Lane | 9.6.0 |
| 2016-03-07 | Make the upper part of the planner work by generating and comparing Paths. | Tom Lane | 9.6.0 |
| 2016-01-20 | Support parallel joins, and make related improvements. | Robert Haas | 9.6.0 |
| 2015-10-01 | Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. | Tom Lane | 9.6.0 |
| 2015-08-06 | Further fixes for degenerate outer join clauses. | Tom Lane | 9.6.0 |