summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-8/+9
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-6/+6
* SERVER-17192 Add regression tests for timing of invalidation calls.Charlie Swanson2015-02-061-38/+180
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-5/+5
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-5/+5
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-6/+6
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-5/+5
* 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-24/+33
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-2/+1
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-2/+4
* SERVER-13635 Don't assert that BSONObjs aren't ownedMathias Stearn2014-10-021-1/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-6/+11
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 delete runner.hDavid Storch2014-07-231-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+5
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-22/+21
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-21/+22
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-22/+21
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-21/+22
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-22/+21
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-5/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-7/+11
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-11/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-7/+11
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-6/+6
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-5/+11
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-0/+3
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-2/+4
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-2/+1
* SERVER-13122 if we must use the raw obj to sort with ensure it's well formattedHari Khalsa2014-03-111-0/+39
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-3/+3
* SERVER-10026 update dbtests for keeping invalidated docs in queryHari Khalsa2014-01-161-3/+3
* 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-2/+2
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-11987 update disk loc map before removing working set memberBenety Goh2013-12-121-9/+58
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11611: remove dependency on DataFileMgr.Amalia Hawkins2013-11-201-14/+41
* SERVER-10026 don't feed bad data to a sort stage in dbtestHari Khalsa2013-10-311-28/+7
* SERVER-10026 don't return invalidated resultsHari Khalsa2013-10-291-4/+6