summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_geo_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-4/+4
* SERVER-58371 Allow $_internalBucketGeoWithin to scan 'bucket-2dsphere' indexsamontea2021-09-031-0/+35
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-13/+13
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-16/+16
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-7/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-58/+22
* 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-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-041-2/+20
* SERVER-31530 Certain queries using 2d index could incorrecly computeMartin Neupauer2018-01-101-0/+18
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+114
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-9/+69
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-201-1/+2
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+60
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-138/+161
* SERVER-23065 don't strip assignments to 2dsphere indices with geo predicate b...David Storch2016-04-211-0/+108
* SERVER-23112 Assign predicates to 2dsphere indexes using multikey paths.Max Hirschhorn2016-04-191-0/+434
* SERVER-23112 Check baseBounds of $near queries in QueryPlannerTest.Max Hirschhorn2016-04-191-22/+61
* SERVER-22448 fix geo-sparseness planning for 2dsphereIndexVersion 3David Storch2016-02-031-77/+124
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-10-011-4/+2
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-15/+14
* SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operatorQingyang Chen2015-08-041-0/+6
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-697/+839
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-031-0/+737