summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72521 Add sorted_data_interface benchmarksGeert Bosch2023-02-021-0/+187
* SERVER-65527 Use range bounded cursors in place of prefix search_near on uniq...Gregory Wlodarek2022-10-261-0/+44
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-0/+1
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-56/+3
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-4/+5
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-2/+2
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+2
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-2/+48
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-53/+39
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-17/+34
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-2/+2
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-60/+86
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-151-0/+94
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-7/+7
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-0/+162
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-031-9/+17
* SERVER-38226 Support storing a reserved RecordId in biggie SortedDataInterfaceGeert Bosch2018-11-261-0/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-8/+10
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-35/+39
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-237/+239
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-58/+54
* SERVER-17062 Make WT index cursors tolerant of WCEMathias Stearn2015-02-131-28/+37
* SERVER-16916 fixed WiredTiger index insertion with inserting the same key wit...Benety Goh2015-01-201-4/+18
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-13/+13
* SERVER-13635 Added tests for SortedDataInterface.Max Hirschhorn2014-10-021-0/+338