summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_bucket.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-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-6/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-27/+12
* 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-1/+2
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-2/+1
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-1/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-3/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-5/+7
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+4
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-6/+5
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-161-1/+1
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-5/+11
* SERVER-23815 add $bucket aggregation stageSally McNichols2016-07-071-0/+215