summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_key_generator.h
Commit message (Expand)AuthorAgeFilesLines
* 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