summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-326/+0
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-15/+14
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-5/+27
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-311-0/+1
* SERVER-15627 Use LogComponent::kWrites where appropriateMatt Kangas2014-10-271-1/+1
* SERVER-15816 explained upserts against an empty collection shouldn't try to c...David Storch2014-10-271-1/+3
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-14/+12
* SERVER-14668: pull collection creation even higher on update path to avoid de...Eliot Horowitz2014-10-191-9/+6
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-7/+31
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-15/+29
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-0/+1
* SERVER-14668 update stage doesn't create collection, update executor does if ...Geert Bosch2014-09-221-1/+23
* SERVER-14101 explain for updateDavid Storch2014-09-111-5/+122
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-4/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-5/+5
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+3
* SERVER-12380 Refactor update() and receivedUpdate() for better reuse.Andy Schwerin2014-02-141-0/+123