summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74594 Deprioritize unbounded user index scansGregory Noma2023-03-301-0/+10
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-051-0/+8
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-3/+14
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+7
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-211-0/+2
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-281-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-0/+6
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-0/+20
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-2/+29
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-1/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-186/+189
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-25/+12
* SERVER-15527 change explain index bounds format from verbose string format to...David Storch2014-10-271-10/+0
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+19
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-10/+10
* SERVER-13852 initialize IndexBounds::endKeyInclusive in constructorDavid Storch2014-05-091-1/+1
* SERVER-13100 added test cases for IndexBoundsChecker::findIntervalForField. m...Benety Goh2014-03-121-26/+21
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-0/+13
* SERVER-10026 don't crash if we reverse a sort created with max/min paramsHari Khalsa2013-12-131-3/+1
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-301-0/+6
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-1/+3
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-0/+3
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-38/+0
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-011-0/+1
* SERVER-10471 switch to memoization enumeratorHari Khalsa2013-09-261-2/+23
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+20
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-20/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-0/+8
* SERVER-10471 lt(e) gt(e)Hari Khalsa2013-08-141-0/+3
* SERVER-10026 SERVER-10471 unittestable query plannerHari Khalsa2013-08-121-0/+2
* SERVER-10336 SERVER-10026 index bounds with iteratorHari Khalsa2013-07-311-0/+207