summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_key_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44619 truncate message for error code 16746 if too longBenety Goh2019-11-141-1/+14
* SERVER-41725 Make BtreeAccessMethod generate keys using KeyStringGregory Noma2019-08-151-20/+19
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-25/+57
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-10/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-218/+53
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-1/+0
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-0/+1
* SERVER-29104 move vectors into getKeysImplWithArrayKyle Suarez2017-05-081-1/+2
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-271-10/+23
* SERVER-26488 BSONObj buffer size used by _id index keys should match object sizeTess Avitabile2016-10-061-1/+9
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+19
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-121-5/+1
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-8/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-0/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-231-18/+42
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-221-40/+18
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-221-18/+40
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-171-30/+128
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-299/+296
* SERVER-8192 BtreeKeyGenerator cleanupDavid Storch2015-03-311-72/+72
* SERVER-8192 optimize V1 index key generation for indexed arraysDavid Storch2015-03-311-30/+72
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* special case _id index key generationEliot Horowitz2014-12-161-0/+19
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-241-284/+122
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-131-122/+284
* fix formattingEliot Horowitz2013-10-261-1/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-3/+4
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+312