summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+4
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-311-3/+3
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-10/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+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-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-2/+3
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-18/+18
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-3/+4
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-091-2/+2
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-3/+3
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-3/+2
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-0/+2
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-17/+38
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-11/+11
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-4/+4
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-2/+2
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-17/+24
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-32/+26
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-451/+461
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-5/+3
* 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