summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string.h
Commit message (Expand)AuthorAgeFilesLines
* 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