summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/dependencies.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-2/+7
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-17/+16
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-69/+45
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-0/+25
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-24/+70
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-3/+15
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-6/+22
* SERVER-25950 Improve efficiency of Dependencies::extractFields()Charlie Swanson2016-09-131-1/+2
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-0/+5
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-3/+29
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-31/+26
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-0/+77