summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_bucket_auto.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-22/+39
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-1/+1
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-1/+1
* SERVER-25980 Merge parallel vectors into one.ryankall2017-05-031-26/+25
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-4/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-16/+7
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-4/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-11/+15
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+4
* SERVER-25688 Allow $bucketAuto to spill to disk.Charlie Swanson2016-09-131-48/+74
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-18/+11
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-8/+14
* SERVER-24152 add granularity option to $bucketAutoSally McNichols2016-08-051-18/+97
* SERVER-24152 add $bucketAuto aggregation stageSally McNichols2016-07-261-0/+391