summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-12/+14
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-231-0/+15
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-10/+11
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-0/+36
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-1/+2
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-7/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-44/+1
* SERVER-34572 Write commands in transactions must check for pending catalog ch...Tess Avitabile2018-04-301-3/+2
* SERVER-34565 oplog reads on secondaries should read at lastApplied timestampEric Milkie2018-04-201-5/+6
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+19
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-129/+64
* SERVER-33143 Hold MODE_IX locks for readConcern level snapshot readsJames Wahlin2018-02-121-0/+6
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-17/+15
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-091-14/+33
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-22/+5
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-2/+3
* SERVER-29909 Remove unnecessary class friendship declarationsKaloian Manassiev2017-12-181-4/+0
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-187/+1
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-0/+2
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-141-2/+0
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-141-0/+2
* 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