summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/interval.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+4
* 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-14/+16
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-4/+3
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-0/+4
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-0/+35
* SERVER-24512 remove dead Interval codeDavid Storch2016-10-141-50/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-180/+176
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-96/+103
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-0/+5
* SERVER-10026 enable ixisect by defaultHari Khalsa2014-01-081-3/+3
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11725 fixed interval comparison for INTERVAL_PRECEDES_COULD_UNIONBenety Goh2013-11-191-1/+3
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-12/+63
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-0/+239