summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-4/+4
* SERVER-50769 Change streams no longer balk at empty applyOpsJustin Seyster2021-01-121-1/+331
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-14/+14
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-62/+63
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-17/+43
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-3/+6
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-021-5/+5
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-131-0/+152
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-28/+28
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-3/+6
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-4/+4
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-2/+2
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-18/+330
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-31/+28
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-151-4/+4
* Revert SERVER-41513Xuerui Fa2019-10-141-4/+4
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-141-4/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-4/+4
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-3/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+16
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-37/+14
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-51/+0
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-171-31/+14
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-171-14/+31
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-141-31/+14
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-7/+7
* 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