summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16753 fix shutdown log messages to be component CONTROLEric Milkie2015-01-081-5/+7
* SERVER-16755 SERVER-16753 improvements to query loggingEric Milkie2015-01-081-19/+17
* SERVER-16600: Windows: net stop service does not do clean shutdownMark Benvenuto2015-01-081-5/+10
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-051-2/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-7/+7
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+4
* SERVER-16520 Add a global CursorManagerJason Rassi2014-12-231-2/+8
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-2/+2
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-2/+7
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-7/+2
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-1/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-1/+1
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-1/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-1/+1
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-1/+4
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-5/+15
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-7/+30
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-11/+11
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-10/+19
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-021-5/+9
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-021-9/+5
* 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/+5
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-5/+5
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-2/+2
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-3/+3
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-16200 Eliminate some strcpy/strlen when handling namespacesAndrew Morrow2014-11-181-2/+2
* SERVER-16078 SERVER-15945: consolidate WriteConflictException logging and do ...Eliot Horowitz2014-11-171-8/+2
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-3/+0
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-121-28/+26
* SERVER-15882 Route inserts to system.indexes through the createIndexes comman...Andy Schwerin2014-11-051-47/+84
* 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-10/+18
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-67/+1
* SERVER-15880 Delete path should not try to create databaseKaloian Manassiev2014-10-301-2/+5
* SERVER 14425: fix deadlock retry in write commandsEliot Horowitz2014-10-291-6/+9
* SERVER-15531 serverID for WBL no longer usedGreg Studer2014-10-281-2/+1
* SERVER-15627 Use LogComponent::kWrites where appropriateMatt Kangas2014-10-271-10/+23
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-0/+6
* SERVER 14425: DeadLock exception class and beginnings of automatic retryEliot Horowitz2014-10-201-20/+46
* SERVER-14668: pull collection creation even higher on update path to avoid de...Eliot Horowitz2014-10-191-1/+15
* SERVER-15535 Make all calls to exitCleanly but the first hang forever.Andy Schwerin2014-10-161-2/+6
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-8/+8
* SERVER-14668 Quick implementation of intent locking for insertsMathias Stearn2014-10-091-2/+28
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-8/+27