Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-04-20 | Change more places to be less trusting of RestrictInfo.is_pushed_down. | Tom Lane | 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-23 | Fix planner failures with overlapping mergejoin clauses in an outer join. | Tom Lane | 11.0 |
| 2018-02-16 | Rename enable_partition_wise_join to enable_partitionwise_join | Peter Eisentraut | 11.0 |
| 2018-02-09 | Mark assorted GUC variables as PGDLLIMPORT. | Robert Haas | 11.0 |
| 2018-02-02 | Support parallel btree index builds. | Robert Haas | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-10-08 | Reduce "X = X" to "X IS NOT NULL", if it's easy to do so. | Tom Lane | 11.0 |
| 2017-10-06 | Basic partition-wise join functionality. | Robert Haas | 11.0 |