summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-1/+0
* SERVER-28983 Get rid of duplicated code in the aggregation commandKaloian Manassiev2017-05-051-64/+39
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-9/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-499/+40
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-34/+37
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-2/+2
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-1/+1
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-20/+3
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-161-6/+0
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-22/+22
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-7/+2
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-20/+18
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-40/+23
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-26067 Fix ViewDefinition access outside of lockJames Wahlin2016-09-131-8/+9
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+24
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-0/+58
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+1
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-1/+3
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-9/+13
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-221-36/+54
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-0/+74
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-3/+2
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-021-2/+18
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-3/+18
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-1/+1
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-12/+23
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-141-8/+31
* SERVER-25043 Use MONGO_INITIALIZER for the aggregate commandKaloian Manassiev2016-07-141-3/+9
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-9/+6
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+8
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-8/+0
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+2
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-32/+71
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+8
* SERVER-24414 log deprecation warning when aggregate command is used without '...David Storch2016-06-161-0/+18
* SERVER-23611 Agg use collection default collation, if unspecifiedJ. Rassi2016-06-131-0/+7
* SERVER-23238 Remove trailing whitespace to fix lint.Max Hirschhorn2016-06-091-1/+1
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-9/+2
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-26/+22
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-1/+1
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-1/+1
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-6/+0
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-2/+9
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+5