summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexscan.c
AgeCommit message (Expand)Author
2006-12-26Repair bug #2839: the various ExecReScan functions need to resetTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
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
2006-01-25Allow row comparisons to be used as indexscan qualifications.Tom Lane
2005-12-03Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane
2005-12-02Adjust scan plan nodes to avoid getting an extra AccessShareLock on aTom Lane
2005-11-25Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane
2005-11-25Improve ExecStoreTuple to be smarter about replacing the contents ofTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-04-25Remove support for OR'd indexscans internal to a single IndexScan planTom Lane
2005-04-23Remove explicit FreeExprContext calls during plan node shutdown. TheTom Lane
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-25Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-02-28Remove unneeded indxqual field in IndexScanState, and the useless workTom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Instead of rechecking lossy index operators by putting them into theTom Lane
2003-12-30Avoid running out of memory during hash_create, by not passing aTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-22Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-21Error message editing in backend/executor.Tom Lane
2003-02-09Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane
2003-02-03Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane
2003-01-12Fix wrong/misleading comments, be more consistent about where to callTom Lane
2002-12-18Prevent core dump when ExecMarkPos is called before any tuples have beenTom Lane
2002-12-15Revise executor APIs so that all per-query state structure is built inTom Lane
2002-12-13Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane
2002-12-12Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-06-23It seems that ExecInit/EndIndexScan is leaking some memory...Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian