summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-3/+4
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-071-11/+4
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-7/+6
* SERVER-64209 Push the DatabaseShardingState state to the Storage CatalogAntonio Fuschetto2022-07-061-3/+2
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-0/+8
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-10/+10
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-0/+1
* SERVER-64665 Early return in AutoGet constructors once we detect that a secon...Mihai Andrei2022-04-071-17/+25
* SERVER-62457 Fix AutoGetCollectionForReadCommandLock bug wherein a request ca...Dianna Hohensee2022-03-091-0/+50
* SERVER-63874 Use AutoStatsTracker multi-collection functionality in the AutoG...Dianna Hohensee2022-03-071-10/+13
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-041-49/+31
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-0/+5
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-2/+2
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-101-140/+266
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-5/+8
* SERVER-62674 Add stats tracking for multiple collectionsMihai Andrei2022-01-311-4/+12
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-5/+3
* SERVER-58663 Create a lock-free multi collection AutoGet* helperDianna Hohensee2021-09-171-0/+110
* 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