summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_key_generator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-4/+4
* SERVER-66545 Collator should be passed as an argument to "generateSortKey" bu...Anton Korshunov2022-05-271-5/+8
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-161-0/+4
* SERVER-50370 Implement dotted path sort semantics in SBEDrew Paroski2021-04-021-12/+16
* Revert "SERVER-50370 Implement dotted path sort semantics in SBE"Uladzimir Makouski2021-04-021-16/+12
* SERVER-50370 Implement dotted path sort semantics in SBEDrew Paroski2021-04-021-12/+16
* SERVER-52589 Index key consistency check during FETCH may fail in certain casesAnton Korshunov2020-11-171-0/+3
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-4/+9
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-2/+6
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-2/+2
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-211-0/+15
* SERVER-41725 Make BtreeAccessMethod generate keys using KeyStringGregory Noma2019-08-151-1/+0
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-11/+23
* 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-88/+33
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-271-8/+8
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+8
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-0/+1
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-121-2/+0
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-3/+3
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-231-2/+8
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-221-8/+2
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-221-2/+8
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-171-17/+40
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-181/+183
* SERVER-8192 BtreeKeyGenerator cleanupDavid Storch2015-03-311-27/+66
* SERVER-8192 optimize V1 index key generation for indexed arraysDavid Storch2015-03-311-14/+85
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-7/+7
* special case _id index key generationEliot Horowitz2014-12-161-0/+1
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-241-147/+32
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-13/+13
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-131-31/+146
* 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-0/+6
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+96