summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-58138 Rename enum values to opt in/out of stable APICharlie Swanson2021-10-091-1/+1
* SERVER-59308 Ensure empty $lookup subpipeline optimizes correctly with subseq...Katherine Wu2021-09-151-1/+1
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-88/+1
* SERVER-59501: Do not parallelize $lookup when foreign is unshardedHana Pearlman2021-09-131-3/+7
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-14/+57
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+2
* SERVER-58807 Allow collectionless $lookup with $documentsRuslan Abdulkhalikov2021-08-271-11/+51
* SERVER-59570 Update match index in sharded lookup view resolutionAlya Berciu2021-08-261-4/+3
* SERVER-58654 Add $graphLookup support for sharded viewsAlya Berciu2021-08-031-1/+1
* SERVER-32548 Add $lookup support for sharded viewsAlya Berciu2021-07-211-3/+85
* SERVER-39048, SERVER-57957: ban sharded $lookup and $graphLookup in a transac...Hana Pearlman2021-07-151-18/+22
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-5/+8
* SERVER-39270 Allow top-level $lookup stages to run in parallel on multiple sh...Katherine Wu2021-07-021-2/+15
* SERVER-52021: Create feature flag for support lookup and graphLookup into a s...Militsa Sotirova2021-07-011-9/+13
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-53637 Add internal $lookup sub-pipeline collationJames Wahlin2021-05-141-18/+60
* SERVER-53762 Report aggregate execution stats in `explain` for the inner side...Mohammad Dashti2021-04-011-0/+18
* SERVER-54823 $sort should be pushed before $lookup when is possibleYuhong Zhang2021-03-231-0/+41
* 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-5/+9
* SERVER-34927: allow localField and foreignField with more expressive $lookup ...Hana Pearlman2021-01-071-38/+145
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-8/+3