summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-2/+2
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-13/+4
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-14/+0
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-011-0/+12
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-4/+4
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-5/+5
* SERVER-39881 Enable verbose compact loggingGregory Noma2019-06-241-2/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-3/+1
* SERVER-41352 Incorrect verbose configuration in the wiredtiger connection stringZach Yam2019-06-181-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-13/+13
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-6/+4
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-4/+6
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-6/+4
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-0/+2
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-06-101-0/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-11/+9
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* Revert "SERVER-41255 enable debug write-ahead logging for all WT tables under...Benety Goh2019-06-071-6/+0
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-06-051-0/+6
* SERVER-41208 change WiredTigerUtil::getStatisticsValue to return std::int64_tZach Yam2019-06-041-1/+1
* SERVER-41344 Format using fmt/format instead of snprintfGeert Bosch2019-05-311-32/+13
* SERVER-41289 setStableTimestamp(force=true) always sets oldest and commit tim...Benety Goh2019-05-291-19/+9
* SERVER-39813 WiredTigerKVEngine::getOplogNeededForCrashRecovery() returns boo...Benety Goh2019-05-221-0/+4
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-4/+4
* SERVER-16176 Log slow checkpoints in WiredTigerGregory Wlodarek2019-05-141-0/+7
* SERVER-13006 getParameter for journalCommitInterval returns the appropriate v...Gregory Wlodarek2019-05-081-5/+0
* SERVER-38321 Enable verbose checkpoint logging in WiredTigerGregory Wlodarek2019-05-081-0/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-5/+5
* SERVER-39870: Guarantee the oldest timestamp obeys any initial data timestamp...Daniel Gottlieb2019-04-111-10/+1
* SERVER-40162 Change the default WiredTiger session_max from 20k to 33kGregory Wlodarek2019-04-051-1/+1
* SERVER-39593 Persist sizeStorer information before opening the backup cursorGregory Wlodarek2019-04-011-0/+8
* SERVER-39782 Replaying prepared transaction writes for commit oplog entry...Suganthi Mani2019-03-281-0/+8
* Revert "SERVER-39870: Guarantee the oldest timestamp obeys any initial data t...Daniel Gottlieb2019-03-281-7/+8
* SERVER-39870: Guarantee the oldest timestamp obeys any initial data timestamp...Daniel Gottlieb2019-03-281-8/+7
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-56/+101
* SERVER-36772 Ensure oplog history cannot be truncated in standalone mode with...Dianna Hohensee2019-03-191-0/+5
* SERVER-39377 Make efficient hot backup work with enableMajorityReadConcern=falseXiangyu Yao2019-03-061-5/+0
* SERVER-39730 Migrate wiredtiger_kv_engine params to IDLSara Golemon2019-02-281-20/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-35651: Don't downgrade data files when a 4.2 binary running as an arbi...Daniel Gottlieb2019-02-111-1/+4
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-1/+25
* SERVER-38950 Convert WiredTiger ServerParameters to IDLSara Golemon2019-01-231-35/+38
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-161-1/+70
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-25/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-3/+7
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-7/+3
* SERVER-36507: Clean WT state before performing a reconfigure for downgrade.Daniel Gottlieb2018-12-271-0/+4