summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-161-4/+4
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-13/+16
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-37/+14
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-201-31/+14
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-40/+332
* SERVER-38682 Add option to show writes to documents performed as part of chu...Evan Nixon2019-05-221-0/+76
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-27/+19
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-38/+41
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-2/+4
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-6/+38
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-28/+42
* SERVER-39675 Look up prepared txn for commit op in $changeStreamJustin Seyster2019-03-181-11/+75
* SERVER-39674 Modify Change Streams match filter to be aware of prepared trans...James Wahlin2019-02-261-1/+34
* 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-6/+4
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-0/+75
* SERVER-38408 rename UUID::nil() to UUID::makeDefaultForChangeStream()Benety Goh2018-12-221-3/+5
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-3/+3
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-14/+14
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-38/+47
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-18/+18
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-35/+0
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-2/+2
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-36/+154
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-201-0/+56
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-191-23/+65
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-39/+10
* SERVER-35401: Whole-db and whole-cluster change streams do not filter operati...Nick Zolnierz2018-06-121-11/+68
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-60/+131
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a tota...Nick Zolnierz2018-05-291-7/+182
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+4
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-5/+5
* SERVER-34995 Remove dead code in query system.Charlie Swanson2018-05-161-0/+40
* SERVER-34662 fix $changeStream parsing to check that its argument is an objectIan Boros2018-04-261-0/+14
* SERVER-34283 Allow change streams on whole-db or whole-clusterCharlie Swanson2018-04-131-28/+1
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+1
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-3/+161
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-121-58/+131
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-4/+3
* SERVER-34282 Ban change streams on entire database unless test commands are e...Bernard Gorman2018-04-051-1/+28
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-0/+37
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-54/+305
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-5/+4
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-4/+8
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-121-8/+2
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-111-1/+1
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-24/+16