summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/lite_parsed_pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* 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