summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-19/+20
* SERVER-27030 Improve error for legacy find/getMore on viewJames Wahlin2016-11-161-2/+21
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-2/+2
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-281-5/+1
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-11/+11
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-15/+13
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-1/+5
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-8/+6
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-23/+23
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+7
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-2/+12
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-4/+4
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-5/+0
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-2/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+1
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-49/+42
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-11/+6
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-6/+14
* SERVER-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-301-2/+4
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-18/+5
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-6/+3
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-6/+15
* SERVER-20808 reject negative ntoreturn on OP_GET_MORE messagesDavid Storch2016-01-211-0/+2
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentJason Rassi2016-01-201-2/+2
* SERVER-20758 remove remaining uses of CursorCache and ShardedClientCursorDavid Storch2015-11-111-1/+1
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-1/+1
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-4/+8
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20749: Race during getmore batch creation and cappedInsertNotification...Scott Hernandez2015-10-051-8/+16
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-10/+8
* SERVER-20370: simplify capped insert notifierScott Hernandez2015-09-221-2/+1
* SERVER-19649 don't log awaitData queries that exceed slowms while waitingYunhe (John) Wang2015-09-041-0/+4
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-2/+7
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-3/+3
* SERVER-19947 fix distributed deadlock by preventing agg cursors from making a...David Storch2015-08-171-1/+8
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-2/+2
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-28/+5
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-84/+14
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-161-53/+91
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-6/+10
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+1
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-5/+5
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curopAdam Midvidy2015-06-291-1/+1
* Revert "SERVER-19143 remove ns from OpDebug and synchronize access to NS in c...Kaloian Manassiev2015-06-261-1/+1
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curOpAdam Midvidy2015-06-261-1/+1
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-14/+8