summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-260/+70
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+6
* SERVER-50435 Restore constness to getInitialDataTimestampA. Jesse Jiryu Davis2020-08-211-1/+1
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-2/+4
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-7/+12
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+5
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-051-4/+2
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-011-4/+0
* SERVER-49776 Forward port MDB <-> WT versioning tableGregory Noma2020-07-291-0/+15
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-131-0/+4
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-111-4/+0
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-11/+11
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-06-301-0/+4
* SERVER-37860 Retain some WT log files on startup from previous runs when test...Gregory Noma2020-06-241-0/+6
* SERVER-48322 Reconfigure to WiredTiger 10.0 when downgrading from 4.6 to 4.4Gregory Noma2020-06-171-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-19/+20
* SERVER-46726 Using testing proctor to control diagnostics in "db/storage"Amirsaman Memaripour2020-06-101-2/+3
* SERVER-48565 All readers of WT 'all_durable' should go through KVEngine getAl...Louis Williams2020-06-041-1/+21
* SERVER-45642 Fix WiredTigerCheckpointThread to skip checkpointing if syncdela...Dianna Hohensee2020-06-021-18/+42
* SERVER-48355 Log cleanupHenrik Edin2020-05-271-0/+1
* SERVER-48071 Persist size storer information before extending backup cursorsGregory Noma2020-05-201-0/+3
* SERVER-48131: Additional logging and timing for interesting WT startup and sh...Daniel Gottlieb2020-05-201-7/+29
* SERVER-48082 WT clean shutdown should do a quick exit before shouldDowngrade(...Suganthi Mani2020-05-151-17/+20
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-38/+56
* 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