summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_merge_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-11/+11
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-1/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+5
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-5/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+5
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-111-0/+150
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-15/+15
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-19/+116
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-0/+4
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-7/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-82/+66
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-529/+556
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-5/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-11/+12
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-7/+7
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-7/+7
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-8/+8
* 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-30/+60
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-4/+1
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-6/+6
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-14/+14
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-16/+16
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-15/+17
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+8
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-15/+10
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-10/+15
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-15/+10
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-10/+15
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-15/+10
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-7/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-18/+20
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-20/+18
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-18/+20
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-8/+8
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-7/+15
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-7/+7
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-6/+6
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-2/+1
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-3/+3