summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_pipeline_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+3
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-16/+33
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-6/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-2/+14
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+3
* SERVER-35912 Upgraded PipelineCommand and ClusterPipelineCommand to TypedCommandAnthony Roy2018-07-111-56/+63
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-0/+6
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+4
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-10/+7
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-13/+1
* 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 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-5/+6
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-2/+1
* SERVER-28983 Get rid of duplicated code in the aggregation commandKaloian Manassiev2017-05-051-42/+33
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-5/+3
* SERVER-28350 cluster_pipeline_command.cpp::explain constructs command object ...Nick Zolnierz2017-04-191-10/+11
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-10/+3
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+44
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-3/+2
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-2/+8
* SERVER-24771 Cluster pipeline command refactorJames Wahlin2016-08-261-453/+4
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-4/+10
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-1/+3
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-11/+4
* SERVER-25473 Inject ExpressionContext before optimizing pipeline.Charlie Swanson2016-08-111-30/+31
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-6/+57
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-6/+34
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-2/+2
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-3/+2
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-1/+2