summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/keep_mutations.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+4
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+3
* SERVER-15580 KeepMutationsStage shouldn't deref invalidated iteratorJason Rassi2014-10-311-2/+8
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+2
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+8
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+9
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+5
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-3/+0
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+125