summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sort_pattern.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55464 Optimize pipelines with $sort after $setWindowFieldsDavid Percy2021-05-171-0/+3
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-041-0/+2
* SERVER-50897 Fix Sort/Limit/Sort optimizationEric Cox2020-09-251-0/+9
* SERVER-51059 Fix grammar for dotted paths in sort specNick Zolnierz2020-09-231-3/+7
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-031-0/+3
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-0/+10
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42176 Move sort key generation code to SortKeyGenerator classJustin Seyster2019-08-211-0/+10
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-081-1/+1
* SERVER-42420 Fix performance regression in not using const reference in SortP...Misha Ivkov2019-07-261-1/+1
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-231-2/+0
* SERVER-42083 refactor SortPattern into its own classMisha Ivkov2019-07-121-0/+97