summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_facet.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-2/+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-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-11/+11
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-0/+7
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+8
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-2/+8
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-15/+3
* SERVER-31689 Allow $facet to merge on mongoS if all its pipelines are eligibleBernard Gorman2017-12-141-10/+41
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+2
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-4/+6
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-15/+23
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-1/+5
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-2/+2
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-14/+13
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-13/+14
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-14/+13
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-2/+14
* SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman2017-06-171-15/+1
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-0/+7
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-3/+3
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-6/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-34/+83
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-47/+53
* SERVER-25864 Propagate calls to needsPrimaryShardMerger through $facet.Charlie Swanson2016-09-011-0/+12
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+6
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-0/+19
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-1/+1
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+200