summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_sort_key_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-28/+25
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+6
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42649 Disambiguate Value constructorJustin Seyster2019-09-271-7/+7
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-73/+70
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-7/+10
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-7/+7
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-2/+2
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-1/+1
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-081-2/+4
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-4/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-2/+2
* 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-19402 Change agg array sort semantics to match find.David Storch2017-07-211-0/+258