Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-01-03 | Fix index-only scan plans, take 2. | Tom Lane | 12.10 |
| 2022-01-01 | Fix index-only scan plans when not all index columns can be returned. | Tom Lane | 12.10 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-17 | Restructure creation of run-time pruning steps. | Tom Lane | 12.0 |
| 2019-03-30 | Speed up planning when partitions can be pruned at plan time. | Tom Lane | 12.0 |
| 2018-12-30 | Support parameterized TidPaths. | Tom Lane | 12.0 |
| 2018-10-07 | Remove some unnecessary fields from Plan trees. | Tom Lane | 12.0 |
| 2018-10-04 | Centralize executor's opening/closing of Relations for rangetable entries. | Tom Lane | 12.0 |
| 2018-08-01 | Fix run-time partition pruning for appends with multiple source rels. | Tom Lane | 12.0 |