summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_facet.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-0/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-5/+1
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-0/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+1
* SERVER-64633: Make DocumentSource::getSourceName() pure virtualHana Pearlman2022-03-241-0/+1
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-0/+5
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-141-2/+8
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+3
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-311-19/+11
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-8/+5
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-6/+6
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-0/+9
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-0/+4
* Revert "SERVER-40312 Create a generic tree for pipeline metatdata"Jacob Evans2019-04-051-4/+0
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-041-0/+4
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-6/+4
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+6
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-6/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-0/+2
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-1/+1
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+1
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-1/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-7/+5
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-201-0/+4
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+2
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-2/+2
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-1/+1
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-1/+1
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-3/+9
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+5
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-6/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+17
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-6/+13
* SERVER-25864 Propagate calls to needsPrimaryShardMerger through $facet.Charlie Swanson2016-09-011-3/+4
* SERVER-25584 Ensure $facet and $bucketAuto run on merging shard.Charlie Swanson2016-08-161-1/+12
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+5
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-2/+4
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+108