summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/external_key_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+2
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-031-1/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-2/+8
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-231-1/+2
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-221-2/+1
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-221-1/+2
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-171-1/+4
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-111-1/+1
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-1/+1
* Change to std::string on files depending on s2Kevin Albertson2015-07-161-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-123/+112
* SERVER-17437 fts_index_format.h shouldn't include fts_spec.hJason Rassi2015-03-101-1/+1
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-1/+3
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-1/+1
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-1/+1
* SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg2014-03-181-0/+107
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-0/+97