summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67561 Create the interface to enable `validateBSON()` to run more thor...Yuhong Zhang2022-07-262-11/+85
* SERVER-67854 Test BSON column binary with zero delta after interleavedGregory Noma2022-07-121-0/+25
* SERVER-67357 deflake test and add better diagnosticsAndrew Shuvalov2022-06-171-1/+4
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-5/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-068-8/+24
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-295-11/+11
* SERVER-65927 Annotate switch fallthrough in `bson_validate_old.cpp`Gregory Noma2022-04-271-1/+1
* SERVER-65501 Re-start interleaved object compression when scalar field is enc...Henrik Edin2022-04-222-8/+144
* Revert "SERVER-65501 Re-start interleaved object compression when scalar fiel...Uladzimir Makouski2022-04-202-96/+0
* SERVER-65501 Re-start interleaved object compression when scalar field is enc...Henrik Edin2022-04-192-0/+96
* SERVER-65499 Fix storing int64 max as int128 in BSONColumnBuilderHenrik Edin2022-04-182-1/+17
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-182-0/+2
* SERVER-63536 Remove murmur3 dependency in BSONColumnHenrik Edin2022-04-072-20/+0
* SERVER-63736 validate only fields listed in config are indexedsergey.galtsev2022-04-051-0/+7
* SERVER-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-022-10/+28
* SERVER-65100 Increase block size for BSONColumn to be BSONObjMaxUserSizeHenrik Edin2022-04-011-2/+3
* SERVER-54358 enable for (auto [name, elem] : someBsonObj) {...}Mathias Stearn2022-03-293-0/+44
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-236-614/+2080
* SERVER-63572 Implement index join for scalar local field typeRui Liu2022-03-111-0/+4
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-092-0/+16
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-081-0/+4
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-15/+10
* SERVER-62980 Revert simplification of compareElementStringValues for perfMatt Kneiser2022-01-261-1/+9
* SERVER-62180 Enable signal processing (or red/green) checks for Google Microb...Mikhail Shchatko2022-01-201-6/+0
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-0/+8
* SERVER-55043 Implement canonicalizeBSONType as a lookup tableJordi Olivares Provencio2022-01-141-5/+31
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-132-2/+23
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-1310-244/+424
* SERVER-62158 Fix novel UBSAN issues found with clang 12Andrew Morrow2021-12-191-1/+1
* SERVER-61846 redact document using null instead of default mask to stay under...Benety Goh2021-12-131-5/+18
* SERVER-61997 Incompatible object with only empty subobj should not re-start s...Henrik Edin2021-12-113-6/+91
* SERVER-61997 Object with only empty subobj should not start subobj compressionHenrik Edin2021-12-112-8/+38
* SERVER-61993 End interleaved mode when skip if reference object contain empty...Henrik Edin2021-12-102-1/+42
* SERVER-61954 Improve decoding performance for BSONColumnHenrik Edin2021-12-095-113/+69
* SERVER-61156 ObjectId and Datetime is encoded as delta-of-delta in BSONColumnHenrik Edin2021-12-025-958/+691
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-012-1/+21
* SERVER-61712 Change ObjectId encoding for BSONColumnHenrik Edin2021-11-304-17/+22
* SERVER-61566 Fix and extract coercion to 32-bit int logic in expression parsingRui Liu2021-11-302-2/+29
* SERVER-61155 Add collStat for number of subobj compression restarts for times...Henrik Edin2021-11-192-0/+11
* SERVER-61410 Re-enable BSONColumn FTDC roundtrip test with re-generated binaryHenrik Edin2021-11-172-8659/+8685
* SERVER-61502 Only allow RLE on value 0 after flushHenrik Edin2021-11-162-1/+100
* SERVER-61453 Fix crash in Simple8bBuilder when inserting large value after flushHenrik Edin2021-11-152-2/+26
* SERVER-61437 Add support for Code type in BSONColumnHenrik Edin2021-11-124-2/+62
* SERVER-61436 Compare bit pattern when encoding doubles in BSONColumnHenrik Edin2021-11-122-3/+34
* SERVER-61434 BinData with type difference should not be delta compressedHenrik Edin2021-11-122-20/+41
* SERVER-61384 Validate that objects do not contain MinKey or MaxKey before doi...Henrik Edin2021-11-112-22/+31
* SERVER-61408 Fix merging of reference object when fields appear in different ...Henrik Edin2021-11-112-0/+49
* SERVER-61394 Fix bit count calculation for uint128(0) in Simple8bBuilderHenrik Edin2021-11-113-39/+56
* SERVER-61382 Fix encoding ambiguity in BSONColumn after large stringsHenrik Edin2021-11-113-16/+59
* SERVER-61381 Fix detecting nested empty subobj in mergeHenrik Edin2021-11-102-2/+89