summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-0/+50
* SERVER-13890 index bounds builder should not pass already-constructed interva...David Storch2014-05-091-0/+15
* SERVER-12557 allow exists queries to use an indexSamantha Ritter2014-02-281-0/+53
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-0/+62
* SERVER-12460 Relocate fast count code for 2.6, port old tests over for new ve...samantharitter2014-02-141-0/+201
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-2/+42
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-061-29/+31
* SERVER-12125 require fetch on $elemMatch value expressionsBenety Goh2013-12-161-0/+25
* SERVER-12026 fix index bounds unionize inclusive vs. exclusiveDavid Storch2013-12-101-2/+1
* SERVER-10026 index bounds builder test additionsDavid Storch2013-12-101-0/+314
* SERVER-6353 tightened index bounds for $mod operator to minimize disk fetchesBenety Goh2013-12-091-0/+18
* SERVER-11852 fix query planning for inexact regexesDavid Storch2013-12-021-6/+44
* SERVER-10026 tighten index bounds for some array equality queriesDavid Storch2013-11-251-11/+27
* SERVER-11639 migrate simpleRegex Startuptest to CppUnitTestTyler Brock2013-11-251-0/+113
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-221-36/+36
* SERVER-11617 fixed index bounds for numerical types to support infinityBenety Goh2013-11-201-10/+68
* SERVER-11436 fixed incorrect bounds for {$lt: min} and {$gt: max} expressionsBenety Goh2013-11-201-0/+168