summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/parsed_update.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66009 Avoid use of mongo process interface if search is in an update p...Ted Tuckman2022-04-281-1/+2
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-2/+8
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-0/+5
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-12/+15
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-3/+3
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-47/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-6/+10
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-3/+10
* SERVER-46863 prevent collator mismatch in findAndModify/updateIan Boros2020-03-311-1/+4
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-14/+18
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-5/+7
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-0/+17
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-2/+6
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-1/+4
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-2/+3
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-6/+6
* SERVER-40398 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-011-6/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+7
* 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-11/+17
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-17/+11
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-11/+17
* 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-5/+3
* 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