summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_ensure_sorted.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-195/+0
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-1/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-13/+16
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+5
* 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/+11
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* 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-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-201-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* 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-9/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-79/+83
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-83/+79
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-79/+83
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23612 Make the ENSURE_SORTED PlanStage respect the query's collationTess Avitabile2016-04-181-3/+21
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-211-0/+156