summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+3
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-9/+9
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-2/+5
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-9/+11
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-2/+2
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-101-0/+33
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-1/+6
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-101-0/+9
* SERVER-58385 StorageInterfaceImpl::setIndexIsMultikey() looks up collection b...Benety Goh2021-07-201-1/+1
* SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collection UUIDBenety Goh2021-07-191-5/+13
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-101-2/+4
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-23/+14
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+5
* SERVER-47123 remove AutoGetOrCreateDb from repl::StorageInterfaceImplBenety Goh2021-04-291-4/+5
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-4/+3
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-9/+45
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-0/+1
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-2/+2
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2020-11-131-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-6/+6
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-4/+0
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+1
* SERVER-51387 Assert that the stable timestamp is never set higher than the al...Gregory Wlodarek2020-11-061-2/+4
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-061-1/+6
* SERVER-51747 SERVER-51813 Tenant collection cloner calls write_ops_exec::perf...Suganthi Mani2020-10-291-16/+22
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-8/+8
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-28/+26
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-1/+3
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-1/+13