summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentr3.0.9Jason Rassi2016-01-201-2/+2
* SERVER-2454 Return error on find/getMore PlanExecutor::DEADJames Wahlin2015-10-231-24/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-773/+739
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-201-0/+5
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-7/+5
* SERVER-16873 call commitAndRestart() when stashing RUsMathias Stearn2015-01-151-0/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* 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-121-2/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* 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-121-1/+1
* SERVER-16757 a query with is not a commandEric Milkie2015-01-081-1/+0
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16520 Add a global CursorManagerJason Rassi2014-12-231-7/+22
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-2/+2
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-2/+2
* 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-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-3/+3
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-1/+1
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-0/+890