summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-2/+2
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-2/+2
* SERVER-16519: restart session before backing off after write conflictEliot Horowitz2014-12-161-2/+2
* Create CurOp on stack rather than heap for write commandsEliot Horowitz2014-12-161-12/+14
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-4/+3
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-3/+4
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-4/+3
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-102-1/+6
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-042-13/+13
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-042-18/+28
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-042-18/+31
* SERVER-16333: don't serialize and deserialize default write concernsEliot Horowitz2014-12-013-9/+7
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+4
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-202-8/+8
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-16200 Eliminate some strcpy/strlen when handling namespacesAndrew Morrow2014-11-181-1/+1
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-171-2/+15
* SERVER-16078 SERVER-15945: consolidate WriteConflictException logging and do ...Eliot Horowitz2014-11-171-7/+2
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-8/+17
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-121-10/+0
* SERVER-16076: make sure we restart txn when unlockingEliot Horowitz2014-11-111-1/+4
* refresh snapshot in between batch updates; update multikey flag correctlyEric Milkie2014-11-071-0/+6
* SERVER-15998 don't fall-through on WriteConflictExceptions in write command u...Greg Studer2014-11-071-7/+9
* SERVER-15882 Route inserts to system.indexes through the createIndexes comman...Andy Schwerin2014-11-051-38/+49
* SERVER-14425: rename DeadLockException to WriteConflictExceptionEliot Horowitz2014-11-031-6/+6
* SERVER-14425: make deadlock logging less spammyEliot Horowitz2014-11-031-4/+6
* SERVER-15888: Ensure MODE_X on implicit DB creationGeert Bosch2014-11-021-3/+40
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+5
* SERVER-15880 Delete path should not try to create databaseKaloian Manassiev2014-10-302-4/+9
* SERVER-14223: Fix collection stats for insertGeert Bosch2014-10-291-0/+8
* SERVER 14425: fix deadlock retry in write commandsEliot Horowitz2014-10-291-16/+17
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-2/+4
* 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-2/+4
* SERVER-14412: make multi-update use collection intent locksEliot Horowitz2014-10-272-3/+3
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-212-0/+13
* SERVER 14425: DeadLock exception class and beginnings of automatic retryEliot Horowitz2014-10-201-19/+41
* SERVER-14668: pull collection creation even higher on update path to avoid de...Eliot Horowitz2014-10-191-25/+66
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-2/+2
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-2/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-2/+2
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-102-7/+7
* SERVER-14668 Quick implementation of intent locking for insertsMathias Stearn2014-10-091-3/+18
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-092-12/+21
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-062-1/+4
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-7/+5
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-2/+2
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-012-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-5/+7