summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-31/+2
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-8/+6
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+2
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-1/+1
* SERVER-22786 update index bounds builder for collationsDavid Storch2016-03-181-51/+95
* SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch2015-11-031-1/+3
* SERVER-21166 don't leak DistinctNodeDavid Storch2015-10-291-1/+1
* 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/+5
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-131-3/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-863/+810
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-051-4/+4
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-1/+0
* SERVER-9035 allow left-anchored regular expressions with the 's' option to us...David Storch2015-02-201-0/+4
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-4/+5
* SERVER-15235 regular expressions with the '|' character must be classified as...David Storch2014-11-121-4/+11
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-5/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14718 index negations below elemMatch valueDavid Storch2014-08-081-23/+14
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-2/+9
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-9/+18
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-1/+1
* SERVER-13890 index bounds builder should not pass already-constructed interva...David Storch2014-05-091-1/+11
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-011-0/+35
* SERVER-13066 allow negations to use multikey indicesDavid Storch2014-04-031-0/+9
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-271-3/+3
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-5/+3
* SERVER-12557 allow exists queries to use an indexSamantha Ritter2014-02-281-1/+53
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-49/+79
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-4/+16
* SERVER-12460 Relocate fast count code for 2.6, port old tests over for new ve...samantharitter2014-02-141-0/+125
* SERVER-12531 can appear in an elemMatch(value) and we should generate bounds...Hari Khalsa2014-02-041-0/+6
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+43
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-6/+6
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-061-13/+24
* SERVER-12166: Promote struct/class mismatch warning to error with GCC/ClangMark Benvenuto2013-12-311-1/+1
* SERVER-12125 require fetch on $elemMatch value expressionsBenety Goh2013-12-161-3/+5
* SERVER-12026 fix index bounds unionize inclusive vs. exclusiveDavid Storch2013-12-101-1/+1
* SERVER-6353 tightened index bounds for $mod operator to minimize disk fetchesBenety Goh2013-12-091-1/+1
* SERVER-11852 fix query planning for inexact regexesDavid Storch2013-12-021-2/+2
* SERVER-10026 tighten index bounds for some array equality queriesDavid Storch2013-11-251-15/+35
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-221-45/+43
* SERVER-11617 fixed index bounds for numerical types to support infinityBenety Goh2013-11-201-4/+27
* SERVER-11436 fixed incorrect bounds for {$lt: min} and {$gt: max} expressionsBenety Goh2013-11-201-2/+16
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-4/+13
* SERVER-10026 clean up logic for interval sorting comparisonHari Khalsa2013-10-151-11/+6
* SERVER-10026 sort when not empty, fix interval comparison to strict weakHari Khalsa2013-10-151-7/+12
* SERVER-10471 add (default off) param for super verbose query loggingHari Khalsa2013-10-101-5/+27
* SERVER-10471 route 2d geonear queries to old systemHari Khalsa2013-10-091-11/+2