summaryrefslogtreecommitdiff
path: root/jstests/change_streams
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-151-0/+258
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-03-102-23/+90
* SERVER-61888 Add shardCollection change streams eventMisha Tyulenev2022-03-101-0/+221
* SERVER-63394 Add change stream events for createIndex and dropIndexDrew Paroski2022-03-052-30/+258
* SERVER-62556 Fix typoArun Banala2022-03-021-1/+1
* SERVER-62556 Make rename across databases emit insert change events for tempo...Arun Banala2022-03-021-0/+65
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-223-1/+293
* SERVER-61889 Add new fields to the existing change stream eventsNikita Lapkov2022-02-101-7/+151
* SERVER-56974 Enable feature flag for PM-2311Jordi Olivares Provencio2022-02-091-2/+1
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-095-192/+151
* SERVER-63391 Add a $match to filter out newly added events when 'showExpanded...Arun Banala2022-02-091-15/+10
* Revert "SERVER-56974 Enable feature flag for PM-2311"auto-revert-processor2022-02-091-1/+2
* SERVER-56974 Enable feature flag for PM-2311Jordi Olivares Provencio2022-02-081-2/+1
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-02-082-0/+560
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-085-151/+192
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-075-192/+151
* SERVER-61885 Add the 'showExpandedEvents' flag to the change streams specArun Banala2022-01-272-1/+36
* SERVER-62081 Exhaustively test and fix change stream rewrites against null-eq...Bernard Gorman2022-01-074-0/+341
* SERVER-62133 Fix multiversion issue in change_stream_pre_image_lookup_whole_d...Rishab Joshi2021-12-261-1/+1
* SERVER-62003 Fix change stream rewrite for 'fullDocument' null-equality on 'd...Bernard Gorman2021-12-151-15/+143
* SERVER-60240 Ensure pre-/post-images are available after a resharding operation.Rishab Joshi2021-12-152-2/+200
* SERVER-61696 Make change stream pre- and post- image tests multiversion testi...Denis Grebennicov2021-12-103-3/+3
* SERVER-60251 Add tests for change stream pre-images/post-images with retryabl...Denis Grebennicov2021-12-091-116/+0
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-065-12/+10
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-233-6/+0
* SERVER-61267: Fix multiple issues with change stream multi-version whole clus...Rishab Joshi2021-11-201-0/+7
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-101-3/+4
* SERVER-60236 Ensure pre-/post-images are not retained for documents belonging...Rishab Joshi2021-11-051-0/+224
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-293-14/+166
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-251-1/+2
* SERVER-58825 Make pre-images collection clusteredMindaugas Malinauskas2021-10-192-2/+8
* SERVER-58687 Implement writing of pre-images for non-transactional delete ope...Denis Grebennicov2021-10-142-47/+113
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-141-0/+4
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-122-4/+5
* SERVER-60227 Make change_stream_basic_match_pushdown_rewrite.js more robustJustin Seyster2021-10-041-7/+15
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-043-117/+231
* SERVER-55545 Add support for change stream $match pushdown for the "updateDes...Drew Paroski2021-10-021-0/+234
* SERVER-59422 Add $expr rewrite for "to" field.Rishab Joshi2021-09-301-55/+487
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-273-28/+150
* SERVER-59421 Add $expr rewrite for "ns" field.Rishab Joshi2021-09-232-43/+574
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-0/+67
* SERVER-59457 [Part2] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-166-0/+1915
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-1/+1
* SERVER-58934 Don't pass any feature flag parameters to old fixture in multive...Mikhail Shchatko2021-09-011-0/+1
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-271-0/+26
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-232-2/+4
* SERVER-58511 Create feature flag for change stream oplog rewritesDrew Paroski2021-07-213-6/+6
* SERVER-57792 Always supply invalidate event to DSCSEnsureResumeTokenPresent w...Denis Grebennicov2021-07-121-0/+57
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-38/+42
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-302-12/+0