summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_pull.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+2
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-35/+32
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+2
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-1/+2
* 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-2/+11
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-1/+1
* SERVER-7174 Add support for $pull on new update frameworkAndrew Morrow2013-05-221-0/+66