summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-3/+6
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-13/+26
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-4/+8
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-4/+2
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-2/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24121 Client Spinlock should not be held while calling lock managerMark Benvenuto2016-05-171-2/+4
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-6/+2
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-6/+18
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow2015-10-271-1/+1
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-231-1/+1
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-3/+3
* SERVER-13339 Remove unused constructor of OldClientContextKaloian Manassiev2015-10-071-3/+0
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-3/+3
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-3/+3
* SERVER-20052 yield when waiting/blocking for read committedEric Milkie2015-08-311-31/+52
* Revert "SERVER-20052 yield when waiting/blocking for read committed"Benety Goh2015-08-261-52/+28
* Revert "SERVER-20052 fix linter"Benety Goh2015-08-261-2/+4
* SERVER-20052 fix lintermatt dannenberg2015-08-261-4/+2
* SERVER-20052 yield when waiting/blocking for read committedmatt dannenberg2015-08-261-28/+52
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-27/+18
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-18/+27
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-27/+18
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-191-5/+11
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-0/+13
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-146/+126
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-2/+2
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-2/+15
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-6/+10
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-7/+7
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-7/+7
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-7/+7
* SERVER-17770: Replace CollectionLock::relockWithMode by relockAsDatabaseExclu...Geert Bosch2015-04-241-6/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+197