summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_facet.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-7/+3
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-3/+8
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-0/+7
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-6/+7
* SERVER-64633: Make DocumentSource::getSourceName() pure virtualHana Pearlman2022-03-241-1/+1
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-3/+6
* 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-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-141-6/+23
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-4/+0
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+18
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-1/+2
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-181-39/+13
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+14
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-311-31/+0
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-12/+14
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-1/+1
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-5/+5
* 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-4/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+2
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+16
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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