summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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