summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-061-0/+6
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-8/+8
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-3/+3
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-1/+8
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+8
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-4/+4
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-11/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-134/+141
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-1/+12
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10163: don't check okForStorage during replicationScott Hernandez2013-08-091-1/+1
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-1/+17
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-2/+1
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-6/+6
* SERVER-7174 $setOnInsert is syntactic sugar for a contextual $set.Alberto Lerner2013-07-091-1/+17
* SERVER-7174 Renamed the mods common interface and its calls to be simpler.Alberto Lerner2013-05-061-0/+141