summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-041-1/+0
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-5/+0
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-0/+6
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-051-1/+5
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-171-0/+20
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-7/+0
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-041-2/+2
* 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/+3
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+11
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-0/+8
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+14
* 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-3/+4
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-0/+6
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-0/+8
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-4/+10
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-11/+1
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-1/+5
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-2/+9
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-0/+5
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+5
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-181-5/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-2/+3
* SERVER-48565 All readers of WT 'all_durable' should go through KVEngine getAl...Louis Williams2020-06-041-0/+4
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-021-0/+2
* Revert "SERVER-48413 Add evergreen builder for resumable index builds"Gregory Noma2020-06-021-2/+0
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-011-0/+2
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-15/+0
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-41/+58
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot windo...Lingzhi Deng2020-05-071-1/+1
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-6/+0
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-38/+0
* SERVER-38961 remove StorageEngine::supportsTwoPhaseIndexBuild()Benety Goh2020-05-041-5/+0
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-20/+0
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-0/+9
* SERVER-46334 Eliminate the mutex held across JournalListener calls.Dianna Hohensee2020-02-251-0/+2
* SERVER-38714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-241-2/+2
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during r...Ben Caimano2020-02-211-2/+2
* SERVER-39714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-211-2/+2
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-2/+6
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-061-0/+8
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-0/+7
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-4/+19
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-241-19/+4
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-4/+19
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-4/+12
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-131-0/+8
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-1/+16
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-14/+2