summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_push.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-532/+468
* 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/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-7/+7
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...Andrew Morrow2014-01-041-2/+1
* SERVER-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanupScott Hernandez2013-12-041-11/+18
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-22/+0
* SERVER-2363 $push support for insertion at any positionScott Hernandez2013-10-111-23/+151
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-22/+53
* SERVER-9590 SERVER-8069: make sure to validate $sort number for $push and rem...Scott Hernandez2013-10-011-0/+6
* SERVER-9590 SERVER-8069: $push with $slice and/or $sort, and element sortingScott Hernandez2013-10-011-63/+52
* SERVER-10717: use positional set for array appendingScott Hernandez2013-09-171-14/+47
* 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-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-4/+3
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-19/+8
* SERVER-6399 Reject non-object entries in $each in $push with $sortAndrew Morrow2013-07-181-1/+13
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-151-2/+7
* SERVER-7174: $push fix for missing destScott Hernandez2013-07-151-1/+3
* SERVER-7174: remove checkDoc, use element copy constructor, add test for log ...Scott Hernandez2013-07-101-20/+4
* SERVER-7175 $pushAll is syntactic sugar for $push with $each.Alberto Lerner2013-07-031-5/+50
* SERVER-7174 $push mod implementation on new update framework.Alberto Lerner2013-05-221-0/+502