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