summaryrefslogtreecommitdiff
path: root/src/mongo/db/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76875 Exclude fields with embedded dots from 2D and FTS indexesAlberto Massari2023-05-102-52/+66
* SERVER-66511 Use traverseP expressions to compute sort keysAlberto Massari2022-10-271-1/+1
* SERVER-55542 Add rewrites for 'operationType' field in change streams.Rishab Joshi2021-08-121-3/+25
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-3/+3
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-202-3/+23
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-083-51/+51
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-134-4/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-224-45/+53
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-0/+53
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-092-2/+3
* SERVER-27842 Replace BSONElement.fieldName() calls with BSONElement.fieldName...nzolnierzmdb2017-03-101-7/+10
* SERVER-27392 fix bug in FTS index's check for indexed arraysDavid Storch2017-02-011-0/+36
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-273-7/+94
* SERVER-27437 Add dotted path expansion for Documents.Charlie Swanson2017-01-201-0/+212
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-1/+6
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-033-25/+109
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-034-0/+606