summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-75132: Shapify $indexStats, $queue, $graphLookupWill Buerger2023-04-121-19/+23
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+1
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+5
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-2/+7
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-5/+7
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-3/+5
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-0/+5
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-261-0/+1
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67580: Remove featureFlagShardedLookupHana Pearlman2022-07-111-11/+4
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-61702 Implement stage rewrite optimizations for $graphLookupHenri Nikku2022-07-051-1/+36
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-4/+6
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-5/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-2/+7
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-3/+6
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-7/+8
* SERVER-61034 Don't always add extra match stage to $graphLookupTed Tuckman2021-10-291-3/+10
* SERVER-60755 Distinguish between null, missing, and undefined in $graphLookupTed Tuckman2021-10-211-0/+27
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+26
* SERVER-58654 Add $graphLookup support for sharded viewsAlya Berciu2021-08-031-1/+43
* SERVER-58208: Allow top-level $graphLookup stages to run in parallel on shardsHana Pearlman2021-07-281-1/+13
* SERVER-39048, SERVER-57957: ban sharded $lookup and $graphLookup in a transac...Hana Pearlman2021-07-151-9/+18
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-2/+4
* SERVER-52021: Create feature flag for support lookup and graphLookup into a s...Militsa Sotirova2021-07-011-6/+7
* 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-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-12/+12
* SERVER-51849 Write and test the query for a tenant migration recipient to cop...Cheahuychou Mao2020-11-171-18/+52
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-1/+1
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-10/+20
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-44657 Variables class does not behave as an associative mapAnton Korshunov2020-03-201-1/+4
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+1
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-1/+1
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-3/+2
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+21
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-11/+7
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-10/+1