summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+232
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-47/+66
* SERVER-47773 Error consistently when tailable cursors and $near are used toge...Drew Paroski2020-04-301-4/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46168 Sort without predicate on non-hashed prefix fields does not use ...Arun Banala2020-03-161-3/+3
* SERVER-43630: Use SortPattern instead of raw BSON in query plannerSvilen Mihaylov2020-02-271-5/+3
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-32/+80
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-0/+3
* SERVER-45011 Index used for whole IXSCAN plan is determined by index creation...James Wahlin2020-01-031-2/+0
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-10/+4
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-31/+73
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-9/+2
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-4/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-13/+16
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+7
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-6/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-40546 max/min boundary checking on bothMisha Ivkov2019-06-071-2/+4
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-43/+33
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+4
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-4/+4
* SERVER-35335 Ban the min/max find command options for wildcard indexesyarai2018-09-261-0/+4
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-0/+3
* SERVER-35331 Allow hinting an all paths indexyarai2018-09-201-125/+85
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-32/+29
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-0/+10
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-021-3/+0
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-3/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-121-7/+7
* Revert "SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess."David Storch2018-06-121-7/+7
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-111-7/+7
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-111-1/+1
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+4
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-37/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+3
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-98/+84
* SERVER-32173 Occasionally log a deprecation warning when the snapshot find co...David Storch2017-12-121-16/+22
* SERVER-31305 Use smart pointer to prevent memory leak inEddie Louie2017-10-041-6/+6
* SERVER-31154 Make planner options stringizer check completeness at compile time.Matthew Russotto2017-09-191-39/+49
* Revert "Cased"Matthew Russotto2017-09-191-49/+39
* CasedMatthew Russotto2017-09-191-39/+49
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+3