summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-1/+1
* SERVER-45854 Hold WorkingSetMembers at a distance for sorting.David Storch2020-02-051-3/+5
* SERVER-44324 Template the SortExecutor.David Storch2019-11-041-101/+8
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-17/+13
* SERVER-42836 Count bytes in _totalDataSizeBytes after adding to SorterJustin Seyster2019-10-211-2/+2
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-0/+13
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-38/+0
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-1/+35
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-231-0/+149