summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapAnd.c
AgeCommit message (Expand)Author
2009-09-27Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-05-30Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian
2006-05-23Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-28Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-28Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane
2005-04-20Minor performance improvement: avoid unnecessary creation/unioning ofTom Lane
2005-04-19Create executor and planner-backend support for decoupled heap and indexTom Lane