summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25951 Report additional metrics in getMore slowms loggingJames Wahlin2016-09-071-0/+20
* SERVER-25416: Use failpoint in killop_own_ops.jsSpencer Jackson2016-08-191-0/+3
* SERVER-24320 PlanCacheIndexTree should have same sort order as MatchExpressio...Tess Avitabile2016-08-184-6/+24
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-151-0/+4
* SERVER-23585 Make CanonicalQuery outlive QuerySolutions in unit tests.Max Hirschhorn2016-05-241-3/+9
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-03-183-16/+26
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-264-8/+33
* SERVER-22793 clear buffered WorkingSetIDs on storage engines without document...David Storch2016-02-251-4/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-4/+4
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-181-0/+5
* SERVER-22448 fix geo-sparseness planning for 2dsphereIndexVersion 3David Storch2016-02-032-80/+128
* SERVER-18115 Avoid unnecessary in-memory sort stage for .min()/.max() queriesTess Avitabile2016-02-024-0/+311
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentJason Rassi2016-01-201-2/+2
* SERVER-17011 add EnsureSorted stageDavid Storch2016-01-118-4/+106
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-093-1/+9
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-187-56/+26
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-2/+2
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-132-2/+79
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-125-39/+25
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-122-5/+7
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-112-1/+4
* SERVER-21376 Fill in 'rejectedPlans' field of explain for relevant verbositiesCharlie Swanson2015-11-111-1/+1
* SERVER-21341 PlanYieldPolicy::resetTimer() call should be post-yieldJason Rassi2015-11-061-2/+5
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-064-0/+5
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-053-7/+7
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-058-66/+69
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-057-36/+113
* SERVER-21058 Adds fail point to stress yielding behaviorJudah Schvimer2015-11-033-3/+24
* SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch2015-11-033-3/+32
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-0/+19
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-4/+8
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-302-7/+8
* SERVER-21166 don't leak DistinctNodeDavid Storch2015-10-292-4/+4
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-261-5/+9
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-22/+22
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-0/+4
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-221-9/+5
* SERVER-20360: Control our yield policy by precalculated batch size for writecmdMartin Bligh2015-10-201-0/+3
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-2/+0
* SERVER-20748 Handle epoch mismatch explicitly in cluster find commandSpencer T Brody2015-10-161-0/+8
* SERVER-20880 Fix bug in CursorResponse move ctor, assignment operatorJason Rassi2015-10-151-8/+8
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-153-42/+91
* SERVER-20849 Use correct stats object when explaining a MutliPlanStageCharlie Swanson2015-10-131-1/+1
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-126-32/+123
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-092-2/+2
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-083-21/+39
* SERVER-20604 fix getMoreRequest.toBSONEric Milkie2015-10-082-0/+17
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-064-7/+30
* SERVER-20749: Race during getmore batch creation and cappedInsertNotification...Scott Hernandez2015-10-051-8/+16
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-10-014-53/+204