summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62560 implement valid() on Future typesMatt Diener2022-05-124-0/+320
* SERVER-66428: Get more diagnostics when validation fails on local.replset.ini...Daniel Gottlieb2022-05-121-0/+7
* SERVER-66381 Support mongo shell cursor cleanup for FLEMark Benvenuto2022-05-121-1/+1
* SERVER-61145 clang fixSuganthi Mani2022-05-122-2/+2
* SERVER-66301 use waitForFailpoint commandAndrew Witten2022-05-121-7/+18
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-1211-407/+681
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-1113-396/+370
* SERVER-66388 Disallow using transaction API in operations with shard versionsJack Mulrow2022-05-115-1/+97
* SERVER-59400 Revert "SERVER-55581: Return ScopedDbConnection to connection po...Amirsaman Memaripour2022-05-111-1/+0
* SERVER-61313 Remove unused ImplicitCreateCollectionException typedefSilvia Surroca2022-05-111-3/+0
* SERVER-66366 remove encryptionInformation after rewriting update and delete r...Davis Haupt2022-05-112-0/+5
* SERVER-66113 Add link to mongo shell in enterprise installAlexander Neben2022-05-111-0/+3
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-118-60/+111
* SERVER-62957 add reshardCollection change streams eventMisha Tyulenev2022-05-113-0/+12
* SERVER-66103 Teach SplitCellView::parse() to handle new flagsMathias Stearn2022-05-115-62/+132
* SERVER-66338 Skip blocking steps if split config already appliedMatt Broadstone2022-05-112-30/+44
* Import wiredtiger: 023918d1637df4cb7ab1eeb53b3c483de16f5d0f from branch mongo...Luke Chen2022-05-113-1/+129
* Import wiredtiger: e41ecd207030991a3c79a27ba39e35025f2e8379 from branch mongo...Luke Chen2022-05-1112-93/+319
* Import wiredtiger: c152e79fa4429fbefde1c73ce5db8e9d28078969 from branch mongo...Luke Chen2022-05-112-3/+4
* Import wiredtiger: 9f4c18f7d9edcc5bf4c2a17ec3caca24076b47a2 from branch mongo...Luke Chen2022-05-1123-73/+306
* Import wiredtiger: 8da47eb850a51b920edd06647b062f139283b3d0 from branch mongo...Chenhao Qu2022-05-112-2/+2
* SERVER-66085 Evaluate creating state collections as clustered collectionsMark Benvenuto2022-05-111-3/+6
* SERVER-64906 Copy applicable Tenant Migration jstests to shard splitmathisbessamdb2022-05-101-2/+49
* SERVER-66326 Simplify cancellation and abort flow in shard splitMatt Broadstone2022-05-102-101/+76
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-105-46/+72
* SERVER-65797 Adding comments to remind of updating allowed field names setYuhong Zhang2022-05-101-0/+2
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-1059-273/+142
* SERVER-66234 Fix variable shadowing in sharding_data_transform_cumulative_met...Randolph Tan2022-05-101-12/+12
* SERVER-64391 Adapt Existing ReshardingMetricsTest Cases to Use ReshardingMetr...Randolph Tan2022-05-101-0/+7
* Revert "SERVER-65347 Add testing to ensure that generated ninja files are det...Richard Samuels2022-05-102-21/+5
* SERVER-65908 update fields for reshardCollection noop messageMisha Tyulenev2022-05-102-21/+59
* SERVER-66212 Update std::abort calls in collection mock to MONGO_UNREACHABLEGeorge Wangensteen2022-05-101-81/+82
* SERVER-66280 Make batched writes aware of tenant migrationsJosef Ahmad2022-05-101-0/+6
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-1018-140/+263
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-05-103-110/+121
* Import wiredtiger: a1d0eda743a51dd607743af19eef48773e650640 from branch mongo...Etienne Petrel2022-05-102-5/+3
* Import wiredtiger: 350fecbfc787cae88cb8b785a30780408fd78e1e from branch mongo...Etienne Petrel2022-05-102-4/+4
* Import wiredtiger: 2c5dfec5090faaffdf2cc397ca7f9c0332466992 from branch mongo...Etienne Petrel2022-05-108-187/+326
* SERVER-62958 Add refineCollectionShardKey change stream eventMisha Tyulenev2022-05-103-0/+16
* SERVER-66235 Clear sync source following a shard split reconfigDidier Nadeau2022-05-107-12/+163
* SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce FC...samontea2022-05-103-4/+4
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-102-9/+24
* SERVER-66320 Wait for thread pool to be idle before resetting TransactionWith...Jack Mulrow2022-05-101-0/+5
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-105-66/+327
* SERVER-66242 Set `JournalListener` in `ServiceContextMongoDTest`Gregory Noma2022-05-093-4/+20
* SERVER-66089 Initial sync should do transaction table read with a later after...Matthew Russotto2022-05-091-5/+9
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-0985-761/+680
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-0913-53/+194
* SERVER-66236 Always return UNSHARDED description on uninitialised clusterKaloian Manassiev2022-05-092-8/+13
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-093-35/+80