summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTidscan.c
Commit message (Expand)AuthorAgeFilesLines
* Improve ExecStoreTuple to be smarter about replacing the contents ofTom Lane2005-11-251-10/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-16/+15
* Remove some dead code.Tom Lane2005-09-221-8/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-4/+4
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-211-2/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix tid scan evaluation of non-constant TID values; can't try to do itTom Lane2003-09-261-34/+47
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-091-2/+2
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-031-7/+7
* Fix wrong/misleading comments, be more consistent about where to callTom Lane2003-01-121-4/+3
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-13/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-4/+7
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-111/+78
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-5/+3
* pgindent run.Bruce Momjian2002-09-041-4/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-7/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-8/+14
* Repair problems with EvalPlanQual where target table is scanned asTom Lane2002-02-111-7/+18
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+6
* Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue2001-09-291-16/+11
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-271-2/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-83/+63
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+2
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-5/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-4/+3
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-3/+1
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-42/+13
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-49/+50
* Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.Tom Lane2000-04-071-23/+16
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up some minor gcc warnings.Tom Lane1999-12-201-3/+1
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+2
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-0/+550