summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_pull_all.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-243/+0
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-3/+3
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-221-1/+1
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-3/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-172/+153
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-12846: don't pop nonexistent paths in updateScott Hernandez2014-03-121-27/+32
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-7/+7
* SERVER-12029: use $unset true in logbuilder, and unset modScott Hernandez2013-12-131-13/+11
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-4/+23
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* 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-3/+2
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-3/+2
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-24/+13
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-151-2/+9
* SERVER-7174: remove checkDoc, use element copy constructor, add test for log ...Scott Hernandez2013-07-101-23/+5
* SERVER-7174: fix build/test errors in debug modeScott Hernandez2013-05-241-3/+1
* SERVER-7174: new $pullAll modifierScott Hernandez2013-05-241-0/+244