summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/interval.h
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+16
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-2/+2
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-0/+5
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-07-311-1/+18
* SERVER-24512 remove dead Interval codeDavid Storch2016-10-141-5/+0
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-139/+136
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-11/+39
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-1/+1
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-0/+3
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-2/+3
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11436 fixed incorrect bounds for {$lt: min} and {$gt: max} expressionsBenety Goh2013-11-201-0/+5
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-301-0/+4
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-1/+31
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-0/+21
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-0/+92