summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/parsed_update.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-1/+2
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-8/+0
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-13/+11
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-3/+8
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-091-5/+8
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-8/+5
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-5/+8
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-291-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-291-1/+1
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-6/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+6
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-6/+1
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-2/+2
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-2/+2
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-0/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+16
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23473 Propagate update collation parameterTess Avitabile2016-05-201-0/+3
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-211-2/+3
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-1/+1
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-1/+1
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-93/+94
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+4
* SERVER-17175 Use X lock for $isolated updates and deletesMathias Stearn2015-02-131-0/+5
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-0/+126