summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-17/+7
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-0/+6
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-126/+229
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot windo...Lingzhi Deng2020-05-071-8/+8
* SERVER-46291 remove server option and parameter for setting wiredtiger histor...Benety Goh2020-05-071-5/+0
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-071-3/+0
* Revert "SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noop"Benety Goh2020-05-071-0/+2
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-071-2/+0
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-14/+1
* SERVER-46291 add server option and parameter for setting wiredtiger history fileBenety Goh2020-05-051-1/+4
* SERVER-46291 update internal references to cache overflow/history file server...Benety Goh2020-05-051-4/+4
* SERVER-46291 wiredTigerMaxCacheOverflowFileSizeGB server parameter updates hi...Benety Goh2020-05-051-1/+1
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-34/+0
* SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=falseMaria van Keulen2020-04-271-3/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-221-10/+10
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-47258 Refactor the WiredTigerOplogManager: improve names, comments, logs.Dianna Hohensee2020-04-081-3/+2
* SERVER-43883: Enable WTs cursor copy mode for ASAN builds.Daniel Gottlieb2020-04-061-7/+25
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-021-27/+49
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-17/+13
* SERVER-46862: Log timestamps at shutdown in Timestamp format.Daniel Gottlieb2020-03-241-4/+3
* SERVER-45147: Ensure ghost timestamped transactions trigger the stable timest...Daniel Gottlieb2020-03-201-1/+13
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-209/+1
* SERVER-46785 Forbid 4.4 mongod binaries from starting up on 4.0 data filesGregory Noma2020-03-111-17/+0
* SERVER-46782 Add a comment to FCV gate in WiredTigerFileVersion::shouldDowngr...Dianna Hohensee2020-03-111-1/+2
* SERVER-46622 Disable Flow Control for the WiredTigerJournalFlusher internal t...Dianna Hohensee2020-03-091-0/+6
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-5/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46488 queryableBackupMode should recover from the journal files on sta...Gregory Wlodarek2020-02-281-25/+23
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-20/+43
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+2
* SERVER-45093 Wait for durability when writing new replica set configs to diskWilliam Schultz2020-02-271-0/+4
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-1/+2
* SERVER-46375 Include the offset, length pair for files as part of the first f...Gregory Wlodarek2020-02-251-0/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-78/+166
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-10/+18
* SERVER-45821 Re-enable disabled incremental backup cursor tests and add addit...Gregory Wlodarek2020-02-121-9/+18
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-061-3/+47
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-4/+52
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-01-291-2/+7
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-28/+67
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-241-67/+28
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-241-28/+67
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-221-1/+11
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-211-9/+7
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-01-131-0/+21
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-2/+20
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-3/+3
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-301-3/+13