summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62556 Make rename across databases emit insert change events for tempo...Arun Banala2022-03-022-2/+67
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-0215-56/+118
* Import wiredtiger: 515946e176cfd87066231d766e264a6ba068d034 from branch mongo...Luke Chen2022-03-022-1/+7
* Import wiredtiger: 8f6a0a2e0de9e89041479af9e899df4dd93da5d7 from branch mongo...Luke Chen2022-03-022-2/+2
* Import wiredtiger: 94d61e06a53d258f2f9338a75299e255500bac5c from branch mongo...Luke Chen2022-03-022-2/+13
* Import wiredtiger: fa9bb29c1563ed12b23984aa755b112abc50d2c6 from branch mongo...Luke Chen2022-03-022-2/+4
* Import wiredtiger: b03e33a46f97cd6af338ae78326ba64fc626ee1f from branch mongo...Luke Chen2022-03-029-116/+658
* Import wiredtiger: b6f7e3570f92b13214bc1e670544e28f20ebb6bc from branch mongo...Luke Chen2022-03-026-33/+33
* Import wiredtiger: bafff542e46c9102a553dba7dd8e550e2412490d from branch mongo...Luke Chen2022-03-0220-110/+123
* Import wiredtiger: 9aefe6512018c229358e916f6e5f52f2784ba17f from branch mongo...Luke Chen2022-03-024-5/+11
* Import wiredtiger: 8008c405d627cdca8110969a0155fb05e21ac42e from branch mongo...Luke Chen2022-03-022-1/+6
* Import wiredtiger: 7e61d33ee264007137b11de73e9e6acee913e52e from branch mongo...Luke Chen2022-03-023-3/+7
* Import wiredtiger: 060409ad4491f1629275ddf3f8fbb22c7cde35a8 from branch mongo...Luke Chen2022-03-025-24/+17
* Import wiredtiger: d4d8eaea17111cda6ae00b033c0e50f56b35219b from branch mongo...Luke Chen2022-03-024-33/+45
* Import wiredtiger: f3ba3760b1eb75b81e8a064c1dcb312866e33db8 from branch mongo...Luke Chen2022-03-0257-249/+221
* SERVER-63966 Update `Zstandard` path in `third_party_components.yml`Gregory Noma2022-03-021-1/+1
* SERVER-63998 Pass in --port cli options to replicator fixtureJason Chan2022-03-011-1/+4
* SERVER-63746 Allow client session case for transaction APIJack Mulrow2022-03-012-3/+178
* SERVER-64066: Skip stepdown and shutdown tests for Shard MergeChristopher Caplinger2022-03-011-8/+14
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-0136-168/+247
* SERVER-63963 Rename local variables to address Coverity warningsAmirsaman Memaripour2022-03-011-4/+4
* SERVER-63908 Allow stopping of index builds during initial syncMatthew Russotto2022-03-011-2/+8
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-63294 server-side rewrite for match expressions with FLE find payloadsDavis Haupt2022-03-0134-107/+633
* SERVER-60016 add requires_replication and requires_sharding tags to serverSta...Dianna Hohensee2022-03-011-2/+6
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-015-286/+76
* SERVER-63744 Define top of oplog in the replication arch guideHuayu Ouyang2022-03-011-15/+18
* SERVER-63872 Tighter task and idle timeoutsMikhail Shchatko2022-03-0110-39/+105
* SERVER-64043 ConfigsvrConfigureCollectionBalancing should be interruptable on...Allison Easton2022-03-011-0/+1
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-019-74/+30
* SERVER-60920 BalancesCommandsScheduler completes every outstanding command be...Paolo Polato2022-03-017-171/+50
* SERVER-64024 destroy the packaged_task on the thread it was createdBilly Donahue2022-03-011-199/+159
* SERVER-63680 implelent mongo_csfle_v1_get_versionsergey.galtsev2022-03-011-0/+2
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Dianna Hohensee2022-02-288-35/+116
* SERVER-63988 Remove reduntant ShardDatabaseTypeTommaso Tocci2022-02-288-248/+34
* SERVER-64048: Ensure Donor stable timestamp > that of RecipientChristopher Caplinger2022-02-281-1/+1
* SERVER-57369 Handle accidental multi-auth attempt in auth1.jsSara Golemon2022-02-281-20/+17
* SERVER-63999 Update shard key fsm tests shouldn't expect internal transaction...Jack Mulrow2022-02-281-5/+9
* SERVER-63275 set featureFlagFLE2 on mongocryptdNicholas Zolnierz2022-02-282-1/+4
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-2830-273/+1283
* SERVER-63673 Prohibit encrypted fields with capped collectionsErwin Pe2022-02-284-0/+56
* SERVER-63879 Make findAndModify image lookup aggregation stage handle applyOp...Cheahuychou Mao2022-02-285-119/+309
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-2812-9/+166
* SERVER-63844 Update _checkTooStaleToSyncFromSource log to include remoteFirst...ali-mir2022-02-282-4/+4
* SERVER-61010 Require a `Status` for `BucketCatalog::abort`Gregory Noma2022-02-284-115/+124
* SERVER-64016 Reintroduce balancer_defragmentation_merge_chunks.js into the cs...Tommaso Tocci2022-02-281-11/+7
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-02-281-0/+1
* SERVER-63259 Generate 'Nothing' value for SEARCH_META in SBE stage builderMihai Andrei2022-02-281-2/+1
* SERVER-64004 removing TimeoutAbortsAwaitReplication due to race condition an...mathisbessamdb2022-02-281-44/+0