summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-2/+2
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-5/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-1/+1
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-7/+15
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-2/+8
* SERVER-49215 Differentiate internal idents used for resumable index build inf...Gregory Noma2020-09-101-37/+45
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+4
* SERVER-49846 Drop internal idents on startup if there are no index builds to ...Samy Lanka2020-08-211-5/+16
* SERVER-50435 Restore constness to getInitialDataTimestampA. Jesse Jiryu Davis2020-08-211-1/+1
* SERVER-49450 Test that index build is restarted if resuming fails on startupSamy Lanka2020-08-181-0/+8
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-6/+5
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-0/+4
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-6/+8
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-0/+11
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-1/+0
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-1/+1
* 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-7/+10
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-9/+11
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-07-301-40/+39
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+3
* SERVER-49854 fix ticket number in TODOSamy Lanka2020-07-241-1/+1
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-14/+69
* SERVER-49778 Move removeIndex calls out of dropCollection in the DurableCatalogDianna Hohensee2020-07-231-2/+16
* SERVER-49229 use-after-move: 'options' argument in StorageEngineImpl constructorBynn Lee2020-07-221-1/+1
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-1/+0
* 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-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+4
* SERVER-44391 Preserve internal tables and temporary files when starting up af...Gregory Noma2020-06-251-7/+4
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-181-1/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-4/+4
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-091-1/+2
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-021-0/+8
* Revert "SERVER-48413 Add evergreen builder for resumable index builds"Gregory Noma2020-06-021-8/+0
* SERVER-48413 Add evergreen builder for resumable index buildsGregory Noma2020-06-011-0/+8
* SERVER-43097 Improve log messaging when index builds get foregrounded because...Gregory Noma2020-06-011-1/+2
* SERVER-48355 Log cleanupHenrik Edin2020-05-271-1/+1
* SERVER-48148 Log cleanup in db/storageHenrik Edin2020-05-151-29/+44
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-8/+0
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-2/+3
* SERVER-47723: Correct timestamp monitor log line.Daniel Gottlieb2020-05-061-2/+2
* SERVER-38961 remove StorageEngine::supportsTwoPhaseIndexBuild()Benety Goh2020-05-041-4/+0
* SERVER-38961 remove server parameter 'enableTwoPhaseIndexBuild'Benety Goh2020-05-011-4/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+3
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-221-28/+25