summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/field_path.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-131-2/+12
* SERVER-59847 Limit FieldPath depth in DocumentTed Tuckman2021-09-271-0/+3
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-4/+6
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-131-3/+14
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-0/+34
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-9/+4
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-1/+29
* 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-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-8433 prohibit constructing FieldPaths that exceed the depth limitKyle Suarez2017-03-211-2/+7
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-151-70/+17
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-26/+39
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-68/+66
* 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-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+5
* SERVER-6592 Improve FieldPath's validation and simplify its invariants.Aaron2012-07-261-31/+30
* SERVER-4644 Pull dependencies out of $project and use them in DocumentSourceC...Mathias Stearn2012-07-201-0/+4
* Rewrite ExpressionObjectMathias Stearn2012-07-201-2/+10
* Convert to unix line endingsMathias Stearn2012-06-291-90/+90
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-1/+4
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-19/+19
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+87