aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/memoize.sql
Commit message (Expand)AuthorAge
* Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley2024-03-11
* Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane2023-03-16
* Remove incidental md5() function uses from main regression testsPeter Eisentraut2023-03-13
* Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley2023-01-24
* Fix LATERAL join test in test memoize.sqlDavid Rowley2023-01-24
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14