summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_union_with_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-1/+1
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-0/+58
* SERVER-74830 Ensure agg and views unit tests that set tenantIds behave correc...jannaerin2023-03-151-0/+5
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-53/+31
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-16/+30
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-0/+34
* SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual di...Henri Nikku2022-06-231-70/+66
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-8/+63
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-4/+4
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+17
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-1/+2
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-2/+2
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-12/+15
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+17
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-33/+19
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-181-0/+113
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-0/+17
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-2/+2
* SERVER-45452 Support for reading from a view (unsharded)Charlie Swanson2020-02-031-70/+135
* SERVER-45790 Robustify $unionWith parsingCharlie Swanson2020-01-281-3/+32
* SERVER-45725 Update dependencies for $unionWithNicholas Zolnierz2020-01-271-0/+44
* SERVER-45399 Stack variable comparator lifetime fix v2Jacob Evans2020-01-211-2/+4
* SERVER-45399 Stack variable comparator lifetime fixJacob Evans2020-01-181-1/+2
* SERVER-45399 Add basic union aggregation stage for unsharded collectionsJacob Evans2020-01-171-0/+300