summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-151/+62
* SERVER-47574: Ban non-transaction snapshot reads on capped collectionsLingzhi Deng2020-04-301-2/+10
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47556 Remove usages of checkShardVersionOrThrow_DEPRECATED from AutoGe...Kaloian Manassiev2020-04-221-6/+4
* SERVER-47473 Remove usages of checkShardVersionOrThrow_DEPRECATED from OldCli...Kaloian Manassiev2020-04-151-1/+1
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-2/+2
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-5/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+9
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-5/+11
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44127 abort ops that encounter a catalog conflict after already lockin...Eric Milkie2019-11-251-1/+12
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-231-0/+21
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-171-1/+0
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+4
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-1/+1
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-081-8/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-271-2/+3
* SERVER-41702 Copy Collection NamespaceString before yielding locks in AutoGet...Louis Williams2019-06-141-1/+1
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-121-2/+14
* Revert "SERVER-41361 Do not read at lastApplied while already holding the PBW...Louis Williams2019-06-111-8/+3
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-101-3/+8
* SERVER-40706 AutoGetCollectionForRead invariant should permit kNoOverlap read...William Schultz2019-04-231-1/+19
* SERVER-39660 Move readSource re-definition to a clearer location in AutoGetCo...William Schultz2019-04-081-1/+1
* SERVER-39660 Return SnapshotUnavailable error when trying to read behind pend...William Schultz2019-03-251-2/+18
* SERVER-39942 Extract transaction library from catalog_raii library.Siyuan Zhou2019-03-151-4/+2
* SERVER-40058 Prevent AutoStatsTracker's db lock from conflicting with seconda...David Storch2019-03-111-1/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39542 Migrate server parameters to IDL in src/mongo/db/db_raii.cppSpencer Jackson2019-02-251-5/+2
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-1/+1
* 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-2/+5
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+5
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+2
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-6/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-3/+3
* SERVER-35429 Add lock state checking with PBWM in AutoGetCollectionForReadXiangyu Yao2018-07-261-0/+5
* SERVER-36054 Get rid of unused methods from CollectionShardingStateKaloian Manassiev2018-07-161-2/+2
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-49/+1
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-9/+6
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-1/+2
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-071-3/+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