summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-2/+0
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-2/+21
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot windo...Lingzhi Deng2020-05-071-1/+1
* SERVER-46291 remove server option and parameter for setting wiredtiger histor...Benety Goh2020-05-071-2/+0
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-071-1/+0
* Revert "SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noop"Benety Goh2020-05-071-0/+1
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-071-1/+0
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-061-19/+0
* SERVER-46291 add server option and parameter for setting wiredtiger history fileBenety Goh2020-05-051-0/+1
* SERVER-46291 update internal references to cache overflow/history file server...Benety Goh2020-05-051-3/+3
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-041-8/+0
* SERVER-47258 Refactor the WiredTigerOplogManager: improve names, comments, logs.Dianna Hohensee2020-04-081-8/+5
* SERVER-47006: Implement a downgrade floor between 4.4 and 4.2 SERVER-47068: R...Daniel Gottlieb2020-04-021-1/+4
* SERVER-45147: Ensure ghost timestamped transactions trigger the stable timest...Daniel Gottlieb2020-03-201-0/+4
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-9/+1
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-1/+1
* SERVER-45851 Make the JournalFlusher interruptible for repl state change if i...Dianna Hohensee2020-02-061-0/+2
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-0/+2
* 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/+2
* 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-071-1/+1
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-301-0/+5
* Revert "SERVER-45288 switch Idempotency tests to use WiredTiger instead of ep...Eric Milkie2019-12-301-5/+0
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-271-0/+5
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-5/+1
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+17
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+8
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-0/+13
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-161-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-15/+2
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-4/+0
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-1/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-1/+4
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-7/+6
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-6/+7
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-7/+6
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-1/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-1/+1
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-1/+1
* SERVER-13006 getParameter for journalCommitInterval returns the appropriate v...Gregory Wlodarek2019-05-081-1/+0
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1