summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-091-0/+5
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-12/+5
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-3/+8
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-2/+12
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang2022-08-191-0/+6
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-17/+6
* SERVER-63582 add SortedDataInterface::Cursor:::isRecordIdAtEndOfKeyString()Benety Goh2022-03-101-0/+12
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-101-0/+12
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-25/+8
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-8/+13
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-11-171-6/+9
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-2/+21
* SERVER-54444 Add a virtual destructor to the Ident base class to ensure defin...Dianna Hohensee2021-02-181-1/+1
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-17/+8
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+5
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-2/+2
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-3/+4
* 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