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