summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62610 Check that restored collections also restore all of their indexesGregory Wlodarek2022-02-021-0/+8
* SERVER-62608 Add 'forRestore' option to StorageEngineOptionsGregory Wlodarek2022-02-021-0/+1
* 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/+4
* Revert "SERVER-61474 Ban directoryPerDb and directoryForIndexes with Merge"jannaerin2021-12-171-4/+0
* SERVER-61474 Ban directoryPerDb and directoryForIndexes with Mergejannaerin2021-12-171-0/+4
* 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-2/+7
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-2/+2
* SERVER-59005 rename TimestampMonitor::addListener() to be test-onlyBenety Goh2021-08-271-1/+5
* SERVER-59005 replace TimestampMonitor::removeListener() with clearListenersBenety Goh2021-08-271-7/+3
* SERVER-59005 TimestampMonitor accepts initial listener on constructionBenety Goh2021-08-271-1/+5
* SERVER-59005 TimestampMonitor starts periodic job on constructionBenety Goh2021-08-261-6/+6
* SERVER-55552 Backup can copy the state where the collection ident is dropped ...Gregory Wlodarek2021-08-231-10/+0
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-14/+4
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-2/+0
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-4/+3
* 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-44402 Pass UUIDs to StorageEngineImpl::_dropCollectionsNoTimestamp ins...Bynn Lee2021-03-111-2/+1
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-2/+0
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-0/+2
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-051-1/+2
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-081-1/+2
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-171-0/+6
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-2/+0
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free reads...Dianna Hohensee2020-11-121-1/+5
* 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/+6
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-1/+2
* 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-6/+9
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+2
* SERVER-49846 Drop internal idents on startup if there are no index builds to ...Samy Lanka2020-08-211-1/+2
* 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-2/+2
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-0/+2
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-5/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-011-1/+0
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-3/+2
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+4
* SERVER-49301 add StorageEngineOptions::lockFileCreatedByUncleanShutdownBenety Goh2020-07-311-0/+1
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-07-301-6/+0
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-0/+9
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-131-0/+1
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-111-1/+0
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+2
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-181-5/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-4/+2