]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeIndexscan.c
Create hooks to let a loadable plugin monitor (or even replace) the planner
[postgresql] / src / backend / executor / nodeIndexscan.c
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-25 Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-23 Tom LaneRemove explicit FreeExprContext calls during plan node...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-08-29 Bruce MomjianPgindent run for 8.0.
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...
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2003-12-30 Tom LaneAvoid running out of memory during hash_create, by...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-22 Tom LaneTweak processing of multiple-index-scan plans to reduce...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
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-18 Tom LanePrevent core dump when ExecMarkPos is called before...
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-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-09-04 Bruce Momjianpgindent run.
2002-06-23 Bruce MomjianIt seems that ExecInit/EndIndexScan is leaking some...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
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-11-12 Tom LaneRepair crash in EvalPlanQual of query involving nestloo...
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-07-15 Tom LaneRestructure index AM interface for index building and...
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...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-23 Tom LaneFix problem in which sloppily-coded test in ExecInitInd...
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-02-18 Hiroshi InoueImplement reindex command
2000-02-05 Tom LaneReplace nth() calls in inner loops with traversal of...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-08-12 Tom LaneAdd commentary to show that even though ExecInitIndexScan()
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-13 Bruce MomjianThere are some bugs about backward scanning using
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-11-22 Vadim B. MikheevFix using indices in OR.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce MomjianFix for vacuum updating problem.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-04 Bruce MomjianOR processing cleanup.
next