summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/field_path.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-0/+5
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-0/+7
* SERVER-41964 find() execution codeAnton Korshunov2019-08-231-0/+7
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-05-141-0/+8
* 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-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-271-0/+4
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-0/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-151-39/+25
* SERVER-25911 Avoid extra string allocations during $matchCharlie Swanson2016-11-111-2/+12
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-53/+50
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-83/+80
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove assert_util from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-10/+10
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Optimize ExpressionFieldPath and give better semanticsMathias Stearn2012-12-101-1/+1
* Optimize ExpressionFieldPathMathias Stearn2012-11-261-2/+2
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6592 Improve FieldPath's validation and simplify its invariants.Aaron2012-07-261-18/+20
* SERVER-4644 Pull dependencies out of $project and use them in DocumentSourceC...Mathias Stearn2012-07-201-2/+3
* Rewrite ExpressionObjectMathias Stearn2012-07-201-0/+3
* Convert to unix line endingsMathias Stearn2012-06-291-109/+109
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-4/+31
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-30/+30
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+82