Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-06-22 | Document partitioned_rels in create_modifytable_path header comment. | Robert Haas | 10.0 |
| 2017-05-19 | Copy partitioned_rels lists to avoid shared substructure. | Robert Haas | 10.0 |
| 2017-04-01 | Fix parallel query so it doesn't spoil row estimates above Gather. | Robert Haas | 10.0 |
| 2017-03-21 | Don't scan partitioned tables. | Robert Haas | 10.0 |
| 2017-03-09 | Add a Gather Merge executor node. | Robert Haas | 10.0 |
| 2017-03-08 | Support parallel bitmap heap scans. | Robert Haas | 10.0 |
| 2017-02-15 | Add optimizer and executor support for parallel index scans. | Robert Haas | 10.0 |