summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50870 Establish consistent storage snapshot with the refreshed Collect...Henrik Edin2020-11-171-66/+183
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-5/+9
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+1
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-1/+2
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-261-1/+1
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-1/+1
* SERVER-50999 Cleanup snapshot in AutoGetCollectionForReadLockFree if collecti...Henrik Edin2020-10-211-6/+3
* SERVER-50999 Set WiredTiger RecoveryUnit in oplog read state when opening a s...Henrik Edin2020-10-201-5/+18
* SERVER-50677 Make a lock-free read version of AutoGetCollectionForRead and op...Dianna Hohensee2020-10-141-0/+139
* SERVER-51091 Rearrange AutoGetCollection templating and inheritance to have s...Dianna Hohensee2020-09-301-11/+16
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-30/+10
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-5/+30
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-47824 Ban transaction snapshot reads on capped collectionsAli Mir2020-07-201-6/+3
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-051-23/+26
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-1/+1
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-21/+10
* 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