summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54537 Improve diagnosability for invariant failure in WiredTigerRecord...Dianna Hohensee2021-02-163-8/+16
* SERVER-54408 Implement AsyncTry-until without future recursionMatthew Saltz2021-02-163-48/+284
* SERVER-53983: Add failpoint to block collection cache refreshes for controlli...Daniel Gottlieb2021-02-162-0/+5
* SERVER-53552 Tenant migration donor should pass startMigrationDonorTimestamp ...Matthew Russotto2021-02-165-14/+72
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-166-5/+252
* SERVER-36794 Non-blocking plans with just one search term do not need an OR s...Hartek Sabharwal2021-02-161-7/+21
* SERVER-54478 Fix issue where recipient primary failover after forget migratio...Vishnu Kaushik2021-02-161-5/+6
* SERVER-54534: No need to wait for writeConcern on aborting multi-document tra...Lingzhi Deng2021-02-161-16/+8
* SERVER-52760 Add shardsvr_reshard_collection command and a DDL coordinator to...Marcos José Grillo Ramirez2021-02-166-15/+304
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-1618-48/+146
* SERVER-54566 Fixing the CatalogCacheLoader behavior when handling an update m...Sergi Mateo Bellido2021-02-161-33/+41
* Import wiredtiger: 5641affc867b1e150b2528471b4a876ea999b2e7 from branch mongo...Luke Chen2021-02-162-3/+5
* SERVER-53561 Disallow donorStartMigration command while upgrading or downgradingVesselina Ratcheva2021-02-161-0/+6
* SERVER-50580 SBE should obey ASSERT_MIN_TS_HAS_NOT_FALLEN_OFF_OPLOG flagBernard Gorman2021-02-155-35/+147
* SERVER-54482 Fix crash if collation.backwards param is undefined/nullA. Jesse Jiryu Davis2021-02-154-11/+11
* SERVER-52777 Fit refineShardKey in the DDL coordinator/participant modelPierlauro Sciarelli2021-02-155-38/+157
* Import wiredtiger: 87e004aa88066011b568709e49d209a63f0a9f97 from branch mongo...Luke Chen2021-02-154-6/+9
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-1414-116/+268
* SERVER-54506 Add missing libdeps for hello.idlSara Golemon2021-02-131-0/+2
* SERVER-54517 Remove redundant 'shouldFail()' around pauseWhileSet() for hangA...Jason Chan2021-02-121-3/+2
* SERVER-53080 generate optimized covered shard filtering plans in SBEDavid Storch2021-02-1214-108/+489
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-127-5/+61
* SERVER-54509: TenantOplogBatcher should transition to complete when it fails ...Lingzhi Deng2021-02-121-0/+5
* SERVER-51843 [SBE] Support MERGE_SORT stage with children that are not fetchedMihai Andrei2021-02-122-40/+70
* SERVER-50990: Include usernames and roleNames in createIndex audit eventVarun Ravichandran2021-02-123-1/+32
* SERVER-54502 Fix dependencies for transport_testAmirsaman Memaripour2021-02-121-0/+1
* SERVER-54496 Tenant migration donor should not specify timeout for recipientS...Cheahuychou Mao2021-02-121-3/+1
* SERVER-53962 Move UMC audit hooks to OpObserverssergey.galtsev2021-02-125-3/+43
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2021-02-126-11/+60
* SERVER-54388 Fix variable shadowing in document_source_set_window_fields.cppNick Zolnierz2021-02-121-2/+2
* Import wiredtiger: 509f9db55e5288e864564cccbb5822fe8b3c9fd3 from branch mongo...Luke Chen2021-02-1220-182/+270
* Revert "SERVER-53714 Add removable $min/$max window functions"Gregory Wlodarek2021-02-126-251/+5
* SERVER-50495 Make tenant_migration_jscore_passthrough simulate migrations tha...Cheahuychou Mao2021-02-121-14/+13
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-128-89/+151
* SERVER-53907: resharding donors report approxBytesToClone and approxDocuments...LaMont Nelson2021-02-126-16/+73
* SERVER-54479 Fix typo in the name for pauseTenantMigrationAfterPersistingInit...Cheahuychou Mao2021-02-121-2/+2
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-117-55/+85
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-116-5/+251
* SERVER-54458 update vendored scons to use uuid instead of pid for cachedirDaniel Moody2021-02-111-1/+3
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-118-145/+93
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-112-12/+0
* SERVER-54442 Test that operation context does not keep aborted transaction me...Pierlauro Sciarelli2021-02-111-24/+45
* SERVER-54459 TypedCommandify the logout commandSara Golemon2021-02-112-25/+44
* SERVER-54012 DurableCatalog::importCollection() handles collections without i...Gregory Wlodarek2021-02-111-5/+4
* SERVER-54012 DurableCatalogTest::ImportCollection to handle missing idxIdentGregory Wlodarek2021-02-111-6/+0
* SERVER-53744 Fix build on FreeBSD/powerpc64le.Piotr Kubaj2021-02-113-0/+19
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-112-0/+12
* SERVER-54426 Set all expected promises when committing time-series bucketGregory Noma2021-02-113-6/+29
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-1110-12/+14
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-118-93/+145