summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36228 Extend the max size of TypeBits in KeyStringr4.1.2Xiangyu Yao2018-08-131-43/+67
* SERVER-35947 Implement sorted data interface for the biggie storage engine.seantao972018-08-021-0/+5
* SERVER-34399: $changeStream with invalid resume token crashes the serverNick Zolnierz2018-04-261-1/+12
* SERVER-32822 Support read from unique index with both old and new format entriesnehakhatri52018-03-011-0/+4
* SERVER-32641 uassert, not dassert, for too many KeyString type bitsGeert Bosch2018-01-121-1/+4
* SERVER-29497 Make validate use KeyString instead of woCompare to improve comp...Gregory Wlodarek2017-06-191-0/+5
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+4
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-221-23/+99
* SERVER-22458: Return TypeBits size bytes values up to kMaxBytesNeededGeert Bosch2016-02-041-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-236/+264
* Add missing pragma onceGeert Bosch2015-06-171-0/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-4/+11
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+2
* SERVER-16747 KeyString should overflow to heapMathias Stearn2015-01-151-30/+19
* SERVER-16632 Encode TypeBits along with KeyStrings in WT indexesMathias Stearn2015-01-121-21/+167
* SERVER-16632 Improve WT index cursorsMathias Stearn2015-01-121-4/+18
* SERVER-16632 Compress index keys in KeyStringMathias Stearn2015-01-071-3/+3
* SERVER-16632 Compress small RecordIds in KeyStringMathias Stearn2015-01-071-2/+29
* SERVER-16632: introduct KeyString, a memcmpable version of a index keyEliot Horowitz2014-12-311-0/+141