summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-1/+19
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-201-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-20066 consider ixscans if query is empty but projection can be coveredKyle Suarez2017-06-071-0/+34
* SERVER-29218 Use std:::unique_ptr to manage QuerySolutionNode objectsJustin Seyster2017-05-171-15/+20
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-281-10/+33
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-7/+38
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-4/+7
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-26/+26
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-25/+49
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-12/+21
* SERVER-24320 PlanCacheIndexTree should have same sort order as MatchExpressio...Tess Avitabile2016-07-261-5/+5
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-14/+16
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-2/+5
* SERVER-23618 Fix bad rebase in 0d2f72f5471f7c0f283ceea314c48d2e25d7d556Tess Avitabile2016-06-021-0/+6
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-6/+0