summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_check_invalidate.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55424: Rename change streams DocumentSources to include ↵Rishab Joshi2021-05-201-102/+0
| | | | 'DocumentSourceChangeStream' prefix.
* SERVER-54676 Serialization and deserialization for shard-side change streams ↵Arun Banala2021-05-121-4/+9
| | | | stages
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on ↵Rishab Joshi2021-04-301-0/+2
| | | | invalidate events
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-0/+1
|
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ↵Mihai Andrei2019-12-021-4/+3
| | | | each aggregation pipeline stage and expose via explain
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-3/+6
|
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard ↵Bernard Gorman2019-06-291-5/+9
| | | | resume logic
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid ↵Arun Banala2019-05-241-1/+1
| | | | confusion with $merge
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-0/+1
| | | | This bans $merge and $sB from $lookup subpipelines
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
| | | | This reverts commit 1b00abfda7592d701f632b9550f973c56cea818f.
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
| | | | encryption in agg
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+4
| | | | | Allows an $out stage to run in parallel on all shards if the target collection is sharded and so is the input collection to the aggregate.
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+0
| | | | This reverts commit 0cb2195939494660334db8e9d0a52509caeb621c.
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+4
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-34789: Using resume token from 'invalidate' notification for ↵Nick Zolnierz2018-06-271-0/+82
'resumeAfter' should error