summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-0/+16
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-0/+24
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-0/+43
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-43/+0
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-1/+0
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-0/+43
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-11/+37
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-20/+87
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+19
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-7/+0
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-191-2/+2
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-5/+73
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-1/+6
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-3/+0
* SERVER-13339 Remove unused constructor of OldClientContextKaloian Manassiev2015-10-071-7/+0
* SERVER-20052 yield when waiting/blocking for read committedEric Milkie2015-08-311-3/+4
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-8/+34
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-34/+8
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-8/+34
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-145/+156
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+202