summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/bsoncolumnbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60675 Remove 4-byte element count from BSONColumn binaryHenrik Edin2021-10-211-13/+0
* SERVER-60461 Compression support for sub-objects in BSON Column (type 7)Henrik Edin2021-10-201-74/+586
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-0/+10
* SERVER-59638 Throw BadValue if MinKey or MaxKey is appended to BSONCo…Henrik Edin2021-09-081-0/+4
* SERVER-59637 Handle BSONObj and BSONArray in BSONColumn and BSONColum…Henrik Edin2021-09-021-4/+4
* SERVER-58554 Add support for Strings in BSONColumn and BSONColumnBuilderHenrik Edin2021-08-271-19/+32
* SERVER-59461 Add 4 byte element count at the beginning of BSON Subtype 7 binaryHenrik Edin2021-08-251-0/+10
* SERVER-58577 Add BSONColumn to interpret BSON Binary Subtype 7 data.Henrik Edin2021-08-241-43/+41
* SERVER-58558 Add binary support to simple8blukebhan2021-08-201-16/+43
* SERVER-59352: BSON Column Compression to support Null, Undefined, Boolean, Da...Jackson Xie2021-08-191-0/+16
* SERVER-58478 Add decimal128 support to simple8blukebhan2021-08-181-20/+39
* SERVER-58560 Double support in BSONColumnBuilderHenrik Edin2021-08-171-38/+239
* SERVER-59156: bson column builder for Simple8b ObjectIdJackson Xie2021-08-141-1/+17
* SERVER-58599 delta-of-delta for Timestamp typeJackson Xie2021-08-121-8/+21
* SERVER-58561 Add first version of BSONColumnBuilderHenrik Edin2021-08-051-0/+169