summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-82/+2
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-0/+15
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-141-15/+0
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-141-0/+15
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-0/+37
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-4/+38
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-0/+8
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-8/+0
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-1/+12
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-0/+8
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-33/+40
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-44/+48
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-49/+49
* 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