summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+3
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-4/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-21/+21
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-1/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-0/+1
* SERVER-14101 explain for updateDavid Storch2014-09-111-14/+0
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-4/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+5
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
* SERVER-12380 Refactor update() and receivedUpdate() for better reuse.Andy Schwerin2014-02-141-0/+13
* SERVER-10159 In receivedUpdate, parse CanonicalQuery outside DB Write lock.Andy Schwerin2014-01-171-1/+5
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-201-2/+2
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-131-97/+7
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-131-34/+14
* SERVER-10159 Hoist modifier parsing out of the write lock for updateAndrew Morrow2013-08-071-0/+32
* Allow testing new update framework in dbtests (core) with smokeScott Hernandez2013-07-221-0/+3
* SERVER-7175 Initial support for routing updates to the new framework.Alberto Lerner2013-05-301-1/+18
* SERVER-8790 Move QueryPlanSelectionPolicy to a new file.aaron2013-03-151-1/+1
* SERVER-4781 If in initial replication, allow a non-strict mod applying policy.Alberto Lerner2012-10-151-1/+19
* pch headerSiddharth Singh2012-08-061-1/+1
* add applyUpdateOperators to apply an update to a basic bson objectEliot Horowitz2012-06-041-0/+12
* Pulled update modifiers code into its own file.Alberto Lerner2012-05-111-619/+1
* Read only parameter got explicitly 'const'-ed.Alberto Lerner2012-05-111-2/+2
* Made signature strict. 'UpdateResults' is only build from update module.Alberto Lerner2012-05-111-1/+1
* Trimmed too long lines to style recommendation.Alberto Lerner2012-05-111-11/+3
* Sorted the headers according to style guideline.Alberto Lerner2012-05-111-5/+6
* Pointer and ref go with type, not with identifier. Made it consistenly in upd...Alberto Lerner2012-05-111-35/+33
* Cleaned trailing blanks and made code faith agnostic.Alberto Lerner2012-05-111-19/+19
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-221-1/+1
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-3/+11
* keep shared_ptr<ModState> in ModStateHolder so ModState objects can be shared...Aaron2012-03-061-6/+7
* add a functor version of lexNumCmpAaron2012-03-061-4/+2
* SERVER-4907 hint _id or else $natural when calling updateObjects for oplog en...Aaron2012-02-121-4/+6
* SERVER-4333 add fromMigrate flag to identify sharding oplog entriesEric Milkie2012-02-101-3/+18
* remove dead modifier codeAaron2012-02-061-29/+0
* SERVER-4777 avoid 'weird case' assertion on modifier update with duplicate fi...Aaron2012-02-061-0/+3
* SERVER-4683 use stackbufbuilder in stringbuilder. this is a tweak and does no...dwight2012-01-141-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+700