summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_union_with.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50895 Fix leak of $unionWith cached pipeline for explain when executio...Nick Zolnierz2020-09-141-3/+2
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-081-1/+9
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-03-251-0/+2
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-021-11/+3
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-1/+17
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-13/+1
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+5
* SERVER-45675 Test that $unionWith tracks disk use appropriatelyArun Banala2020-02-191-0/+3
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-181-3/+11
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-101-2/+23
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-23/+2
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-071-2/+23
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-23/+2
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-061-2/+23
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-2/+15
* SERVER-45801 Allow $unionWith inside a $lookup if the inner collection is uns...Nicholas Zolnierz2020-02-031-7/+10
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-1/+1
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-311-28/+7
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-2/+2
* SERVER-45399 Add basic union aggregation stage for unsharded collectionsJacob Evans2020-01-171-0/+134