summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-168/+0
* SERVER-48626 Change biggie index format, it can now properly handle unindexin...Henrik Edin2020-06-231-2/+5
* SERVER-48747 Biggie visibility manager have the same lifetime as the kv engineHenrik Edin2020-06-181-2/+4
* SERVER-48748 Protect biggie engine indents map with lockHenrik Edin2020-06-181-2/+13
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-5/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-6/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-011-1/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-0/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-4/+3
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-3/+4
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-4/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+4
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-111-3/+7
* SERVER-38260 Avoid updating metadata when dropping the database or collection...Gregory Wlodarek2018-11-291-1/+3
* SERVER-38272 Properly initialize member variables of SortedDataInterface in B...Gregory Wlodarek2018-11-281-3/+3
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+9
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-5/+5
* SERVER-37787 Refactor the way we use pointers in BiggieSEGregory Wlodarek2018-11-071-12/+7
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-061-2/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37337 Allow operations to be done from subtrees in BiggieSEGregory Wlodarek2018-10-191-11/+11
* SERVER-36002 Integrate and build biggie storage engineGregory Wlodarek2018-09-261-1/+1
* SERVER-36002 Integrate and build biggie storage engineBen Judd2018-09-261-10/+24
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-141-1/+2
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-1/+5
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-5/+1
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-1/+5
* SERVER-35947 Implement sorted data interface for the biggie storage engine.seantao972018-08-021-0/+16
* SERVER-35532 Set up record store and pass all unit tests.Ben Judd2018-07-251-6/+45
* SERVER-35531 New "biggie" storage engine starts up and registers selfBen Judd2018-07-251-0/+62