Commits

DateSubjectAuthorReleases
2018-02-19 Remove redundant initialization of a local variable. Tom Lane 11.0
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2008-10-23 Fix an oversight in two different recent patches: nodes that support SRFs Tom Lane 8.4.0
2008-09-08 Support set-returning functions in the target lists of Agg and Group plan Tom Lane 8.4.0
2007-02-22 Change Agg and Group nodes so that Vars contained in their targetlists Tom Lane 8.3.0
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.1.7
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.2.2
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.3.0
2007-01-10 Change the planner-to-executor API so that the planner tells the executor Tom Lane 8.3.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2005-03-10 Make the behavior of HAVING without GROUP BY conform to the SQL spec. Tom Lane 8.1.0
2003-01-12 Fix wrong/misleading comments, be more consistent about where to call Tom Lane 7.4.1
2003-01-10 Create a new file executor/execGrouping.c to centralize utility routines Tom Lane 7.4.1
2002-12-15 Revise executor APIs so that all per-query state structure is built in Tom Lane 7.4.1
2002-12-13 Phase 3 of read-only-plans project: ExecInitExpr now builds expression Tom Lane 7.4.1
2002-12-05 Phase 1 of read-only-plans project: cause executor state nodes to point Tom Lane 7.4.1
2002-11-29 Tighten selection of equality and ordering operators for grouping Tom Lane 7.4.1
2002-11-06 Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do Tom Lane 7.4.1
2002-11-06 First phase of implementing hash-based grouping/aggregation. An AGG plan Tom Lane 7.4.1
2002-05-17 Get rid of the last few uses of typeidTypeName() rather than Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1
2001-02-16 Clean up two rather nasty bugs in operator selection code. Tom Lane 7.1.1