summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/dependencies.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70378 fix unnecessary copyDavis Haupt2022-12-221-1/+1
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-32/+34
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-171-4/+47
* SERVER-53487: Add utilized fields in an inclusion projection based on depende...Hana Pearlman2021-01-251-7/+11
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-1/+1
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-10/+3
* SERVER-7502 test that partial projection of _id works correctlyIan Boros2019-10-241-11/+6
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-206/+23
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-0/+5
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-19/+13
* 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-26/+28
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-1/+88
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-22/+28
* SERVER-26461 Don't exclude fields when entire document is needed.Charlie Swanson2016-10-141-1/+1
* SERVER-26461 Request text score even if no fields are needed.Charlie Swanson2016-10-141-4/+18
* SERVER-25950 Improve efficiency of Dependencies::extractFields()Charlie Swanson2016-09-131-19/+23
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-2/+2
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-4/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+113
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-1/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-0/+175