summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
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-166-34/+111
* SERVER-43074: Make appendMultikeyPathsAsBytes threadsafe.Daniel Gottlieb2019-08-301-1/+2
* SERVER-43075: Reintroduce startup options for journal flush frequency.Daniel Gottlieb2019-08-301-2/+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-42917 Ignore nonsensical wall clock readings in lag calculationMaria van Keulen2019-08-221-11/+17
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-08-161-9/+2
* SERVER-42060 Limit maximum recursion depth for KeyString toBsonValueLouis Williams2019-08-152-11/+62
* Revert "SERVER-42060 Limit maximum recursion depth for KeyString toBsonValue"Louis Williams2019-08-152-63/+11
* SERVER-42060 Limit maximum recursion depth for KeyString toBsonValueLouis Williams2019-08-142-11/+63
* SERVER-42069 uassert when decimal positive infinity is encoded in KeyString V0Louis Williams2019-08-142-1/+20
* SERVER-42067 Ensure key Ordering offset does not exceed the maximum number of...Louis Williams2019-08-141-0/+14
* SERVER-42803 Remove 'no except' from the TimestampMonitor.Gregory Wlodarek2019-08-141-4/+4
* SERVER-42803 Remove unnecessary OperationContext creation logic in the Timest...Gregory Wlodarek2019-08-141-5/+2
* SERVER-41937 Add a try-catch around notifyAll() inside startup() for the Time...Gregory Wlodarek2019-08-141-22/+23
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2671-361/+292
* SERVER-42110 uassert that the integer part of a v0 numeric KeyString value is...Louis Williams2019-07-262-0/+24
* 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-2617-66/+70
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-257-9/+13
* SERVER-42374 TimestampMonitor should stop its PeriodicJob prior to destructin...Gregory Wlodarek2019-07-241-3/+7
* SERVER-42285 Add index field names to keyValue when constructing DuplicateKey...James Wahlin2019-07-223-2/+75
* 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-0913-49/+48
* 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-0314-254/+95
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-0225-392/+401
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2828-737/+1054
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-242-8/+4
* SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto2019-06-244-27/+30
* SERVER-41352 Incorrect verbose configuration in the wiredtiger connection stringZach Yam2019-06-211-3/+3
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2124-148/+157
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-211-1/+4
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-205-66/+36
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-194-26/+42
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-149-57/+125
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-119-16/+86
* SERVER-41287 Measure count and duration of periods when isLagged is trueMaria van Keulen2019-06-062-17/+28
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+5
* SERVER-41345 Do not Flow Control after ticket refresher has shut downMaria van Keulen2019-05-311-4/+4
* SERVER-41340 Enable Flow Control by defaultMaria van Keulen2019-05-311-1/+1
* SERVER-41344 Format using fmt/format instead of snprintfGeert Bosch2019-05-315-67/+201