summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68200 Create 'ksdecode' as a KeyString decoding command-line tool. Aut...Louis Williams2022-07-281-14/+248
* SERVER-68123 Handle unused-but-set-variable warningsBilly Donahue2022-07-191-7/+0
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-7/+7
* SERVER-65115 Fix collation for $lookup pushdown using index join strategyRui Liu2022-04-061-2/+2
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-301-0/+84
* Revert "SERVER-61362 Serialize SBE Values to KeyString"Uladzimir Makouski2021-11-231-84/+0
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-231-0/+84
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-051-0/+9
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-161-0/+6
* SERVER-60170 Keystring: fix theoretical issue decoding RID sizeJosef Ahmad2021-10-061-4/+4
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-051-0/+7
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-231-35/+89
* Revert "SERVER-59199 KeyString: support large RecordId binary strings"Uladzimir Makouski2021-09-221-89/+35
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-211-35/+89
* SERVER-58949 RecordId supports long stringsLouis Williams2021-09-081-1/+4
* SERVER-59600 move StorageDebugUtil::printKeyString() to the KeyString namespaceBenety Goh2021-08-271-0/+31
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-3/+19
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-211-2/+10
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-15/+71
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-7/+38
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-3/+3
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-4/+4
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-2/+2
* SERVER-50234 delete the unused function toBsonWithSafeDiscriminatorVishnu Kaushik2020-09-021-70/+0
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-0/+9
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-151-2/+24
* Revert "SERVER-49351 Implement readKeyStringValueIntoAccessors()"Jason Chan2020-07-151-24/+2
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-141-2/+24
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-0/+4
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-3/+4
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-091-0/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44366 Fix keystring depth calculation in code with scope to match BSON...Geert Bosch2019-11-071-4/+5
* SERVER-44185 Convert keyStringAssert() and keyStringAsserted() into a macro t...Gregory Wlodarek2019-10-251-8/+5
* SERVER-42414 Improve KeyString invalid format assert messagesEvgeni Dobranov2019-10-111-73/+85
* SERVER-42973 Remove IndexEntryComparison::makeQueryObjectHaley Connelly2019-09-101-12/+0
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-8/+6
* SERVER-43071 Fix the bug in KeyString::toBsonSafeWithDiscriminator which mist...Xiangyu Yao2019-08-291-10/+20
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-0/+88
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-201-13/+0
* Revert "SERVER-42712 Improve KeyString::Value copy assignemnt"Louis Williams2019-08-201-0/+13
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-201-13/+0
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-191-0/+6
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-151-1/+27
* SERVER-41731 Make WildcardAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+7
* SERVER-41728 Make HaystackAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+7
* SERVER-41727 Make HashAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+7