Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-01-16 | Teach hash_ok_operator() that record_eq is only sometimes hashable. | Tom Lane | 14.2 |
| 2021-11-23 | Allow Memoize to operate in binary comparison mode | David Rowley | 14.2 |
| 2021-09-14 | Fix planner error with multiple copies of an AlternativeSubPlan. | Tom Lane | 14.0 |
| 2021-07-14 | Change the name of the Result Cache node to Memoize | David Rowley | 14.0 |
| 2021-04-02 | Add Result Cache executor node (take 2) | David Rowley | 14.0 |
| 2021-04-01 | Revert b6002a796 | David Rowley | 14.0 |
| 2021-03-31 | Add Result Cache executor node | David Rowley | 14.0 |
| 2020-12-15 | Clean up ancient test style | Peter Eisentraut | 14.0 |
| 2020-09-27 | Move resolution of AlternativeSubPlan choices to the planner. | Tom Lane | 14.0 |
| 2020-08-15 | Be more careful about the shape of hashable subplan clauses. | Tom Lane | 14.0 |
| 2020-07-14 | Cope with lateral references in the quals of a subquery RTE. | Tom Lane | 14.0 |