summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapHeapscan.c
AgeCommit message (Expand)Author
2007-06-09Teach heapam code to know the difference between a real seqscan and theTom Lane
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-26Repair bug #2839: the various ExecReScan functions need to resetTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-16Fix problems with cached tuple descriptors disappearing while still in useTom Lane
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-12-02Adjust scan plan nodes to avoid getting an extra AccessShareLock on aTom Lane
2005-12-02Rearrange code in ExecInitBitmapHeapScan so that we don't initialize theTom Lane
2005-11-26Change seqscan logic so that we check visibility of all tuples on a pageTom Lane
2005-11-25Improve ExecStoreTuple to be smarter about replacing the contents ofTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-04-19Create executor and planner-backend support for decoupled heap and indexTom Lane