summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-11/+4
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-4/+11
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-2/+4
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-4/+3
* SERVER-35912 Upgraded PipelineCommand and ClusterPipelineCommand to TypedCommandAnthony Roy2018-07-111-51/+71
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-7/+3
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-0/+6
* 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-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-3/+5
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-6/+7
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-151-1/+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-1/+1
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-25/+9
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-7/+6
* 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