summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_facet_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-2/+2
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-37/+13
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-0/+184
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+2
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-57/+85
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-11/+28
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-201-4/+4
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-42/+32
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-4/+9
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-12/+1
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-2/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-12/+10
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-221-0/+22
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-9/+42
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-6/+7
* 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