Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-02-21 | Make more use of castNode() | Peter Eisentraut | 10.0 |
| 2017-02-15 | Add optimizer and executor support for parallel index scans. | Robert Haas | 10.0 |
| 2017-01-27 | Refactor bitmap heap scan estimation of heap pages fetched. | Robert Haas | 10.0 |
| 2017-01-13 | Fix cardinality estimates for parallel joins. | Robert Haas | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-12-17 | Fix FK-based join selectivity estimation for semi/antijoins. | Tom Lane | 10.0 |
| 2016-11-05 | Adjust cost_merge_append() to reflect use of binaryheap_replace_first(). | Tom Lane | 10.0 |