summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72466 Generate IndexBounds for compound wildcard indexes in data acces...Ruoxin Xu2023-02-081-0/+61
* SERVER-64993 Test IET in IndexBoundsBuilder::testTranslate* tests casesAlexander Ignatyev2022-03-311-6/+34
* SERVER-63350 Implement IET evaluation transporterAlexander Ignatyev2022-03-291-175/+339
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-20/+20
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-0/+384
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+1
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-031-26/+0
* SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans2020-01-071-0/+26
* SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin2019-12-201-7/+8
* SERVER-44601 Split index_bounds_builder_test.cpp into multiple test to addres...Nicholas Zolnierz2019-11-151-1838/+82
* SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros2019-11-111-39/+130
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2019-08-051-6/+8
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-180/+178
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-164/+190
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-190/+164
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-164/+190
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+1
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-0/+15
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-2/+286
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-141-3/+320
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+76
* SERVER-20432 allow some escaped | chars in regexes to use tight index boundsKyle Suarez2017-10-261-3/+46
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-0/+50
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+3
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-0/+55
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-0/+18
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-1/+1
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-14/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+8
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-22786 update index bounds builder for collationsDavid Storch2016-03-181-25/+681
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-0/+19
* 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