summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMemoize.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-07-02Use TupleDescAttr macro consistentlyDavid Rowley
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-01-29Delay build of Memoize hash table until executor runDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-05Fix memory leak in Memoize codeDavid Rowley
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-03-20Fix memory leak in Memoize cache key evaluationDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-06-08Harden Memoization code against broken data typesDavid Rowley
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-01-08Update copyright for 2022Bruce Momjian
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-25Get rid of artificial restriction on hash table sizes on Windows.Tom Lane
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley