Commits

DateSubjectAuthorReleases
2003-05-05 Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), 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-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-03-01 Teach planner about the idea that a mergejoin won't necessarily read Tom Lane 7.3.1
2001-01-29 Clean up handling of tuple descriptors so that result-tuple descriptors Tom Lane 7.1.1
2000-12-13 Fix thinko for case of outer join where inner table is empty: should Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.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-07-12 First stage of reclaiming memory in executor by resetting short-term Tom Lane 7.1.1
2000-01-19 Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result Tom Lane 7.1.1
1999-10-17 Actually, nodeMergejoin shouldn't include psort.h at all... Tom Lane 7.1.1
1999-10-16 nodeMergejoin was depending on an inclusion from psort.h... Tom Lane 7.1.1
1999-09-24 Several changes here, not very related but touching some of the same files. Tom Lane 7.1.1
1999-02-28 Fix executor to work correctly with mergejoins where left and Tom Lane 7.1.1