summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_sequential_document_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+3
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-221-1/+1
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-091-5/+6
* SERVER-59435 Make sure pipeline pointers are in place before disposing of pip...Charlie Swanson2021-08-301-0/+1
* SERVER-57000 Fix handling of correlated pipeline with facetSvilen Mihaylov2021-05-181-0/+5
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-101-2/+4
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-3/+3
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-41714 DocumentSourceSequentialDocumentCache should not start serving t...Xin Hao Zhang2019-06-271-1/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38716 fix $geoNear and $text within $lookup sub-pipelineBrigitte Lamarche2019-01-171-1/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-0/+147