summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort_test.cpp
AgeCommit message (Expand)Author
2023-06-24SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6Daniel Moody
2023-02-08SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin
2022-04-07SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma
2020-02-28SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros
2020-02-13SERVER-45454 Desugar where to expr + functionEric Cox
2020-02-13SERVER-45918 Add SortStageSimple.David Storch
2019-10-01SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch
2019-09-13SERVER-42583 Thread 'tempDir' through to SortStage.David Storch
2019-09-04SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch
2019-08-29SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer
2019-08-08SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov
2019-07-24SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-06-22SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin
2017-06-27SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev
2017-06-20SERVER-19402 Change find command semantics for sorting on an array field.David Storch
2017-04-12SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter
2016-08-18SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch
2016-05-31SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch
2016-05-25SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen
2016-05-18Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen
2016-05-17SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen
2016-04-06SERVER-23095 Make the in-memory SORT PlanStage respect the query's collationTess Avitabile
2015-10-12SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang
2015-08-18SERVER-19355 add SortKeyGeneratorStageDavid Storch
2015-08-04SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen
2015-07-01SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-02-02SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz
2015-01-12SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi
2014-11-20SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi
2014-08-25SERVER-13635: OperationContext on read pathsEliot Horowitz
2014-02-10SERVER-12398 bubble error from plan stages to runnerBenety Goh
2014-01-15SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh
2013-12-09SERVER-11987 extended sort stage to be limit-awareBenety Goh