summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_push.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+2
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-55/+6
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-1/+2
* 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-25717 Negative push index out of bounds should default to beginning of...Tess Avitabile2017-03-291-3/+6
* SERVER-25717 Allow for negative push indexesTess Avitabile2017-03-281-16/+34
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-2/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+17
* SERVER-16221 SERVER-23711 Don't attempt to coerce non-normal double to intAndrew Morrow2016-04-151-5/+9
* SERVER-22702 Clean up push position validation and eliminate UBTess Avitabile2016-02-241-33/+27
* SERVER-12932 Fix grammer errors in push and updateJames Wahlin2016-02-041-7/+7
* SERVER-12959 fix lintJonathan Reams2016-02-031-3/+3
* SERVER-12959 Fix $position error message on invalid valueJames Wahlin2016-02-031-3/+9
* 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