summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-108-9/+166
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-0911-79/+169
* SERVER-42915: Do not require a resync when repair encounters orphaned collect...Daniel Gottlieb2019-09-161-1/+1
* SERVER-41492 Create concurrency suites to disable WiredTiger cursor cachingLouis Williams2019-08-272-1/+34
* SERVER-42800 do no reconcile sizes on hybrid index side tablesBenety Goh2019-08-271-1/+2
* SERVER-42800 add support for overriding size adjustments to WiredTigerRecordS...Benety Goh2019-08-276-0/+23
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-08-161-9/+2
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2621-101/+62
* SERVER-41861 Simplify the concurrency between timestamp_transaction and commi...Gregory Wlodarek2019-07-261-5/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-266-29/+29
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-07-1412-2/+110
* SERVER-41916 Log ident information upon WiredTiger alter failureMaria van Keulen2019-07-101-2/+8
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-092-0/+4
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-091-0/+12
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-095-18/+15
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-07-051-0/+6
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-07-031-0/+6
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-022-6/+6
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-282-4/+5
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
* SERVER-41352 Incorrect verbose configuration in the wiredtiger connection stringZach Yam2019-06-211-3/+3
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-212-4/+4
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-211-1/+4
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-148-49/+87
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-112-2/+6
* SERVER-41344 Format using fmt/format instead of snprintfGeert Bosch2019-05-315-67/+201
* SERVER-41289 setStableTimestamp(force=true) always sets oldest and commit tim...Benety Goh2019-05-291-19/+9
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-05-241-2/+31
* SERVER-16018 Filter out unrelevant wiredTiger fields in server statusGregory Wlodarek2019-05-223-2/+25
* SERVER-41073 Remove infoObj from being generated for WT's app_metadataGregory Wlodarek2019-05-221-2/+1
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-1/+1
* SERVER-39813 WiredTigerKVEngine::getOplogNeededForCrashRecovery() returns boo...Benety Goh2019-05-221-0/+4
* Revert "SERVER-41254 Turn on write-ahead logging for hybrid index side tables"Louis Williams2019-05-221-7/+6
* SERVER-41254 Turn on write-ahead logging for hybrid index side tablesLouis Williams2019-05-211-6/+7
* SERVER-41213: Trigger a write conflict in unique, non-partial index build cod...Daniel Gottlieb2019-05-211-0/+1
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-175-15/+18
* SERVER-40700 kill read prepare conflicts during step downPavi Vetriselvan2019-05-163-1/+26
* SERVER-16176 Log slow checkpoints in WiredTigerGregory Wlodarek2019-05-141-0/+7
* SERVER-40936: Add an invariant that we do not get a prepare conflict while ho...Lingzhi Deng2019-05-141-0/+19
* SERVER-13006 getParameter for journalCommitInterval returns the appropriate v...Gregory Wlodarek2019-05-083-9/+0
* SERVER-38321 Enable verbose checkpoint logging in WiredTigerGregory Wlodarek2019-05-081-0/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-0/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-263-17/+17
* SERVER-40547 Change handling of nextNotIncreasing to crash when test commands...Gregory Wlodarek2019-04-262-0/+7
* SERVER-40708 More logging in TestOplogTruncationA. Jesse Jiryu Davis2019-04-181-0/+9
* SERVER-40482 SERVER-40517 Fix fastcount algorithm for rollback of prepared tr...Louis Williams2019-04-121-1/+1
* SERVER-40470 Use roundup_timestamp API instead of round_to_oldestSulabh Mahajan2019-04-124-23/+32
* SERVER-39870: Guarantee the oldest timestamp obeys any initial data timestamp...Daniel Gottlieb2019-04-111-10/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+1