summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-2/+5
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+9
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22844 Fix PlanExecutor::getNext() error handling in agg cmdJason Rassi2016-02-251-2/+2
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-1/+7
* SERVER-19643 Aggregation directly from a shard does not use sharding filter.Benjamin Murphy2016-02-081-1/+1
* 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-4/+3
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-081-0/+10
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-4/+3
* SERVER-19095 Prep for $lookUp, add checks for auth and sharded collection(s)James Cohan2015-08-071-4/+4
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-2/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-3/+4
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-19/+9
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+3
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-24/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-260/+249
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-18036 pipeline command should check collection name before creating na...Benety Goh2015-06-191-2/+3
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2