summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_rename.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-304/+0
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-1/+2
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+13
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-211-0/+5
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-301-4/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-225/+204
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15029: missing rename source field should be a no-opScott Hernandez2014-09-031-1/+4
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-1/+5
* SERVER-12029: use $unset true in logbuilder, and unset modScott Hernandez2013-12-131-7/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-30/+30
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-8/+26
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-2/+4
* 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-10296 Allow $unset and $rename to act on invalid namesAndrew Morrow2013-07-261-17/+10
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-2/+2
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-5/+4
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-45/+16
* SERVER-7174: remove unreachable returnScott Hernandez2013-06-201-2/+0
* SERVER-7174: new rename modScott Hernandez2013-06-181-0/+322