summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_union_with.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-6/+6
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-2/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-10/+6
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-4/+19
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-1/+1
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-2/+2
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-10/+2
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-041-5/+19
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-1/+14
* SERVER-59743 Set SEARCH_META in $unionWith subpipelineTed Tuckman2021-09-021-0/+8
* SERVER-58807 Allow collectionless $lookup with $documentsRuslan Abdulkhalikov2021-08-271-0/+1
* SERVER-58203 factor out logging statments into helper functionsMickey. J Winters2021-08-111-11/+23
* SERVER-58582 Create $documents stage and implement collectionless unionWithRuslan Abdulkhalikov2021-08-051-9/+38
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-07-301-0/+8
* SERVER-32548 Add $lookup support for sharded viewsAlya Berciu2021-07-211-13/+4
* 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-53501 Fix incorrect reporting of scannedObjects in serverStatus() for ...Rishab Joshi2021-01-211-3/+18
* SERVER-50895 Fix leak of $unionWith cached pipeline for explain when executio...Nick Zolnierz2020-09-141-1/+1
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-081-8/+30
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-111-12/+7
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-2/+2
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-2/+2
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-311-5/+3
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-03-251-5/+13
* SERVER-46890 Prevent $unionWith explain attaching a cursor source twice.Ted Tuckman2020-03-191-1/+10
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-4/+3
* SERVER-45563 Add support for $unionWith reading from sharded viewCharlie Swanson2020-03-021-14/+30
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-021-6/+22
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-281-22/+6
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-281-6/+22
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-281-22/+6
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-271-6/+22
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-9/+19
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-2/+2
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-2/+13
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+2
* SERVER-45675 Test that $unionWith tracks disk use appropriatelyArun Banala2020-02-191-0/+8
* SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgradeNicholas Zolnierz2020-02-181-3/+5
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-3/+5
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-101-9/+23
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-26/+9
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-071-9/+26
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-26/+9
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-061-9/+26
* SERVER-45452 Support for reading from a view (unsharded)Charlie Swanson2020-02-031-2/+24
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+10