summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-241-0/+21
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-141-3/+15
* SERVER-41702 Copy Collection NamespaceString before yielding locks in AutoGet...Louis Williams2019-06-141-1/+1
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2019-02-061-6/+11
* SERVER-37676 Remove unsafe inMultiDocumentTransaction()Tess Avitabile2018-11-121-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-181-5/+4
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-131-9/+6
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-1/+2
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-4/+9
* SERVER-34440 Internal readers who opt-out of the PBWM lock when using AutoGet...Louis Williams2018-05-141-15/+12
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+3
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-3/+2
* SERVER-34572 Write commands in transactions must check for pending catalog ch...Tess Avitabile2018-04-301-13/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+3
* SERVER-34565 oplog reads on secondaries should read at lastApplied timestampEric Milkie2018-04-201-14/+26
* SERVER-34493 Check whether or not to read from the last applied timestamp bef...Louis Williams2018-04-171-2/+3
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-2/+1
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-28/+148
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-141-6/+3
* 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