summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55578: Disallow atClusterTime reads and afterClusterTime majority read...Lingzhi Deng2021-05-071-4/+24
* SERVER-54889 Nested LFR collection helpers must not try to re-establish read ...Dianna Hohensee2021-03-241-8/+26
* SERVER-54024 Use lock-free collection helpers in some auth read lookups and R...Dianna Hohensee2021-03-021-24/+45
* SERVER-54066 Retain stashed CollectionCatalog in the case of out-of-order des...Dianna Hohensee2021-02-171-3/+7
* SERVER-54116 AutoGetCollection*MaybeLockFree should pivot to locked if a stor...Dianna Hohensee2021-02-161-1/+4
* SERVER-53829 Make listCollections and listIndexes commands lock freeHenrik Edin2021-01-261-0/+64
* SERVER-53570 Ensure no query yields are attempted with nested lock-free opera...Dianna Hohensee2021-01-141-1/+5
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-16/+37
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-3/+5
* SERVER-53299 Fix so AutoGetCollectionForReadLockFree only read replication st...Henrik Edin2020-12-141-4/+6
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-2/+2
* 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