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