summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74594 Deprioritize unbounded user index scansGregory Noma2023-03-301-0/+35
* SERVER-64830 Simplify exclusivity tracking in IndexSeekPointDan Larkin-York2022-04-011-19/+12
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-2/+34
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-01-221-0/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-3/+3
* 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-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-0/+93
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-9/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+269
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-640/+642
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-228/+78
* SERVER-13100 added test cases for IndexBoundsChecker::findIntervalForField. m...Benety Goh2014-03-121-0/+132
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-0/+129
* SERVER-10471 some commentingHari Khalsa2013-10-091-1/+0
* SERVER-10471 fix bounds checker bugHari Khalsa2013-10-091-0/+60
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-42/+31
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10336 SERVER-10026 index bounds with iteratorHari Khalsa2013-07-311-0/+529