| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "SERVER-11168 go to EOF if collection doesn't exist or has no docs" br... | Hari Khalsa | 2013-10-15 | 1 | -4/+3 |
* | SERVER-11168 go to EOF if collection doesn't exist or has no docs | Hari Khalsa | 2013-10-15 | 1 | -3/+4 |
* | don't crash when checking to see if we can use a 2d query and there is no col... | Hari Khalsa | 2013-10-15 | 1 | -1/+6 |
* | SERVER-10026 multiplan runner should return all its cached results before goi... | Hari Khalsa | 2013-10-13 | 1 | -0/+5 |
* | SERVER-10026 return more than one result from a getmore when caller wants all... | Hari Khalsa | 2013-10-12 | 1 | -1/+1 |
* | SEVER-10545 Fix initial syncying from a non-exising log | Alberto Lerner | 2013-10-12 | 1 | -9/+17 |
* | SERVER-10545 Don't save tailable cursor if only one document was requested. | Alberto Lerner | 2013-10-12 | 1 | -1/+1 |
* | SERVER-10545 Save a tailable cursor only if it's worth tailing it. | Alberto Lerner | 2013-10-12 | 1 | -4/+9 |
* | SERVER-10026 stages can die natural deaths | Hari Khalsa | 2013-10-12 | 1 | -5/+20 |
* | SERVER-10026 fix broken oplog replay behavior and cursorid lifecycle | Hari Khalsa | 2013-10-12 | 1 | -5/+5 |
* | SERVER-10026 enable new query system by default | Hari Khalsa | 2013-10-12 | 1 | -1/+1 |
* | SERVER-10471 Correctly save result of function call in newRunQuery | Jason Rassi | 2013-10-11 | 1 | -1/+1 |
* | SERVER-9063 Add new query operator $text | Jason Rassi | 2013-10-11 | 1 | -2/+5 |
* | SERVER-10026 don't mess up tailable cursors with getmore | Hari Khalsa | 2013-10-11 | 1 | -8/+20 |
* | SERVER-10026 port findingstartcursor to stage and use it | Hari Khalsa | 2013-10-11 | 1 | -17/+73 |
* | SERVER-10471 take chunk skips into account for explain, hold lock for parsing... | Hari Khalsa | 2013-10-10 | 1 | -2/+9 |
* | SERVER-10471 add (default off) param for super verbose query logging | Hari Khalsa | 2013-10-10 | 1 | -10/+11 |
* | SERVER-10471 some commenting | Hari Khalsa | 2013-10-09 | 1 | -0/+6 |
* | SERVER-10471 route 2d geonear queries to old system | Hari Khalsa | 2013-10-09 | 1 | -15/+27 |
* | SERVER-10471 fix intervals generated for minkey/maxkey lt(e) gt(e), modify sp... | Hari Khalsa | 2013-10-09 | 1 | -0/+28 |
* | SERVER-10471 hint can be key pattern or name | Hari Khalsa | 2013-10-09 | 1 | -1/+1 |
* | SERVER-10026 new vs old system spigot | Hari Khalsa | 2013-10-08 | 1 | -13/+37 |
* | SERVER-10026 enum >1 plan, prefer plans with more compound fields when ranking | Hari Khalsa | 2013-10-08 | 1 | -0/+3 |
* | SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries... | Hari Khalsa | 2013-10-04 | 1 | -0/+8 |
* | SERVER-8510 Get rid of CmdLine struct and use new option handling style | Shaun Verch | 2013-10-04 | 1 | -3/+5 |
* | SERVER-10471 multikey correctness, fix compound idxs, a few bug fixes | Hari Khalsa | 2013-10-01 | 1 | -3/+14 |
* | SERVER-10565 Extract explain information from new stages. | Alberto Lerner | 2013-10-01 | 1 | -20/+45 |
* | SERVER-2212 Add new fail point maxTimeNeverTimeOut | Jason Rassi | 2013-09-25 | 1 | -14/+4 |
* | SERVER-10026 add hint and snapshot support | Hari Khalsa | 2013-09-24 | 1 | -1/+1 |
* | SERVER-10026 sort inherits the previous memory limit. generate ixscan-as-sor... | Hari Khalsa | 2013-09-24 | 1 | -9/+23 |
* | SERVER-10026 guard against throwing by RAII-ifying deregistration for pre-ca... | Hari Khalsa | 2013-09-24 | 1 | -4/+26 |
* | SERVER-10026 don't kill all runners in ns, don't double-erase WSIDs from sort | Hari Khalsa | 2013-09-23 | 1 | -3/+4 |
* | SERVER-10026 SERVER-10471 planner bug fixes from going through tests | Hari Khalsa | 2013-09-23 | 1 | -0/+2 |
* | SERVER-10565 Holding off a little bit longer on explain goodies. | Alberto Lerner | 2013-09-19 | 1 | -1/+0 |
* | SERVER-10565 invoke Runner::writeExplainTo to fill in explain document | Benety Goh | 2013-09-19 | 1 | -0/+1 |
* | SERVER-10565 rename BSONObjBuilder local variable from objBuilder to bob to b... | Benety Goh | 2013-09-19 | 1 | -3/+3 |
* | SERVER-10565 small refactoring of explain logic. expanded BSON macro to make ... | Benety Goh | 2013-09-19 | 1 | -1/+3 |
* | SERVER-10565 refer to std::string with explicit namespace prefix in header | Benety Goh | 2013-09-19 | 1 | -0/+1 |
* | SERVER-10565 updated new query framework to fill in the explain.n field. n is... | Benety Goh | 2013-09-13 | 1 | -5/+21 |
* | SERVER-10650 Add new fail point maxTimeAlwaysTimeOut | Jason Rassi | 2013-09-12 | 1 | -0/+14 |
* | SERVER-2212 Separate processing of "$maxTimeMS" from "maxTimeMS" | Jason Rassi | 2013-09-12 | 1 | -0/+3 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
* | SERVER-10026 SERVER-10471 begin more sustainable planning approach | Hari Khalsa | 2013-08-29 | 1 | -3/+3 |
* | SERVER-10026 SERVER-10546 get tailable cursors right and enable repl to work | Hari Khalsa | 2013-08-26 | 1 | -21/+49 |
* | SERVER-10026 SERVER-10461 migrate internal coll/ixscan clients | Hari Khalsa | 2013-08-20 | 1 | -13/+13 |
* | SERVER-10026 SERVER-10461 overhaul yielding, introduce findAll | Hari Khalsa | 2013-08-14 | 1 | -27/+66 |
* | SERVER-10471 lt(e) gt(e) | Hari Khalsa | 2013-08-14 | 1 | -1/+22 |
* | SERVER-10026 clean up LiteParsedQuery, tunnel switch through dbtest, fix nami... | Hari Khalsa | 2013-08-12 | 1 | -6/+48 |
* | SERVER-10026 SERVER-10471 unittestable query planner | Hari Khalsa | 2013-08-12 | 1 | -4/+6 |
* | SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c... | Hari Khalsa | 2013-08-12 | 1 | -2/+2 |