summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/oplogstart.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-18/+23
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-1/+1
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-0/+9
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-8/+21
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-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-6/+6
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-5/+9
* SERVER-13635 keep mmapv1-specific record.h within mmapv1 implHari Khalsa2014-06-271-1/+0
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+5
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13638: remove unused NamespaceDetails referenceEliot Horowitz2014-05-011-2/+0
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-291-1/+0
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-3/+3
* SERVER-13630 OplogStart and ParallelCollectionScan no longer rely on storage ...Mathias Stearn2014-04-231-69/+26
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-5/+5
* SERVER-13084: move compact details down into RecordStore layerEliot Horowitz2014-04-141-2/+2
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-2/+2
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-031-2/+7
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-2/+5
* SERVER-10026 port FindingStartCursor dbtests to OplogStartDavid Storch2013-12-091-3/+8
* SERVER-10026 port findingstartcursor to stage and use itHari Khalsa2013-10-111-0/+214