summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14123 prevent the explain BSONObj from growing too largeDavid Storch2014-06-093-3/+34
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-14180 fix double free in access planning for $elemMatchDavid Storch2014-06-062-20/+22
* SERVER-14176 query planner should obey $natural sortDavid Storch2014-06-053-11/+98
* SERVER-14034 increase max scans from explodeForSort to 200David Storch2014-06-041-1/+1
* SERVER-14034 make kMaxScansToExplode a query knobDavid Storch2014-06-044-10/+7
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-033-17/+3
* SERVER-14109 migrate tests for OR inexactness to cppDavid Storch2014-06-022-1/+155
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-05-303-8/+28
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+2
* SERVER-13960 fix access planning for OR with inexact child predicatesDavid Storch2014-05-304-337/+522
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-222-0/+20
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-2/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-1/+0
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-2012-13/+14
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-193-18/+25
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-1921-118/+118
* SERVER-13899 Remove unused stripInvalidAssignmentsTo2dsphereIndex argJason Rassi2014-05-161-19/+12
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-162-6/+18
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-162-18/+42
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-152-4/+4
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-142-5/+16
* SERVER-13674 patch for CachedPlan runningCraig Harris2014-05-141-8/+3
* SERVER-13337 lite parsed query should set _showDiskLocDavid Storch2014-05-141-0/+2
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-1312-1213/+157
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-1319-308/+5
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-133-3/+73
* SERVER-13890 index bounds builder should not pass already-constructed interva...David Storch2014-05-093-1/+38
* SERVER-13754 explode OR solutions for sortDavid Storch2014-05-092-23/+134
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-099-87/+174
* SERVER-13852 initialize IndexBounds::endKeyInclusive in constructorDavid Storch2014-05-091-1/+1
* SERVER-13715 fix use of auto_ptr after release in subplan runnerDavid Storch2014-05-091-9/+9
* SERVER-13789 recursively build data access for subnodes beneath elemMatchDavid Storch2014-05-063-9/+131
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-2/+2
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-011-0/+2
* SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indicesDavid Storch2014-05-013-80/+462
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-012-20/+3
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-012-37/+70
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-012-0/+36
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-294-86/+10
* SERVER-13715 plan subqueries on construction of a SubplanRunnerDavid Storch2014-04-293-26/+131
* SERVER-13766 SubplanRunner::kill() needs to clear _collectionJason Rassi2014-04-282-0/+4
* SERVER-13752 do not attempt to explode for sort with empty boundsDavid Storch2014-04-282-0/+30
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-263-7/+8
* SERVER-13634 Get rid of all external callers of DiskLoc::rec()Mathias Stearn2014-04-252-2/+3
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-2/+2