summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/memoize.sql
AgeCommit message (Expand)Author
14 daysEnable use of Memoize for ANTI joinsRichard Guo
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-08-30Remove one memoize test case added by commit 069d0ff02.Tom Lane
2024-07-15Check lateral references within PHVs for memoize cache keysRichard Guo
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-01-26Attempt to fix newly added Memoize regression testDavid Rowley
2024-01-26Improve NestLoopParam generation for lateral subqueriesDavid Rowley
2023-03-16Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane
2023-03-13Remove incidental md5() function uses from main regression testsPeter Eisentraut
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