summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/lite_parsed_document_source.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-0/+7
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-0/+2
* Revert "SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursor...Yoonsoo Kim2022-03-211-2/+0
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-0/+2
* 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-1/+10
* SERVER-59326 Add all document sources to parser mapTed Tuckman2021-10-111-0/+13
* 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-2/+4
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-26/+1
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-8/+10
* SERVER-53083 collStats results depend on topology and optionruslan.abdulkhalikov2021-03-231-4/+0
* Add limited $collStats invocations to API Version 1Charlie Swanson2021-03-171-0/+13
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-111-7/+27
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+22
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-071-0/+4
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-8/+34
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-311-0/+24
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-27/+18
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-11/+25
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-0/+25
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-8/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-8/+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-0/+8
* SERVER-32666 Allow $graphLookup against a sharded collection to execute on mo...Martin Neupauer2019-01-301-8/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36114: Test sharded $out concurrently executing with chunk migrationsNick Zolnierz2018-08-211-1/+3
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-17/+16
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-5/+23
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-0/+7
* SERVER-29628 $listSessions aggregation stageSara Golemon2017-08-231-0/+7
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-0/+7
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+2
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-2/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-5/+28
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-7/+10
* 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 make LiteParsedDocumentSource destructor virtualDavid Storch2016-10-041-0/+2
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-0/+128