aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTidscan.c
Commit message (Expand)AuthorAge
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Repair problems with EvalPlanQual where target table is scanned asTom Lane2002-02-11
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue2001-09-29
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-27
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Final #include cleanup.Bruce Momjian2000-06-15
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.Tom Lane2000-04-07
* Add:Bruce Momjian2000-01-26
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23