summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_collscan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-5/+6
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-10/+10
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-10/+21
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-6/+6
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-3/+3
* SERVER-13635 Move mmapv1 specific dbtests to mmaptest and skip if using other...Mathias Stearn2014-10-011-4/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-6/+6
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 delete runner.hDavid Storch2014-07-231-3/+3
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-13640 Port and re-enable collection scan testsGeert Bosch2014-07-161-276/+1
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-2/+2
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-7/+7
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-13635 extents are mmapv1 specific, move into mmapv1Hari Khalsa2014-06-271-2/+2
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-6/+6
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-9/+11
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-11/+9
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-9/+11
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-2/+4
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-3/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-0/+1
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-121-18/+18
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-6/+7
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-68/+0
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-8/+8
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13756 Remove DiskLoc::writing() and getDur().writingDiskLoc()Mathias Stearn2014-04-281-5/+5
* SERVER-13634 Get rid of all external callers of DiskLoc::rec()Mathias Stearn2014-04-251-5/+16
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-5/+5
* SERVER-13633 Kill DiskLoc::ext()Mathias Stearn2014-04-231-6/+7
* SERVER-13638: moving some NamespaceDetails magic writing to explicitEliot Horowitz2014-04-211-12/+12
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-12/+18
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-0/+1