summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/memoize.sql
AgeCommit message (Expand)Author
2023-01-24Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley
2023-01-23Fix LATERAL join test in test memoize.sqlDavid Rowley
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley