Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-08-31 | Remove extra word from src/backend/optimizer/README | Etsuro Fujita | 11.0 |
| 2018-08-09 | Spell "partitionwise" consistently. | Heikki Linnakangas | 11.0 |
| 2018-06-07 | Fix typo in README | Magnus Hagander | 11.0 |
| 2018-04-07 | Indexes with INCLUDE columns and their support in B-tree | Teodor Sigaev | 11.0 |
| 2018-03-22 | Implement partition-wise grouping/aggregation. | Robert Haas | 11.0 |
| 2018-02-26 | Add a new upper planner relation for partially-aggregated results. | Robert Haas | 11.0 |
| 2018-02-16 | Rename enable_partition_wise_join to enable_partitionwise_join | Peter Eisentraut | 11.0 |
| 2017-10-28 | Fix grammar. | Robert Haas | 11.0 |
| 2017-10-06 | Basic partition-wise join functionality. | Robert Haas | 11.0 |
| 2017-08-30 | Force rescanning of parallel-aware scan nodes below a Gather[Merge]. | Tom Lane | 11.0 |