summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_facet_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+102
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-11/+11
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-4/+4
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-2/+4
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-3/+17
* SERVER-31689 Allow $facet to merge on mongoS if all its pipelines are eligibleBernard Gorman2017-12-141-1/+27
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-4/+4
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-6/+10
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-18/+35
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-3/+5
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-17/+10
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-10/+17
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-17/+10
* SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman2017-06-171-27/+41
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-2/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-39/+90
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-5/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+3
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+18
* SERVER-24153 Add/refactor create() methods for DocumentSourcesCharlie Swanson2016-09-071-4/+2
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-8/+19
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-23/+61
* SERVER-25864 Propagate calls to needsPrimaryShardMerger through $facet.Charlie Swanson2016-09-011-0/+44
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-9/+10
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-0/+16
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-16/+147
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+346