summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds.cpp
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/+4
* SERVER-64830 Simplify exclusivity tracking in IndexSeekPointDan Larkin-York2022-04-011-12/+16
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-7/+6
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-211-9/+12
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-281-0/+4
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-01-221-8/+13
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* 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/+16
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-0/+82
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-14/+20
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-3/+36
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+5
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+50
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-422/+431
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-23/+23
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-15527 fix compileDavid Storch2014-10-271-1/+1
* SERVER-15527 change explain index bounds format from verbose string format to...David Storch2014-10-271-55/+10
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+20
* SERVER-14123 prevent the explain BSONObj from growing too largeDavid Storch2014-06-091-0/+10
* SERVER-13100 replaced linear search in IndexBoundsChecker::findIntervalForFie...Benety Goh2014-03-121-11/+43
* SERVER-13100 added test cases for IndexBoundsChecker::findIntervalForField. m...Benety Goh2014-03-121-15/+20
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-0/+56
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-5/+5
* SERVER-10026 don't crash if we reverse a sort created with max/min paramsHari Khalsa2013-12-131-0/+4
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-301-0/+15
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-1/+0
* SERVER-10471 some commentingHari Khalsa2013-10-091-1/+3
* SERVER-10471 fix bounds checker bugHari Khalsa2013-10-091-1/+15
* SERVER-10471 Report min/maxKey properly; ditto reverse index scansAlberto Lerner2013-10-071-3/+24
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-2/+7
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-45/+59
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-011-0/+23
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+3
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-9/+30
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10471 unittestable query plannerHari Khalsa2013-08-121-1/+39
* SERVER-10336 SERVER-10026 index bounds with iteratorHari Khalsa2013-07-311-0/+303