Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-03-21 | Fix assorted missing logic for GroupingFunc nodes. | Tom Lane | 12.11 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-04-05 | Use Append rather than MergeAppend for scanning ordered partitions. | Tom Lane | 12.0 |
| 2019-02-09 | Build out the planner support function infrastructure. | Tom Lane | 12.0 |
| 2019-02-09 | Refactor the representation of indexable clauses in IndexPaths. | Tom Lane | 12.0 |
| 2019-01-29 | Rename nodes/relation.h to nodes/pathnodes.h. | Tom Lane | 12.0 |
| 2019-01-29 | Refactor planner's header files. | Tom Lane | 12.0 |
| 2019-01-29 | Make some small planner API cleanups. | Tom Lane | 12.0 |
| 2019-01-28 | In the planner, replace an empty FROM clause with a dummy RTE. | Tom Lane | 12.0 |
| 2018-12-30 | Support parameterized TidPaths. | Tom Lane | 12.0 |
| 2018-12-18 | Fix ancient thinko in mergejoin cost estimation. | Tom Lane | 12.0 |
| 2018-07-14 | Fix hashjoin costing mistake introduced with inner_unique optimization. | Tom Lane | 12.0 |