summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_check_resume_token.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-136/+76
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-1/+1
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-201-1/+2
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-1/+1
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-2/+2
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-1/+3
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-061-3/+3
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-6/+8
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-10/+6
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidBernard Gorman2019-07-181-3/+10
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-24/+60
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-17/+17
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...Bernard Gorman2019-03-191-7/+18
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-1/+1
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-201-38/+68
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-11/+21
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+1
* SERVER-34432 Allow $changeStream resume attempts to proceed if the initial st...Bernard Gorman2018-04-121-3/+13
* SERVER-34090 Allow resuming change stream when resume token's document key do...Bernard Gorman2018-04-061-38/+103
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-14/+24
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-191-12/+54
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-5/+3
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-6/+2
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-11/+11
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-2/+3
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-221-9/+69
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-8/+7
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+80