summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-4/+0
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-2/+1
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-6/+6
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-4/+4
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-7/+8
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-2/+2
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-201-3/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+4
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-8/+9
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-6/+6
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-47/+47
* 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