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