summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-2/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-9/+9
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+3
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-29/+31
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-3/+12
* SERVER-42583 Thread 'tempDir' through to SortStage.David Storch2019-09-131-18/+18
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-5/+5
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+2
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-081-3/+10
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-241-6/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-8/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-20/+9
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-4/+4
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-201-33/+12
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-1/+3
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-311-4/+9
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-108/+137
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-137/+107
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-107/+137
* SERVER-23095 Make the in-memory SORT PlanStage respect the query's collationTess Avitabile2016-04-061-5/+44
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-2/+2
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-10/+13
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-4/+4
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-5/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-180/+184
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-5/+5
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-2/+2
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-4/+2
* SERVER-11987 extended sort stage to be limit-awareBenety Goh2013-12-091-0/+243