summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-043-12/+0
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-6/+8
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-3/+1
* SERVER-49301 add StorageEngineOptions::lockFileCreatedByUncleanShutdownBenety Goh2020-07-311-2/+4
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-07-301-29/+27
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-5/+18
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-9/+42
* SERVER-49014 Add additional timestamping tests to the KVEngine test harnessBynn Lee2020-07-141-0/+762
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-012-93/+146
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+7
* SERVER-49125 Make timesNotified in storage_engine_test.cpp atomicSamy Lanka2020-06-261-3/+3
* SERVER-44391 Preserve internal tables and temporary files when starting up af...Gregory Noma2020-06-251-0/+25
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-181-7/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-103-3/+4
* SERVER-39715 Keep index build temporary tables on clean shutdownGregory Noma2020-06-093-22/+16
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-092-8/+24
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-16/+20
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-12/+0
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-30/+30
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-1/+1
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-15/+0
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-9/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-8/+8
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-15/+14
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-17/+0
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-252-10/+12
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+20
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-4/+4
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-061-0/+5
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-1/+8
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-1/+1
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-241-1/+1
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-1/+1
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-4/+1
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-131-0/+4
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-1/+4
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-076-18/+30
* SERVER-45027 Use more descriptive names for MONGO_MAKE_LATCH() invocationsBen Caimano2019-12-091-1/+1
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-031-83/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-262-9/+3
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-54/+95
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-4/+7
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-063-265/+251
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-2/+2
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+15
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-175-19/+19