summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregation_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-363/+0
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-4/+5
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-49896 Allow aggregate command to fail if minTs oplog cursor has fallen...Eric Maynard2020-10-011-4/+5
* SERVER-49895 Expose getLatestOplogTimestamp() in aggregation cursor command r...Alex Taskov2020-08-281-0/+16
* SERVER-49289 Add collectionUUID option to aggregateJack Mulrow2020-08-261-0/+9
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-7/+8
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-11/+11
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-11/+11
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-11/+11
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+4
* Revert "SERVER-46625 Improve diagnostics when mongocryptd requests are sent t...Katherine Wu2020-06-011-4/+0
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-011-0/+4
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-1/+11
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-6/+3
* SERVER-41900 Remove mergeByPBRT from aggregation_request.cppBernard Gorman2020-03-181-5/+0
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-11/+5
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-1/+9
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-0/+11
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-2/+1
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-14/+13
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-1/+0
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-10/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+6
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-10/+5
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-301-18/+0
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-0/+9
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-02-221-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-01-231-3/+0
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-0/+10
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-2/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-1/+10
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-30/+0
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-291-7/+0
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-5/+49
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-0/+9
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-5/+10
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-1/+34
* SERVER-29072 Add support for $lookup into a sub-pipelineJames Wahlin2017-05-191-8/+19
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-12/+12
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-19/+8
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-7/+33
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-1/+11
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-10/+41
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-1/+16