summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/dependencies.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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