summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-2216-2304/+21
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-2224-391/+360
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-186-11/+11
* SERVER-14532 additional logging for plan ranking tiesDavid Storch2014-07-171-1/+3
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+1
* SERVER-14417 added comments describing how to enable/disable QLOG using comma...Benety Goh2014-07-161-0/+15
* SERVER-14417 migrated QGLOG to query log component. removed verboseQueryLoggi...Benety Goh2014-07-162-11/+34
* SERVER-14407 make PlanExecutor own the canonical queryDavid Storch2014-07-107-91/+196
* SERVER-14502 remove unnecessary check for NULL canonical queryDavid Storch2014-07-092-2/+4
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-099-162/+174
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-086-91/+285
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-0814-111/+168
* SERVER-14299 prevent mongos from requesting unnecessary batches for sort + li...David Storch2014-07-071-0/+19
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-016-0/+30
* SERVER-14135 implement canServeReadsFor() in LegacyReplicationCoordinatormatt dannenberg2014-07-011-3/+10
* SERVER-14366 disallow $natural sort or hint with geoNearDavid Storch2014-06-272-0/+63
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-2715-398/+1307
* SERVER-14317 remove extraneous check in idhack runnerDavid Storch2014-06-251-1/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-14302 SERVER-14304 Fix IDHackRunner's use of sharding filterJason Rassi2014-06-192-39/+46
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-1110-6/+609
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-1012-184/+67
* 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