summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-2/+2
* SERVER-75101 when localField contains numeric component it must not be pushed...Matt Boros2023-04-251-1/+13
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-241-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-18/+30
* SERVER-75506 Cache $lookup inner query plans with single solutionMatt Boros2023-04-111-0/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-5/+5
* 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/+3
* 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-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-6/+11
* SERVER-75149 Simplify BSON produced by $lookup for foreign field local field ...Matt Boros2023-03-231-69/+74
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-4/+7
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-6/+18
* SERVER-73937 Remove config.collections sharded agg special caseJack Mulrow2023-02-171-1/+7
* SERVER-71046 Record lookup+unwind pipeline stats when input is exhaustedAlyssa Wagenmaker2023-01-251-5/+8
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-3/+4
* 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-62071 Add useDisk call to preserve intermediate pipeline valuesgalon12022-09-131-0/+4
* SERVER-67891 New design with $lookupPol Pinol Castuera2022-09-081-1/+8
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-13/+24
* 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-8/+1
* 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-37/+7
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-6/+10
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-5/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-0/+1
* SERVER-65808 support $search as subpipeline of $lookup with localField+foreig...ruslan.abdulkhalikov2022-04-281-13/+8
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-1/+8
* SERVER-64482 Support collation when lowering lookup into SBEIrina Yatsenko2022-03-311-0/+2
* SERVER-64777 Fix semantics for missing on foreign path and enable lowering to...Irina Yatsenko2022-03-241-5/+0
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-151-14/+9
* SERVER-64423 Mark lookup stage with paths in local/foreign fields as incompat...Irina Yatsenko2022-03-111-7/+14
* SERVER-63690 Mark lookup stage as sbe-incompatible if local/foreign fields us...Irina Yatsenko2022-03-051-27/+40
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-2/+3
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-151-5/+5
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-4/+6
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-021-7/+18
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-4/+4
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-11/+3
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-0/+2