summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeResultCache.c
AgeCommit message (Expand)Author
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-05-22Fix planner's use of Result Cache with unique joinsDavid Rowley
2021-05-08Move memory accounting Asserts for Result Cache codeDavid Rowley
2021-04-06Fix missing #include in nodeResultCache.h.Tom Lane
2021-04-02Remove useless Asserts in Result Cache codeDavid Rowley
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley