Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix incorrect accessing of pfree'd memory in Memoize | David Rowley | 2024-03-11 |
* | Enable use of Memoize atop an Append that came from UNION ALL. | Tom Lane | 2023-03-16 |
* | Remove incidental md5() function uses from main regression tests | Peter Eisentraut | 2023-03-13 |
* | Use OFFSET 0 instead of ORDER BY to stop subquery pullup | David Rowley | 2023-01-24 |
* | Fix LATERAL join test in test memoize.sql | David Rowley | 2023-01-24 |
* | Fix Memoize to work with partitionwise joining. | Tom Lane | 2022-12-05 |
* | Increase hash_mem_multiplier default to 2.0. | Peter Geoghegan | 2022-02-16 |
* | Flush Memoize cache when non-key parameters change, take 2 | David Rowley | 2021-11-24 |
* | Revert "Flush Memoize cache when non-key parameters change" | David Rowley | 2021-11-24 |
* | Flush Memoize cache when non-key parameters change | David Rowley | 2021-11-24 |
* | Allow Memoize to operate in binary comparison mode | David Rowley | 2021-11-24 |
* | Change the name of the Result Cache node to Memoize | David Rowley | 2021-07-14 |