Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-02-06 | Fix typos in comments. | Heikki Linnakangas | 9.6.2 |
| 2016-06-18 | Restore foreign-key-aware estimation of join relation sizes. | Tom Lane | 9.6.0 |
| 2016-04-06 | Run pgindent on a batch of (mostly-planner-related) source files. | Tom Lane | 9.6.0 |
| 2016-03-14 | Rethink representation of PathTargets. | Tom Lane | 9.6.0 |
| 2016-03-08 | Finish refactoring make_foo() functions in createplan.c. | 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 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |
| 2015-12-11 | Get rid of the planner's LateralJoinInfo data structure. | Tom Lane | 9.6.0 |
| 2015-11-11 | Generate parallel sequential scan plans in simple cases. | Robert Haas | 9.6.0 |