summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19349 Fix lint in index_bounds_builder_test.David Hatch2015-07-281-2/+1
* SERVER-19348, SERVER-19349: Correct index bounds on $type and $mod.David Hatch2015-07-281-1/+27
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-131-0/+27
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1333/+1353
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-39/+39
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-051-0/+72
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-071-0/+1
* SERVER-9035 allow left-anchored regular expressions with the 's' option to us...David Storch2015-02-201-0/+41
* SERVER-15605 add index bounds builder unit tests for NaNDavid Storch2015-02-051-0/+71
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-2/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15235 regular expressions with the '|' character must be classified as...David Storch2014-11-121-0/+33
* 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