Commits

DateSubjectAuthorReleases
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2005-12-07 Fix a couple of lingering references to POSTQUEL query syntax, per Simon. Tom Lane 8.2.0
2005-04-19 Create executor and planner-backend support for decoupled heap and index Tom Lane 8.1.0
2005-04-16 Create a new 'MultiExecProcNode' call API for plan nodes that don't Tom Lane 8.1.0
2005-04-06 Remove test for NULL node in ExecProcNode(). No place ever calls Tom Lane 8.1.0
2005-03-25 Improve EXPLAIN ANALYZE to show the time spent in each trigger when Tom Lane 8.1.0
2004-03-02 Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn't Tom Lane 8.0.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-02-09 Make further use of new bitmapset code: executor's chgParam, extParam, Tom Lane 7.4.1
2002-12-14 Clean up plantree representation of SubPlan-s --- SubLink does not appear 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-12 Phase 2 of read-only-plans project: restructure expression-tree nodes 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-05-12 First pass at set-returning-functions in FROM, by Joe Conway with Tom Lane 7.3.1
2001-09-18 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple Tom Lane 7.2.1
2001-01-29 Clean up handling of tuple descriptors so that result-tuple descriptors Tom Lane 7.1.1
2001-01-14 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts Tom Lane 7.1.1
2000-10-26 Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in Tom Lane 7.1.1
2000-10-05 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the Tom Lane 7.1.1
2000-09-29 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 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