summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_driver_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-431/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-30/+30
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-4/+10
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+19
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-31/+45
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-353/+342
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-38/+269
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-2/+2
* SERVER-11389 - Use CanonicalQuery to return equality fields for upsertScott Hernandez2013-12-041-0/+16
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-166/+29
* SERVER-7379 Prohibit shard key mutation in updatesAndrew Morrow2013-10-111-0/+182
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6399: fix unit tests after 'Support replacement with empty doc and log...Scott Hernandez2013-08-091-6/+6
* SERVER-10159 Hoist modifier parsing out of the write lock for updateAndrew Morrow2013-08-071-11/+10
* SERVER-7175 Teach the update driver to do updates in place.Alberto Lerner2013-07-101-11/+14
* SERVER-7174 $setOnInsert is syntactic sugar for a contextual $set.Alberto Lerner2013-07-091-0/+9
* SERVER-7175 Deduplicate entry stream and account updates properly.Alberto Lerner2013-07-091-3/+32
* SERVER-7175 $pushAll is syntactic sugar for $push with $each.Alberto Lerner2013-07-031-0/+7
* SERVER-7175 Initial support for routing updates to the new framework.Alberto Lerner2013-05-301-0/+53