Commits

DateSubjectAuthorReleases
2024-10-17 Don't store intermediate hash values in ExprState->resvalue David Rowley 18.0
2024-10-11 Adjust EXPLAIN's output for disabled nodes David Rowley 18.0
2024-09-27 Recalculate where-needed data accurately after a join removal. Tom Lane 18.0
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.0
2024-07-08 Fix right-anti-joins when the inner relation is proven unique Richard Guo 16.4
2024-07-08 Fix right-anti-joins when the inner relation is proven unique Richard Guo 17.0
2024-07-08 Fix right-anti-joins when the inner relation is proven unique Richard Guo 18.0
2024-07-05 Support "Right Semi Join" plan shapes Richard Guo 18.0
2024-05-16 BitmapHeapScan: Remove incorrect assert and reset field Melanie Plageman 17.0
2024-05-06 Revert: Remove useless self-joins Alexander Korotkov 17.0
2024-04-16 Fix generation of EC join conditions at the wrong plan level. Tom Lane 12.19
2024-04-16 Fix generation of EC join conditions at the wrong plan level. Tom Lane 13.15
2024-04-16 Fix generation of EC join conditions at the wrong plan level. Tom Lane 14.12
2024-04-16 Fix generation of EC join conditions at the wrong plan level. Tom Lane 15.7
2024-04-09 revert: Transform OR clauses to ANY expression Alexander Korotkov 17.0
2024-04-07 Transform OR clauses to ANY expression Alexander Korotkov 17.0
2024-04-06 Enhance nbtree ScalarArrayOp execution. Peter Geoghegan 17.0
2024-03-19 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 17.0
2024-02-23 Replace lateral references to removed rels in subqueries Alexander Korotkov 17.0
2024-02-20 Replace relids in lateral subquery parse tree during SJE Alexander Korotkov 17.0
2024-02-15 Pull up ANY-SUBLINK with the necessary lateral support. Alexander Korotkov 17.0
2024-01-23 Add better handling of redundant IS [NOT] NULL quals David Rowley 17.0
2024-01-15 Fix 'negative bitmapset member' error Alexander Korotkov 17.0
2024-01-11 Allow subquery pullup to wrap a PlaceHolderVar in another one. Tom Lane 17.0
2024-01-11 Allow subquery pullup to wrap a PlaceHolderVar in another one. Tom Lane 14.11