summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-041-3/+20
* SERVER-65367 Fix IET build for wildcard indexes and elemMatchAlexander Ignatyev2022-04-081-0/+9
* SERVER-63350 Implement IET evaluation transporterAlexander Ignatyev2022-03-291-1/+1
* SERVER-63349 Modify QueryPlanner and IndexBoundsBuilder to produce an IETAlexander Ignatyev2022-03-231-4/+18
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-0/+10
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-2/+7
* SERVER-60010: Cover null and empty array queries with multikey index where po...Hana Pearlman2021-11-121-0/+7
* SERVER-55065: Cover null queries with index where possibleAlya Berciu2021-03-181-0/+9
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+30
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2019-08-051-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-0/+10
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-0/+11
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-2/+2
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-4/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-22786 update index bounds builder for collationsDavid Storch2016-03-181-9/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-143/+140
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-05-301-4/+4
* SERVER-13960 fix access planning for OR with inexact child predicatesDavid Storch2014-05-301-5/+14
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-011-0/+1
* SERVER-12460 Relocate fast count code for 2.6, port old tests over for new ve...samantharitter2014-02-141-0/+11
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+13
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-061-17/+41
* SERVER-11852 fix query planning for inexact regexesDavid Storch2013-12-021-1/+3
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-221-6/+14
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-3/+0
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-0/+34
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-0/+5
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-3/+5
* SERVER-10471 pseudo-expression/hashed indicesHari Khalsa2013-09-271-2/+3
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-3/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-291-0/+72