summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-4/+4
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* 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-2/+9
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-2/+3
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+7
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+3
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-5/+0
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+0
* SERVER-13084: remove some DiskLoc::ref referencesEliot Horowitz2014-04-111-1/+1
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-2/+2
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-031-1/+1
* SERVER-13349 collection scan should make fetch requestsHari Khalsa2014-03-271-0/+10
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-041-1/+2
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: move CollectionIterator to structureEliot Horowitz2013-08-161-1/+1
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-3/+6
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-0/+5
* SERVER-10026 collection scanHari Khalsa2013-07-171-0/+59