Commits

DateSubjectAuthorReleases
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2011-11-03 Fix handling of PlaceHolderVars in nestloop parameter management. Tom Lane 9.1.2
2011-11-03 Fix handling of PlaceHolderVars in nestloop parameter management. Tom Lane 9.2.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.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 Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was Tom Lane 8.4.0
2008-08-15 Performance fix for new anti-join code in nodeMergejoin.c: after finding a Tom Lane 8.4.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.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
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2003-07-21 Error message editing in backend/executor. Tom Lane 7.4.1
2003-05-05 Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), Tom Lane 7.4.1
2003-01-27 Upgrade cost estimation for joins, per discussion with Bradley Baetz. Tom Lane 7.4.1
2003-01-20 IN clauses appearing at top level of WHERE can now be handled as joins. 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
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-08-24 SQL-language functions are now callable in ordinary fmgr contexts ... Tom Lane 7.1.1
2000-08-13 Clean up handling of variable-free qual clauses. System now does the Tom Lane 7.1.1