Commits

DateSubjectAuthorReleases
2007-05-31 The shortcut exit that I recently added to ExecInitIndexScan() for Tom Lane 8.3.0
2007-05-25 Create hooks to let a loadable plugin monitor (or even replace) the planner Tom Lane 8.3.0
2007-04-06 Make 'col IS NULL' clauses be indexable conditions. Tom Lane 8.3.0
2006-12-26 Repair bug #2839: the various ExecReScan functions need to reset Tom Lane 7.3.17
2006-12-26 Repair bug #2839: the various ExecReScan functions need to reset Tom Lane 7.4.15
2006-12-26 Repair bug #2839: the various ExecReScan functions need to reset Tom Lane 8.0.10
2006-12-26 Repair bug #2839: the various ExecReScan functions need to reset Tom Lane 8.1.6
2006-12-26 Repair bug #2839: the various ExecReScan functions need to reset Tom Lane 8.2.1
2006-12-26 Repair bug #2839: the various ExecReScan functions need to reset Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-05-23 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of Tom Lane 8.2.0
2006-05-19 Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during Tom Lane 7.4.13
2006-05-19 Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during Tom Lane 8.0.8
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2006-01-25 Allow row comparisons to be used as indexscan qualifications. Tom Lane 8.2.0
2005-12-03 Tweak indexscan machinery to avoid taking an AccessShareLock on an index Tom Lane 8.2.0
2005-12-02 Adjust scan plan nodes to avoid getting an extra AccessShareLock on a Tom Lane 8.2.0
2005-11-25 Teach planner and executor to handle ScalarArrayOpExpr as an indexable Tom Lane 8.2.0
2005-11-25 Improve ExecStoreTuple to be smarter about replacing the contents of Tom Lane 8.2.0
2005-05-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2005-04-25 Remove support for OR'd indexscans internal to a single IndexScan plan Tom Lane 8.1.0
2005-04-23 Remove explicit FreeExprContext calls during plan node shutdown. The Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0