summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_driver.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-203/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+8
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+4
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-1/+1
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-1/+1
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-143/+140
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-2/+2
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-1/+2
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+2
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-3/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-12704: cleanup updatedriver optionsScott Hernandez2014-02-121-16/+2
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-0/+7
* SERVER-10159 Re-use Collection and index data structures rather than re-acqui...Andrew Morrow2014-01-041-3/+3
* SERVER-10159 Hoist document construction above write lock by storing in driverAndrew Morrow2014-01-041-0/+12
* SERVER-11389 - Use CanonicalQuery to return equality fields for upsertScott Hernandez2013-12-041-2/+7
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-46/+12
* SERVER-7379 Prohibit shard key mutation in updatesAndrew Morrow2013-10-111-0/+45
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6399: Support replacement with empty doc and log thatScott Hernandez2013-08-091-2/+2
* SERVER-10159 Hoist modifier parsing out of the write lock for updateAndrew Morrow2013-08-071-5/+3
* SERVER-4830: fix update+upsert insert case to preserve query fieldsScott Hernandez2013-08-061-3/+9
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-2/+9
* SERVER-10159 Re-use Document objects during update loop and loggingAndrew Morrow2013-08-011-0/+3
* SERVER-10301 Implement basic yielding for the new update frameworkAndrew Morrow2013-07-311-0/+3
* SERVER-7175: create oplog entry query w/id fieldScott Hernandez2013-07-231-0/+6
* SERVER-7175 Teach the update driver to do updates in place.Alberto Lerner2013-07-101-16/+39
* SERVER-7174 $setOnInsert is syntactic sugar for a contextual $set.Alberto Lerner2013-07-091-2/+7
* SERVER-7175 Deduplicate entry stream and account updates properly.Alberto Lerner2013-07-091-0/+5
* SERVER-7175 Initial support for routing updates to the new framework.Alberto Lerner2013-05-301-0/+103