summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_and.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-22/+21
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-6/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-0/+140
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-21/+22
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-9/+10
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-17/+17
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-24/+24
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* 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-21/+40
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-40/+40
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-33/+33
* SERVER-14961 IndexScan over empty range should return EOF immediatelyJason Rassi2014-08-241-3/+1
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-8/+8
* SERVER-14607 do not discard data while merging working set members for index ...David Storch2014-07-241-0/+255
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-4/+4
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-32/+16
* SERVER-14311 account for key skips in plan ranking by returning NEED_TIME in ...David Storch2014-07-111-1/+3
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-38/+38
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+16
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+3
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-16/+16
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-35/+36
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-36/+35
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-35/+36
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-17/+17
* 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-16/+33
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-16/+16
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-2/+1
* SERVER-12868 added memory usage accounting to hashed AND stageBenety Goh2014-02-271-1/+243
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-9/+9
* SERVER-12448 and hash checks children for EOF before hashingHari Khalsa2014-02-051-1/+94
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-3/+3
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-3/+1
* SERVER-10026 and hash preserves order of last childHari Khalsa2014-01-021-0/+60
* SERVER-10026 include pdfile for DiskLoc::obj defn to unbreak buildHari Khalsa2013-12-131-0/+1