summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39591 RecoveryUnit::waitUntilDurable() invariants against callers hold...Dianna Hohensee2019-11-183-1/+4
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-145-87/+163
* SERVER-44530 Mark char as signed in key_string_test.cppGeert Bosch2019-11-101-1/+1
* SERVER-44366 Fix keystring depth calculation in code with scope to match BSON...Geert Bosch2019-11-072-4/+41
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-077-11/+44
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2019-11-072-2/+8
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-11-064-1/+49
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-0611-743/+659
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-057-27/+67
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+1
* SERVER-44315 Allow compilation using Visual Studio 2019Henrik Edin2019-11-011-0/+1
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+0
* SERVER-44185 Convert keyStringAssert() and keyStringAsserted() into a macro t...Gregory Wlodarek2019-10-251-8/+5
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-2414-90/+140
* SERVER-44104 Avoid getKeySize for WiredTigerIndexCursorBase::nextKeyString on...Geert Bosch2019-10-231-3/+4
* SERVER-43656: Add an optimized method for querying the latest entry in the op...Daniel Gottlieb2019-10-234-0/+81
* SERVER-44101 Add a KeyString::Value::hash method and use it in validationGeert Bosch2019-10-221-0/+7
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-214-4/+4
* SERVER-42358 Add new background collection validation test hook. Runs concurr...Dianna Hohensee2019-10-211-0/+1
* SERVER-43839 Create unit testing for ValidateState.Dianna Hohensee2019-10-211-7/+11
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-216-4/+71
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-179-25/+54
* SERVER-43399 Log more in DeleteOpIsIdBased testA. Jesse Jiryu Davis2019-10-161-2/+2
* SERVER-43871 Use a monotonic clock source in prepare conflict trackerHaley Connelly2019-10-161-2/+2
* SERVER-43946 Converting BinData of type ByteArrayDeprecated from KeyString->B...Gregory Wlodarek2019-10-151-0/+4
* SERVER-42414 Improve KeyString invalid format assert messagesEvgeni Dobranov2019-10-111-73/+85
* SERVER-43747 Skip getKeySize for non-unique indexesGeert Bosch2019-10-111-3/+4
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* SERVER-43828 We must hold the CheckpointLock around calls to WT compact() bec...Dianna Hohensee2019-10-072-0/+7
* SERVER-43701 Fix race condition between endBackup and cleanShutdownXiangyu Yao2019-10-043-0/+14
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-041-0/+10
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-035-5/+4
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-027-9/+207
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+1
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-022-5/+10
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-1/+1
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-2/+2
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-019-67/+252
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-0/+4
* SERVER-43737 Fixed unnamed variable in Biggie's RecordStoreGregory Wlodarek2019-10-011-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-302-1/+4
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-2612-80/+178
* SERVER-42839 Make storage_engine.h functions pure virtualEvgeni Dobranov2019-09-262-94/+56
* SERVER-42524 remove the touch commandHaley Connelly2019-09-2517-344/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1738-200/+214
* SERVER-43316 uassert when trying to open a checkpoint cursor on a LSM WiredTi...Gregory Wlodarek2019-09-161-0/+7
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-163-8/+36
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-1626-322/+184
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-133-20/+0