summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-1/+13
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-1/+1
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-3/+7
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-2/+6
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-136/+78
* SERVER-33143 Hold MODE_IX locks for readConcern level snapshot readsJames Wahlin2018-02-121-5/+20
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-23/+23
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-091-21/+35
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-35/+16
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-6/+5
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-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