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 |
| 2020-08-15 | Be more careful about the shape of hashable subplan clauses. | Tom Lane | 12.5 |
| 2020-01-17 | Repair more failures with SubPlans in multi-row VALUES lists. | Tom Lane | 12.2 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2018-10-17 | Improve some comments related to executor result relations. | Tom Lane | 12.0 |
| 2018-10-08 | Avoid O(N^2) cost in ExecFindRowMark(). | Tom Lane | 12.0 |
| 2018-10-04 | In the executor, use an array of pointers to access the rangetable. | Tom Lane | 12.0 |
| 2018-10-04 | Centralize executor's opening/closing of Relations for rangetable entries. | Tom Lane | 12.0 |
| 2018-09-17 | Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). | Tom Lane | 12.0 |