summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/pop_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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