Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-11 | Fix incorrect accessing of pfree'd memory in Memoize | David Rowley | 16.3 |
| 2023-03-16 | Enable use of Memoize atop an Append that came from UNION ALL. | Tom Lane | 16.0 |
| 2023-03-13 | Remove incidental md5() function uses from main regression tests | Peter Eisentraut | 16.0 |
| 2023-01-24 | Use OFFSET 0 instead of ORDER BY to stop subquery pullup | David Rowley | 16.0 |
| 2023-01-23 | Fix LATERAL join test in test memoize.sql | David Rowley | 16.0 |
| 2022-12-05 | Fix Memoize to work with partitionwise joining. | Tom Lane | 16.0 |