summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58406: Enable WT debug table logging when the test proctor is enabled.Daniel Gottlieb2021-10-251-7/+11
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2021-09-171-0/+1
* Revert "SERVER-56509 Wrap unique index insertion _keyExists call in a WT curs...r4.4.8-rc0r4.4.8Henrik Edin2021-07-281-6/+1
* SERVER-49714 Specially support only a single oplog collection, local.oplog.rs...Dianna Hohensee2021-07-275-18/+12
* SERVER-56509 Wrap unique index insertion _keyExists call in a WT cursor recon...Louis Williams2021-06-231-1/+6
* SERVER-56839 Index seeks should advance their cursor until aLouis Williams2021-06-161-3/+46
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a pr...Daniel Gottlieb2021-06-104-0/+40
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-06-0311-5/+46
* SERVER-56929 Improve error message for improper downgrades resulting in inval...Gregory Wlodarek2021-05-211-1/+19
* SERVER-54675 Avoid storing negative values in WiredTigerSizeStorer::SizeInfoGregory Noma2021-05-171-5/+7
* SERVER-47720 Clarify WiredTigerIndexUnique log line to include the collection...Gregory Wlodarek2021-05-171-4/+5
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-05-111-1/+6
* SERVER-55602 Relax non-read-only invariant in WiredTigerKVEngine::makeTempora...Gregory Noma2021-04-132-1/+3
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2021-04-075-15/+111
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2021-04-075-10/+15
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-03-188-205/+300
* SERVER-53875 Stop the JournalFlusher thread from running at all unless reques...Dianna Hohensee2021-03-111-0/+8
* SERVER-49695 The waitUntilDurable() codepath should not fassert success of op...Dianna Hohensee2021-02-232-1/+4
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2021-02-236-34/+40
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and non-durab...Dianna Hohensee2021-02-234-41/+87
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2021-02-2213-285/+509
* SERVER-53932: Round up multi-key write during recovery of prepared transactio...Lingzhi Deng2021-02-224-0/+14
* SERVER-53841 Additional logging for oplog_rollover.jsGregory Wlodarek2021-01-161-5/+24
* SERVER-46876 Compaction interrupts on EBUSYGregory Wlodarek2021-01-142-0/+20
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-081-1/+9
* SERVER-48221 Shut down ftdc after storage engineGregory Wlodarek2020-12-141-0/+11
* SERVER-52950 Avoid calculating oplog stones when recoverFromOplogAsStandalone...Gregory Wlodarek2020-12-142-1/+8
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-091-5/+22
* SERVER-51796 Add missing comma to log message 22334Gregory Noma2020-11-201-1/+1
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-222-6/+6
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-193-4/+9
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-0311-13/+235
* SERVER-47681 do not ignore prepare conflicts on background validations SERVER...Eric Milkie2020-09-293-0/+43
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2020-09-251-0/+12
* SERVER-51041 Throttle starting transactions for secondary readsLouis Williams2020-09-211-7/+21
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-157-41/+62
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rules SERVE...Lingzhi Deng2020-09-144-43/+23
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-09-113-75/+66
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-092-6/+27
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-09-091-6/+11
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-09-082-0/+16
* SERVER-49776 Forward port MDB <-> WT versioning tableGregory Noma2020-09-081-0/+15
* SERVER-47733 SymmetricEncryptorWindows shouldn't pad when update is calledAdam Cooper2020-08-242-7/+32
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-244-0/+15
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-204-8/+0
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-08-207-0/+27
* SERVER-46726 Using testing proctor to control diagnostics in "db/storage"Amirsaman Memaripour2020-08-194-8/+9
* SERVER-50137 Use timestamp if wall field not present when calculating oplog s...Gregory Noma2020-08-131-14/+16
* SERVER-50140: Initial sync cannot survive unclean restart of the sync sourceLingzhi Deng2020-08-132-2/+16
* SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-021-1/+1