summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-1/+0
* SERVER-27991 Allow find and listIndexes to accept UUID argumentMaria van Keulen2017-04-281-6/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-8/+3
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+1
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-1/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+1
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-4/+3
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-5/+11
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-26/+26
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-13/+12
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-4/+4
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+19
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24766 find command support for viewsKyle Suarez2016-07-191-5/+59
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+4
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-4/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+4
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-18/+18
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-2/+2
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-6/+3
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+5
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-301-4/+2
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-42/+5
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-3/+3
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+1
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-4/+3
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+4
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-4/+5
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-2/+2
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+2
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-4/+4
* SERVER-20763 delay creation of ClientCursor in find commandDavid Storch2015-10-091-63/+54
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-0/+4
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-4/+0
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-0/+4
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-291-3/+15