summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_check_resume_token.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-0/+7
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-3/+3
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-0/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-8/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+8
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-201-15/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-14/+14
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-14/+14
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-14/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-15/+6
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-1/+2
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-1/+1
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-4/+4
* SERVER-34090 Allow resuming change stream when resume token's document key do...Bernard Gorman2018-04-061-4/+13
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-7/+8
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-0/+2
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-1/+2
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-191-1/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+1
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-101-2/+4
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+15
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-12/+5
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-3/+6
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-1/+1
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-0/+16
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-221-8/+54
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-1/+1
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+79