summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/new_find.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-11168 go to EOF if collection doesn't exist or has no docs" br...Hari Khalsa2013-10-151-4/+3
* SERVER-11168 go to EOF if collection doesn't exist or has no docsHari Khalsa2013-10-151-3/+4
* don't crash when checking to see if we can use a 2d query and there is no col...Hari Khalsa2013-10-151-1/+6
* SERVER-10026 multiplan runner should return all its cached results before goi...Hari Khalsa2013-10-131-0/+5
* SERVER-10026 return more than one result from a getmore when caller wants all...Hari Khalsa2013-10-121-1/+1
* SEVER-10545 Fix initial syncying from a non-exising logAlberto Lerner2013-10-121-9/+17
* SERVER-10545 Don't save tailable cursor if only one document was requested.Alberto Lerner2013-10-121-1/+1
* SERVER-10545 Save a tailable cursor only if it's worth tailing it.Alberto Lerner2013-10-121-4/+9
* SERVER-10026 stages can die natural deathsHari Khalsa2013-10-121-5/+20
* SERVER-10026 fix broken oplog replay behavior and cursorid lifecycleHari Khalsa2013-10-121-5/+5
* SERVER-10026 enable new query system by defaultHari Khalsa2013-10-121-1/+1
* SERVER-10471 Correctly save result of function call in newRunQueryJason Rassi2013-10-111-1/+1
* SERVER-9063 Add new query operator $textJason Rassi2013-10-111-2/+5
* SERVER-10026 don't mess up tailable cursors with getmoreHari Khalsa2013-10-111-8/+20
* SERVER-10026 port findingstartcursor to stage and use itHari Khalsa2013-10-111-17/+73
* SERVER-10471 take chunk skips into account for explain, hold lock for parsing...Hari Khalsa2013-10-101-2/+9
* SERVER-10471 add (default off) param for super verbose query loggingHari Khalsa2013-10-101-10/+11
* SERVER-10471 some commentingHari Khalsa2013-10-091-0/+6
* SERVER-10471 route 2d geonear queries to old systemHari Khalsa2013-10-091-15/+27
* SERVER-10471 fix intervals generated for minkey/maxkey lt(e) gt(e), modify sp...Hari Khalsa2013-10-091-0/+28
* SERVER-10471 hint can be key pattern or nameHari Khalsa2013-10-091-1/+1
* SERVER-10026 new vs old system spigotHari Khalsa2013-10-081-13/+37
* SERVER-10026 enum >1 plan, prefer plans with more compound fields when rankingHari Khalsa2013-10-081-0/+3
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-0/+8
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+5
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-3/+14
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-011-20/+45
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-251-14/+4
* SERVER-10026 add hint and snapshot supportHari Khalsa2013-09-241-1/+1
* SERVER-10026 sort inherits the previous memory limit. generate ixscan-as-sor...Hari Khalsa2013-09-241-9/+23
* SERVER-10026 guard against throwing by RAII-ifying deregistration for pre-ca...Hari Khalsa2013-09-241-4/+26
* SERVER-10026 don't kill all runners in ns, don't double-erase WSIDs from sortHari Khalsa2013-09-231-3/+4
* SERVER-10026 SERVER-10471 planner bug fixes from going through testsHari Khalsa2013-09-231-0/+2
* SERVER-10565 Holding off a little bit longer on explain goodies.Alberto Lerner2013-09-191-1/+0
* SERVER-10565 invoke Runner::writeExplainTo to fill in explain documentBenety Goh2013-09-191-0/+1
* SERVER-10565 rename BSONObjBuilder local variable from objBuilder to bob to b...Benety Goh2013-09-191-3/+3
* SERVER-10565 small refactoring of explain logic. expanded BSON macro to make ...Benety Goh2013-09-191-1/+3
* SERVER-10565 refer to std::string with explicit namespace prefix in headerBenety Goh2013-09-191-0/+1
* SERVER-10565 updated new query framework to fill in the explain.n field. n is...Benety Goh2013-09-131-5/+21
* SERVER-10650 Add new fail point maxTimeAlwaysTimeOutJason Rassi2013-09-121-0/+14
* SERVER-2212 Separate processing of "$maxTimeMS" from "maxTimeMS"Jason Rassi2013-09-121-0/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-291-3/+3
* SERVER-10026 SERVER-10546 get tailable cursors right and enable repl to workHari Khalsa2013-08-261-21/+49
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-13/+13
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-27/+66
* SERVER-10471 lt(e) gt(e)Hari Khalsa2013-08-141-1/+22
* SERVER-10026 clean up LiteParsedQuery, tunnel switch through dbtest, fix nami...Hari Khalsa2013-08-121-6/+48
* SERVER-10026 SERVER-10471 unittestable query plannerHari Khalsa2013-08-121-4/+6
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-2/+2