summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-188/+181
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+2
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-2/+3
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-20/+27
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-11/+12
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+6
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-6/+0
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-27/+35
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+6
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-71443 Remove or document instances of UninterruptibleLockGuard in repl...Ali Mir2023-04-191-40/+42
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-9/+9
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-26/+36
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-3/+3
* SERVER-74427 Refactor OplogCapMaintainerThread lifetimeJordi Olivares Provencio2023-04-031-2/+2
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-3/+3
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-6/+0
* SERVER-75395 Handle write conflict retries for dropDatabaseGregory Wlodarek2023-03-291-0/+2
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-3/+3
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-3/+3
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+6
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-3/+4
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-4/+4
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+2
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-151-58/+0
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-5/+3
* SERVER-70782 Have StorageInterfaceImpl::setIndexIsMultikey to create Namespac...Sophia Tan2022-10-261-1/+1
* SERVER-70208 Revert CollectionBulkLoaderImpl changesJordi Olivares Provencio2022-10-071-13/+22
* SERVER-63833 Refactor CollectionBulkLoaderImpl locksJordi Olivares Provencio2022-09-301-21/+10
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-2/+4
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-6/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-5/+5
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-081-45/+5
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-4/+2
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-6/+0
* SERVER-66633 Record change collection entries in the secondaries.Rishab Joshi2022-06-101-0/+18
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-4/+5
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-301-20/+35
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-10/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+0
* SERVER-58655 dump active storage transactions before StorageInterfaceImpl::re...Haley Connelly2022-02-161-0/+5
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...Suganthi Mani2022-02-151-4/+14
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-7/+3