summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-4/+11
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-6/+6
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-3/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-14/+14
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-10/+10
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-2/+15
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-14/+18
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+11
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-5/+3
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-3/+3
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-7/+7
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-20/+23
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-6/+12
* SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSo...David Storch2019-10-231-1/+1
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+2
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-6/+18
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-6/+6
* SERVER-42583 Thread 'tempDir' through to SortStage.David Storch2019-09-131-20/+17
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-8/+8
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-7/+9
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-081-3/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-16/+18
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-12/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-2/+0
* 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