summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14792 count with a bad hint should fail, even if there is no query pre...David Storch2015-02-051-6/+8
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-4/+5
* SERVER-15605 add index bounds builder unit tests for NaNDavid Storch2015-02-051-0/+71
* SERVER-17117 propagate kill notifications to CachedPlanStageDavid Storch2015-02-051-5/+19
* SERVER-17132 make findAndModify behave correctly with concurrent writesDavid Storch2015-02-032-3/+22
* SERVER-17132 use snapshot id in DeleteStage, and re-check predicateDavid Storch2015-02-031-0/+1
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-16874 reset yield timer on every PlanExecutor::restoreState()David Storch2015-01-203-2/+15
* SERVER-16655 do not strip index tags from geo predicates during planning for ...David Storch2015-01-172-1/+36
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-169-5/+242
* SERVER-16887 PlanExecutor::_root type should be scoped_ptr<PlanStage>Jason Rassi2015-01-151-1/+1
* SERVER-16873 call commitAndRestart() when stashing RUsMathias Stearn2015-01-151-0/+3
* SERVER-16807 update and delete stages should skip over invalidated documents ...David Storch2015-01-151-3/+2
* SERVER-16574 remove summary string from PlanSummaryStatsDavid Storch2015-01-152-8/+1
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-158-47/+184
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1523-0/+63
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-154-4/+4
* SERVER-16830 Fix LiteParsedQuery find command object "hint" parsingJason Rassi2015-01-153-7/+14
* SERVER-16607 Agg cursor's pin needs to be cleaned up under coll lockJason Rassi2015-01-151-1/+36
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-122-4/+4
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-1/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-122-2/+2
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-6/+4
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-4/+3
* do not create extra NamespaceStringEliot Horowitz2015-01-122-1/+2
* SERVER-16757 a query with is not a commandEric Milkie2015-01-081-1/+0
* SERVER-16742 doc-locking storage engines do not need the KEEP_MUTATIONS stageDavid Storch2015-01-081-1/+7
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-072-4/+18
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-052-0/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-058-10/+29
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-052-1/+4
* SERVER-16577 add queryPlanner.indexFilterSet field to new explain formatDavid Storch2014-12-301-0/+16
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-294-17/+11
* SERVER-16520 Add a global CursorManagerJason Rassi2014-12-231-7/+22
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-233-5/+5
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-2/+2
* SERVER-14070 fix planner_analysis_test compile on OS XDavid Storch2014-12-121-1/+1
* SERVER-16068 add namespace to explain outputDavid Storch2014-12-122-5/+7
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2014-12-123-3/+81
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-111-2/+2
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-0/+1
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-4/+5
* SERVER-16301 add indexName to the explain output for index access stagesDavid Storch2014-12-051-0/+6
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-053-8/+8
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-1/+1
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-042-110/+92
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-042-87/+117
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-034-35/+35
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-016-64/+34
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-266-16/+16