Commits

DateSubjectAuthorReleases
2006-07-14 Remove 576 references of include files that were not needed. Bruce Momjian 8.2.0
2006-06-09 Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable Tom Lane 8.2.0
2006-05-30 Make EXPLAIN sampling smarter, to avoid excessive sampling delay. Bruce Momjian 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
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-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.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-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-09-24 ExecProcAppend() wasn't called ExecAppend() because the latter name was Neil Conway 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-05-26 Reimplement the linked list data structure used throughout the backend. Neil Conway 8.0.0
2004-03-02 Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn't Tom Lane 8.0.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-08-08 Another pgindent run with updated typedefs. Bruce Momjian 7.4.1
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2003-08-04 pgindent run. Bruce Momjian 7.4.1
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