summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_driver.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-0/+1
* SERVER-40585 UpdateNode should not derive from UpdateExecutorJames Wahlin2019-04-291-12/+14
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-21/+47
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-261-0/+9
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-7/+3
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-301-1/+10
* 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-6/+5
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-50/+18
* SERVER-31845 Bypass query subsystem to improve config.transactions update per...Randolph Tan2017-11-291-0/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+2
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-6/+0
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-8/+13
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-3/+4
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-3/+4
* SERVER-28776 Create ObjectReplaceNodeTess Avitabile2017-07-251-1/+1
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-14/+20
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-4/+18
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+203