summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_inc.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12945: inc/mul error message more betterScott Hernandez2014-02-271-3/+5
* SERVER-12353 Fix error message of failed $mulAdam Comerford2014-01-131-1/+3
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-7/+7
* SERVER-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanupScott Hernandez2013-12-041-8/+10
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-11/+32
* SERVER-10832 Update $mul to return correctly typed zero when acting on a miss...Andrew Morrow2013-09-201-0/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-375 Implement $mul by way of $incAndrew Morrow2013-08-201-3/+7
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-1/+1
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-17/+1
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-3/+3
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-15/+6
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-151-2/+7
* SERVER-7174: remove checkDoc, use element copy constructor, add test for log ...Scott Hernandez2013-07-101-0/+2
* SERVER-7174 Remove a stale TODO in $inc modifierAndrew Morrow2013-05-081-2/+0
* SERVER-7174 Implement $inc on new update frameworkAndrew Morrow2013-05-071-0/+266