summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/lite_parsed_pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-3/+5
* SERVER-62563 Support sharding for collectionUUID parameter of aggregate commandMoustafa Maher Khalil2022-02-071-0/+7
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-0/+17
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-141-0/+7
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-221-0/+7
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-4/+7
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-5/+4
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53083 collStats results depend on topology and optionruslan.abdulkhalikov2021-03-231-7/+0
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-111-5/+0
* SERVER-54611 Conditionally validate timeseries create collection's internal p...Rishab Joshi2021-02-261-2/+2
* SERVER-53483 Map predicates on time and regular fields to predicates on contr...Katherine Wu2021-02-241-19/+4
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-18/+22
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-1/+1
* SERVER-51618 Disallow pipeline stages that are not part of API version 1 with...Ruoxin Xu2021-01-121-0/+23
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+3
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-071-0/+7
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-0/+5
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-311-0/+7
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-7/+9
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-5/+5
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-3/+2
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-0/+8
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-10/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-2/+1
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-12/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-1/+14
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-081-23/+13
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-1/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-4/+4
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-0/+10
* SERVER-35891 add failpoints to disable aggregation optimizationsVarun Arora2018-07-251-1/+1
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-3/+5
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-0/+18
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-091-2/+0
* SERVER-29628 $listSessions aggregation stageSara Golemon2017-08-231-0/+9
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-0/+9
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-4/+4
* SERVER-30246 Error if $changeNotification is sent to mongos.Charlie Swanson2017-07-261-3/+7
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-0/+13
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-071-0/+7
* Revert "SERVER-29125 Add $changeNotification stage that always outputs the si...James Wahlin2017-06-071-7/+0
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-071-0/+7
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-0/+85