summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/idhack.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-1/+1
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-6/+2
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-1/+1
* SERVER-17281 IDHackStage::invalidate() dereference correct OpCtx ptrJason Rassi2015-02-171-1/+1
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-4/+4
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-39/+60
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-16807 update and delete stages should skip over invalidated documents ...David Storch2015-01-151-0/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-4/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-3/+54
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+18
* SERVER-14502 remove unnecessary check for NULL canonical queryDavid Storch2014-07-091-2/+0
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+8
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-6/+10
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+148