| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and is... | James Wahlin | 2019-10-18 | 1 | -2/+8 |
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 1 | -1/+1 |
* | SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING | Billy Donahue | 2019-03-28 | 1 | -2/+2 |
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
* | SERVER-35402 Add validators where applicable in query_knobs.cpp | Arun Banala | 2019-02-06 | 1 | -1/+1 |
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -14/+16 |
* | SERVER-33275 Remove `platform/unordered_`* headers | ADAM David Alan Martin | 2018-02-14 | 1 | -15/+17 |
* | SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch. | David Storch | 2018-02-09 | 1 | -4/+41 |
* | SERVER-31305 Use smart pointer to prevent memory leak in | Eddie Louie | 2017-10-04 | 1 | -7/+6 |
* | SERVER-31139 Fix invariant failure caused by text index plan enumeration bug. | David Storch | 2017-09-29 | 1 | -0/+11 |
* | SERVER-29587: Partition MatchExpression types into categories, fixes an | Nick Zolnierz | 2017-07-07 | 1 | -1/+1 |
* | SERVER-27904 Extend support for moving predicates into contained ORs to multi... | Tess Avitabile | 2017-02-28 | 1 | -40/+32 |
* | SERVER-13732 Index access plan for contained OR should consider top-level pre... | Tess Avitabile | 2017-02-17 | 1 | -14/+45 |
* | SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std... | Mark Benvenuto | 2017-01-05 | 1 | -2/+2 |
* | SERVER-24320 PlanCacheIndexTree should have same sort order as MatchExpressio... | Tess Avitabile | 2016-07-26 | 1 | -0/+3 |
* | SERVER-24104 Replace stdx::duration with mongo::Duration. | Andy Schwerin | 2016-05-17 | 1 | -0/+1 |
* | SERVER-22401 Add new rules for assigning predicates to multikey indexes. | Max Hirschhorn | 2016-03-03 | 1 | -0/+25 |
* | SERVER-22867 Convey to access planner when to intersect bounds. | Max Hirschhorn | 2016-03-03 | 1 | -0/+6 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -390/+390 |
* | SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -5/+4 |
* | SERVER-14723 fix crash in plan enumerator affecting some geo near queries | David Storch | 2015-03-03 | 1 | -1/+4 |
* | SERVER-13256 Add std namespace qualifications in headers | Andrew Morrow | 2015-01-15 | 1 | -1/+1 |
* | SERVER-13256 Remove scoped_ptr from pch.h | Andrew Morrow | 2015-01-05 | 1 | -4/+5 |
* | SERVER-13256: Remove pch - qualify std in headers | Mark Benvenuto | 2014-05-19 | 1 | -22/+22 |
* | SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indices | David Storch | 2014-05-01 | 1 | -4/+35 |
* | SERVER-13714 fix enumeration of non-top-level indexed negations | Hari Khalsa | 2014-04-24 | 1 | -0/+6 |
* | SERVER-13184 limit number of enumerated plans for an OR | David Storch | 2014-03-15 | 1 | -3/+16 |
* | SERVER-10026 centralize query heuristic numbers | Hari Khalsa | 2014-03-11 | 1 | -4/+2 |
* | SERVER-13039 handle subnodes which require an index during plan enumeration | David Storch | 2014-03-10 | 1 | -3/+7 |
* | SERVER-13038 verbose query logging cleanup | David Storch | 2014-03-07 | 1 | -1/+1 |
* | SERVER-12825 don't use ixisect if a compound index is available | David Storch | 2014-02-26 | 1 | -0/+22 |
* | SERVER-12470 SERVER-12475 SERVER-9532 fix multikey index bounds for compound ... | David Storch | 2014-02-10 | 1 | -1/+73 |
* | SERVER-12613 put a limit on how many indexed plans we consider, minor enum reorg | Hari Khalsa | 2014-02-06 | 1 | -1/+41 |
* | SERVER-10026 index intersection and enumeration cleanup | Hari Khalsa | 2013-12-20 | 1 | -90/+43 |
* | SERVER-8886 Final set of license exceptions for OpenSSL | Ian Whalen | 2013-12-10 | 1 | -0/+12 |
* | SERVER-10026 enum >1 plan, prefer plans with more compound fields when ranking | Hari Khalsa | 2013-10-08 | 1 | -26/+132 |
* | SERVER-10471 merge index bounds, enumerate based on indices, bug fixes | Hari Khalsa | 2013-10-07 | 1 | -33/+52 |
* | SERVER-10471 more comments based on review | Hari Khalsa | 2013-10-02 | 1 | -3/+2 |
* | SERVER-10471 multikey correctness, fix compound idxs, a few bug fixes | Hari Khalsa | 2013-10-01 | 1 | -3/+4 |
* | SERVER-10026 more bugs uncovered by test triage | Hari Khalsa | 2013-09-26 | 1 | -63/+42 |
* | SERVER-10471 switch to memoization enumerator | Hari Khalsa | 2013-09-26 | 1 | -39/+109 |
* | SERVER-10026 enumeration as strategies, bug fixes galore, build plans | Hari Khalsa | 2013-09-18 | 1 | -17/+31 |
* | SERVER-10471 Fleshing out the new query planner / enumerator | Alberto Lerner | 2013-09-11 | 1 | -0/+105 |