summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTidscan.c
Commit message (Expand)AuthorAgeFilesLines
* 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