]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeTidscan.c
Remove some dead code.
[postgresql] / src / backend / executor / nodeTidscan.c
2005-09-22 Tom LaneRemove some dead code.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Tom LaneFix tid scan evaluation of non-constant TID values...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-12 Tom LaneFix wrong/misleading comments, be more consistent about...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-11 Tom LaneRepair problems with EvalPlanQual where target table...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Hiroshi InoueKeep the contents of ItemPointerData not the pointers...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-05-27 Tom LaneCause ExecCountSlots() accounting to bear some relation...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Tom LanePartial fix for EvalPlanQual bugs reported by Magnus...
2000-01-26 Bruce MomjianAdd:
1999-12-20 Tom LaneClean up some minor gcc warnings.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...