summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-012-28/+44
* SERVER-43737 Fixed unnamed variable in Biggie's RecordStoreGregory Wlodarek2019-10-011-1/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-252-6/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-176-18/+20
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-164-52/+26
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-1/+1
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-062-22/+26
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-052-6/+2
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-292-13/+0
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-262-29/+36
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-232-2/+2
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+2
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-212-13/+4
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-212-7/+0
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-202-27/+0
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-201-0/+17
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-162-6/+18
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-152-40/+145
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-34/+19
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-292-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-274-15/+10
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-172-40/+104
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-162-13/+14
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-082-53/+0
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-012-4/+4
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-282-19/+16
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-282-16/+19
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-282-19/+16
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-252-3/+3
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-243-33/+4
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-212-0/+2
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-202-4/+4
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-202-4/+4
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-202-4/+4
* SERVER-38397 Make WiredTigerRecoveryUnit::State a general concept in Recovery...Gregory Noma2019-06-192-12/+16
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-132-7/+5
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-132-5/+7
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-122-7/+5
* SERVER-39289 Add method to indicate whether a RecoveryUnit has an active tran...Gabe Villasana2019-06-111-0/+4
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-106-12/+18
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-102-4/+4
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-172-4/+4
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-101-0/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-102-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1