summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56520 Time-series inserts spent a lot of time in wt_calc_modify but do...Yuhong Zhang2021-06-101-0/+1
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-6/+86
* SERVER-55479 Invariant that the first table checked in WiredTigerUtil::setTab...Gregory Wlodarek2021-04-071-0/+1
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-86/+6
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-6/+86
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-2/+0
* SERVER-54248 Fix RecordId usage in the NoOverlapReadSource unit testGregory Wlodarek2021-02-191-1/+1
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-1/+1
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-0/+1
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-2/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+3
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-6/+72
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-75/+6
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-6/+75
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-3/+13
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-7/+0
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-2/+3
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-42/+0
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-0/+83
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-113/+0
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-3/+3
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-09-261-2/+3
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-161-2/+2
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-11/+15
* SERVER-42800 add support for overriding size adjustments to WiredTigerRecordS...Benety Goh2019-08-161-0/+1
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-0/+115
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-4/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-1/+33
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-1/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-3/+4
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-041-0/+37
* SERVER-38355 invariant message for reopening WT transaction in recovery unit ...Benety Goh2018-12-041-0/+15
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-3/+4
* SERVER-38061 Implement the recovery unit test harness for BiggieSEGregory Wlodarek2018-11-121-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37030 Make internal reads ignore prepare conflicts by defaultSamy Lanka2018-10-011-6/+6
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-0/+49
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-3/+0
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-1/+1
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-0/+3
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+1
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+2
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-2/+50
* SERVER-32590: WT 3.6 <-> 4.0 upgrade/downgrade.Daniel Gottlieb2018-05-181-1/+9