summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_check_resume_token_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-8/+138
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-7/+7
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-2/+2
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-2/+2
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-2/+1
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-201-7/+73
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-2/+2
* SERVER-32308 Address ASAN failure due to leaked Pipeline in attachCursorSourc...James Wahlin2018-12-141-2/+4
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-11/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-1/+1
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-8/+66
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+3
* SERVER-34432 Allow $changeStream resume attempts to proceed if the initial st...Bernard Gorman2018-04-121-0/+68
* SERVER-34090 Allow resuming change stream when resume token's document key do...Bernard Gorman2018-04-061-8/+108
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-16/+13
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-191-4/+17
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-5/+5
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-5/+5
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-15/+15
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-28/+15
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+2
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-28/+16
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-17/+30
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-3/+15
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-10/+24
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-221-6/+216
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-4/+4
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-151-6/+12
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+191