summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_enumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-12613 put a limit on how many indexed plans we consider, minor enum reorgHari Khalsa2014-02-061-276/+308
* SERVER-12196 idx intersection enumeration no longer depends on index orderingDavid Storch2014-01-291-37/+135
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-10/+10
* SERVER-10026 index intersection and enumeration cleanupHari Khalsa2013-12-201-215/+396
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-9063 Add new query operator $textJason Rassi2013-10-111-1/+4
* SERVER-10471 add (default off) param for super verbose query loggingHari Khalsa2013-10-101-5/+10
* SERVER-10471 comment out and annotate a few tests that rely on quirks of old ...Hari Khalsa2013-10-101-0/+1
* SERVER-10471 for multikey indices only assign one pred to each fieldHari Khalsa2013-10-091-0/+5
* SERVER-10026 enum >1 plan, prefer plans with more compound fields when rankingHari Khalsa2013-10-081-107/+235
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-234/+171
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-1/+26
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-13/+34
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-4/+35
* SERVER-10026 more bugs uncovered by test triageHari Khalsa2013-09-261-29/+84
* SERVER-10471 switch to memoization enumeratorHari Khalsa2013-09-261-174/+209
* SERVER-10026 SERVER-10471 planner bug fixes from going through testsHari Khalsa2013-09-231-2/+6
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-25/+172
* SERVER-10471 Fix enumerator test placeholderAlberto Lerner2013-09-131-0/+3
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-0/+85