summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/pop_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-1/+1
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-2/+13
* SERVER-50274 Refactor update system LogBuilder interfaceIan Boros2020-08-271-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-1/+1
* 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-1/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-56/+19
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-39/+33
* SERVER-28770 Create PullNodeJustin Seyster2017-07-171-29/+7
* SERVER-29762 Look up arrays by index during update.Justin Seyster2017-07-061-2/+2
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-1/+10
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+17
* SERVER-28769 Implement PopNode.David Storch2017-06-291-0/+121