summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-011-0/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-13/+0
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-3/+18
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-4/+4
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-12/+0
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-7/+10
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-211-5/+4
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-211-9/+0
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-29/+0
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-161-0/+9
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-151-6/+5
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-3/+3
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-1/+53
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-30/+6
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-6/+30
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-30/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-7/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-141-14/+0
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-0/+14
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-14/+0
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-0/+14
* SERVER-36952 Update the comment for SortedDataInterface classXiangyu Yao2018-09-051-15/+3
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-6/+30
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-7/+1
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-1/+7
* SERVER-36153 Delete SortedDataInterface::newRandomCursor()David Storch2018-07-311-18/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-20/+23
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-5/+1
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-2/+2
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-2/+2
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+2
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-0/+8
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-0/+18
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-4/+4
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-274/+275
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-123/+114
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-4/+4
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-071-7/+0
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-1/+1
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-17/+17
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-251-3/+6
* SERVER-15813 Add documentation to advanceTo() and customLocate().Max Hirschhorn2014-10-281-12/+62
* SERVER-15813 Update documentation of SortedDataInterface.Max Hirschhorn2014-10-271-12/+115
* SERVER-13635 SortedDataInterface::fullValidate supports full validationBenety Goh2014-10-221-3/+10