summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/parsed_update.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-12/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+12
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-12/+1
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-11/+0
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-6/+3
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-13/+3
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-8/+18
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-7/+17
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-5/+12
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-2/+2
* SERVER-30581 Remove repeated string constants related to featureCompatibility...Tess Avitabile2017-08-301-2/+5
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-301-4/+9
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+8
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-5/+7
* SERVER-29840 Use ExtensionsCallbackDisallowExtensions in ArrayFilter.David Storch2017-07-201-4/+1
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-1/+14
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-8/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-1/+30
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+8
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-5/+1
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+6
* SERVER-23611 Queries use collection default collation, if unspecifiedJ. Rassi2016-06-131-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-8/+8
* SERVER-23473 Propagate update collation parameterTess Avitabile2016-05-201-2/+12
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-161-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-18/+12
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-061-1/+5
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+2
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-1/+3
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-211-3/+8
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-3/+2
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+2
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-1/+1
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-19/+17
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-17/+19
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-19/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-106/+100
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-3/+26
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+2
* SERVER-17175 Use X lock for $isolated updates and deletesMathias Stearn2015-02-131-4/+8
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-091-0/+4
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-1/+0