summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-0/+19
* 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-42110 uassert that the integer part of a v0 numeric KeyString value is...Louis Williams2019-07-252-0/+24
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-3/+0
* SERVER-42374 TimestampMonitor should stop its PeriodicJob prior to destructin...Gregory Wlodarek2019-07-241-1/+6
* SERVER-41717 fix lintIan Boros2019-07-231-2/+1
* SERVER-41717 Make KeyString::Builder a builder class to generate KeyStrings.Daniel Solnik2019-07-233-48/+278
* SERVER-41796 Create Evergreen variant for libfuzzer targetsRoxane2019-07-231-14/+13
* SERVER-42285 Add index field names to keyValue when constructing DuplicateKey...James Wahlin2019-07-223-2/+68
* Revert "SERVER-41796 Create Evergreen variant for libfuzzer targets"Ian Boros2019-07-191-13/+14
* SERVER-41796 Create Evergreen variant for libfuzzer targetsRoxane2019-07-181-14/+13
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-1716-276/+1053
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-165-14/+5
* SERVER-42183 Check for duplicate namespaces when dumping catalogXiangyu Yao2019-07-161-0/+8
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-1610-693/+699
* SERVER-42153 Remove FCV gating for flow controlXiangyu Yao2019-07-151-8/+1
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-1114-241/+222
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-107-66/+18
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-7/+5
* SERVER-41759 Added test to fuzz KeyStringRoxane2019-07-092-0/+136
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-0813-408/+0
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-022-0/+4
* 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-0113-48/+48
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-2815-245/+156
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-2816-213/+245
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-2816-245/+213
* SERVER-18867 Restore _getState() to registerChange invariantMaria van Keulen2019-06-281-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-2814-253/+94
* SERVER-41808 Create moveable KeyString Value typeLouis Williams2019-06-283-0/+107
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-282-13/+19
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-274-8/+8
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-262-19/+13
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-262-13/+19
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGregory Wlodarek2019-06-262-7/+2
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-2525-389/+397
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-2413-115/+111
* SERVER-39881 Enable verbose compact loggingGregory Noma2019-06-241-2/+2
* SERVER-16413 Storage engines that allow online compaction should not take an ...Gregory Wlodarek2019-06-212-0/+12
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-2/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2128-737/+1054
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-217-9/+13
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-202-75/+21
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2024-148/+157
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-2024-157/+148
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2024-148/+157
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-191-1/+4