summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/rename_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50274 Refactor update system LogBuilder interfaceIan Boros2020-08-271-8/+18
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-3/+2
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-7/+11
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-261-4/+4
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-301-1/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-32109 RenameNode no longer checks for no-op set.Justin Seyster2017-12-131-13/+7
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+3
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-55/+37
* SERVER-28772 PushNodeJustin Seyster2017-08-081-3/+5
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-44/+22
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+36
* SERVER-28774 Add RenameNode.Justin Seyster2017-06-291-0/+247