summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/unset_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-2/+2
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-3/+15
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-161-1/+8
* SERVER-50274 Refactor update system LogBuilder interfaceIan Boros2020-08-271-6/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-49/+29
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-31/+23
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+35
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-13/+11
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-261-0/+84
* Revert "SERVER-28775 Create UnsetNode"William Schultz2017-05-261-84/+0
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-261-0/+84