Commits

DateSubjectAuthorReleases
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 14.2
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 10.20
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 15.0
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 13.6
2021-11-24 Flush Memoize cache when non-key parameters change, take 2 David Rowley 14.2
2021-11-24 Flush Memoize cache when non-key parameters change, take 2 David Rowley 15.0
2021-11-24 Revert "Flush Memoize cache when non-key parameters change" David Rowley 14.2
2021-11-24 Revert "Flush Memoize cache when non-key parameters change" David Rowley 15.0
2021-11-24 Flush Memoize cache when non-key parameters change David Rowley 14.2
2021-11-24 Flush Memoize cache when non-key parameters change David Rowley 15.0
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 14.2
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 15.0
2021-09-15 Add Cardinality typedef Peter Eisentraut 15.0
2021-08-08 Change SeqScan node to contain Scan node Peter Eisentraut 15.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 15.0
2021-06-02 Update plannodes.h's comments about PlanRowMark. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 14.0
2021-04-08 Cleanup partition pruning step generation David Rowley 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0