summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/bsoncolumn.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61156 ObjectId and Datetime is encoded as delta-of-delta in BSONColumnHenrik Edin2021-12-021-9/+14
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-011-1/+14
* SERVER-61437 Add support for Code type in BSONColumnHenrik Edin2021-11-121-1/+3
* SERVER-61342 Fix so contiguous mode offset is always reset when allocating a ...Henrik Edin2021-11-091-2/+1
* SERVER-61324 Handle iterating over empty BSONColumn binariesHenrik Edin2021-11-091-3/+13
* SERVER-60674 Add google benchmark for BSONColumnHenrik Edin2021-11-031-1/+1
* SERVER-60676 Improve robustness when parsing invalid BSONColumn binary or com...Henrik Edin2021-10-281-14/+13
* SERVER-60885 Initialize Simple8b block with last value from previous Simple8b...Henrik Edin2021-10-211-2/+7
* SERVER-60675 Remove 4-byte element count from BSONColumn binaryHenrik Edin2021-10-211-3/+19
* SERVER-60461 Compression support for sub-objects in BSON Column (type 7)Henrik Edin2021-10-201-14/+7
* SERVER-58580 Decoding support for compressed subobjects in BSONColumnHenrik Edin2021-10-131-160/+493
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-14/+22
* SERVER-58554 Add support for Strings in BSONColumn and BSONColumnBuilderHenrik Edin2021-08-271-26/+44
* SERVER-59461 Add 4 byte element count at the beginning of BSON Subtype 7 binaryHenrik Edin2021-08-251-45/+4
* SERVER-58577 Add BSONColumn to interpret BSON Binary Subtype 7 data.Henrik Edin2021-08-241-0/+465
* SERVER-58561 Add first version of BSONColumnBuilderHenrik Edin2021-08-051-0/+30