summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75303 Report drop-pending idents in serverStatus more efficientlyLouis Williams2023-03-281-0/+3
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-091-5/+0
* SERVER-74689 Remove unused StorageEngine::closeDatabase() functionGregory Wlodarek2023-03-091-3/+0
* SERVER-74528 Remove tracking of individually checkpointed indexesYuhong Zhang2023-03-061-5/+0
* SERVER-73528 Remove unnecessary string copies when instantiating collectionsHenrik Edin2023-03-031-1/+1
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-1/+1
* SERVER-73340 Drop abandoned idents at startup using the stable timestampHenrik Edin2023-01-301-1/+1
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-0/+5
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-0/+5
* SERVER-67431: Filter listDatabases by tenantIdAdityavardhan Agrawal2022-10-041-1/+1
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-1/+1
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-1/+3
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-161-1/+1
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-0/+4
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-1/+8
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-3/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-5/+5
* SERVER-63387 Change std::vector for std::deque to allow efficient pop front. ...Yu Jin Kang Park2022-03-211-1/+1
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-221-2/+4
* SERVER-63187 StorageEngine API: replace database name StringData type with Te...Hugh Tong2022-02-171-4/+4
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-1/+1
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2022-01-041-0/+3
* Revert "SERVER-61474 Ban directoryPerDb and directoryForIndexes with Merge"jannaerin2021-12-171-3/+0
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2021-12-171-0/+3
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-031-0/+2
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-1/+2
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-2/+3
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-3/+1
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-3/+0
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-2/+2
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+2
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-041-1/+0
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-3/+0
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-0/+3
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-051-1/+2
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-171-0/+8
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-3/+0
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-041-1/+1
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-1/+5
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+4
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-0/+4
* SERVER-50435 Restore constness to getInitialDataTimestampA. Jesse Jiryu Davis2020-08-211-1/+1
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-1/+1
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-0/+3
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-0/+3
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+4
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-3/+0
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-1/+1
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+1
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+3