summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-14/+34
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+17
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-15/+4
* SERVER-35982 Include hash of plan cache key in cache transition log linesHaley Connelly2018-08-031-6/+21
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-11/+17
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-11/+7
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-30/+158
* SERVER-33678 make regex options a factor in query shapesIan Boros2018-05-101-0/+11
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-2/+2
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-5/+0
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+3
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-2/+7
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+6
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+3
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-221-0/+3
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-4/+3
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+5
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-36/+41
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+3
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-0/+3
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-0/+6
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+3
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-5/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+5
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+5
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+4
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-1/+3
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-051-0/+3
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-301-3/+0
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-301-0/+3
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-2/+8
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-8/+2
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-2/+8
* SERVER-26113 explain() for aggregation request does not propogate to correspo...Nick Zolnierz2017-03-211-5/+4
* SERVER-28314 Remove unused PlanCache::_writeOperations memberGeert Bosch2017-03-161-1/+0
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-7/+11
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-1/+15
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-3/+3
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-071-1/+1
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-1/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-3/+12
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-12/+3
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-3/+12
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-16/+16
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-3/+0
* SERVER-22867 Convey to access planner when to intersect bounds.Max Hirschhorn2016-03-031-1/+3
* SERVER-19355 omit $-prefixed fields from plan cache projection encodingDavid Storch2015-09-021-7/+22
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-12/+0