postgresql/src/backend/optimizer/path
Tom Lane 307c78852f Rethink representation of PathTargets.
In commit 19a541143a I did not make PathTarget a subtype of Node,
and embedded a RelOptInfo's reltarget directly into it rather than having
a separately-allocated Node.  In hindsight that was misguided
micro-optimization, enabled by the fact that at that point we didn't have
any Paths with custom PathTargets.  Now that PathTarget processing has
been fleshed out some more, it's easier to see that it's better to have
PathTarget as an indepedent Node type, even if it does cost us one more
palloc to create a RelOptInfo.  So change it while we still can.

This commit just changes the representation, without doing anything more
interesting than that.
2016-03-14 16:59:59 -04:00
..
allpaths.c Rethink representation of PathTargets. 2016-03-14 16:59:59 -04:00
clausesel.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
costsize.c Rethink representation of PathTargets. 2016-03-14 16:59:59 -04:00
equivclass.c Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. 2016-03-10 16:23:52 -05:00
indxpath.c Rethink representation of PathTargets. 2016-03-14 16:59:59 -04:00
joinpath.c Update more comments for 96198d94cb. 2016-03-14 14:29:12 -04:00
joinrels.c Support parallel joins, and make related improvements. 2016-01-20 14:40:26 -05:00
Makefile Extract restriction OR clauses whether or not they are indexable. 2013-12-30 12:24:37 -05:00
pathkeys.c Make the upper part of the planner work by generating and comparing Paths. 2016-03-07 15:58:22 -05:00
tidpath.c Update copyright for 2016 2016-01-02 13:33:40 -05:00