summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/expression_keys_private.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-2/+6
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-4/+19
* SERVER-43911 Permit building compound hashed indexesArun Banala2019-10-281-35/+41
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-251-8/+12
* SERVER-41729 Make S2AccessMethod generate keys using KeyStringGregory Noma2019-08-161-53/+94
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-151-13/+6
* SERVER-41728 Make HaystackAccessMethod generate keys using KeyStringGregory Noma2019-08-151-34/+16
* SERVER-41727 Make HashAccessMethod generate keys using KeyStringGregory Noma2019-08-151-4/+4
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-15/+59
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-3/+3
* 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-8/+10
* SERVER-37266 Fix S2keys container copyingLouis Williams2018-09-271-3/+3
* SERVER-31418 Delete dead key gen code.David Storch2017-10-091-6/+1
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-2/+3
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-271-22/+11
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-3/+4
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-031-26/+78
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-8/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-4/+6
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-8/+22
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-111-11/+2
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-171-16/+12
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-171-1/+1
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-385/+389
* SERVER-18465 fix confusing warning message for generating too many S2 keysDavid Storch2015-05-131-3/+3
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14966 check array size for geoHaystack indexesGreg Studer2014-10-061-1/+5
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-15/+18
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-4/+3
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-0/+5
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-3/+7
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-1/+1
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-1/+1
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-0/+500