summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_sort_by_count.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60300 Enable pushdown of $bucket and $sortByCount to SBEAnna Wawrzyniak2022-01-071-1/+0
* SERVER-60226 Ban sugared $group stages from being pushed down to SBEYoonsoo Kim2021-09-251-0/+1
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-3/+3
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-3/+3
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-3/+3
* 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-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-2/+2
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-2/+2
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-2/+2
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-2/+6
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-161-1/+1
* SERVER-23816 Add $sortByCount aggregation stageSally McNichols2016-06-161-0/+75