summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_pull.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-4/+6
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+2
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-1/+1
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-2/+2
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-1/+1
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-213/+186
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+5
* 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-7/+1
* SERVER-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanupScott Hernandez2013-12-041-1/+4
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-1/+5
* SERVER-3988 Implement support for $pull with a regexAndrew Morrow2013-09-191-5/+19
* 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-10272 Fix matching in $pull, renable new working tests and add a few n...Andrew Morrow2013-07-251-15/+44
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-3/+0
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-4/+4
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-25/+10
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-151-2/+7
* SERVER-7174 Add support for $pull on new update frameworkAndrew Morrow2013-05-221-0/+256