summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 46476d5bd43df2a4dadd04104c91038cd867774c from branch mongo...r5.0.3-rc0Luke Chen2021-08-3026-140/+555
* SERVER-59516: Create opCtx outside of lock in oplog fetcherXueruiFa2021-08-271-1/+1
* SERVER-59292 completion future can be set more than once because of WithAutom...Randolph Tan2021-08-272-7/+96
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-273-3/+18
* Import wiredtiger: c6ea0d18b5bcd7a6e7d91eece81ada238904c80e from branch mongo...Luke Chen2021-08-2641-364/+1448
* SERVER-58857 Do not filter 'fromMigrate' events if 'showMigrationEvents' opti...Rishab Joshi2021-08-241-2/+5
* SERVER-55966 Handle exceptions thrown from `AsyncTry::until`Amirsaman Memaripour2021-08-232-2/+45
* SERVER-58926 ReshardingDonor should not try to set the stop time of the criti...Haley Connelly2021-08-201-2/+8
* SERVER-58184 Move getOldestActiveTimestamp after prepare reconstructionPavi Vetriselvan2021-08-201-4/+11
* SERVER-58420 Clamp safely the input value of changeUmask.Rishab Joshi2021-08-201-1/+1
* SERVER-58603 ensureTempReshardingCollectionExistsWithIndexes may hit an invar...Randolph Tan2021-08-201-0/+10
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-207-23/+109
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-198-54/+233
* SERVER-58081 Make _flushReshardingStateChange return instead of blocking if t...Haley Connelly2021-08-194-58/+161
* Import wiredtiger: b385c984870fec2d693dece8e79876fd5e8bf867 from branch mongo...Luke Chen2021-08-19116-805/+1331
* SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2Mark Benvenuto2021-08-181-0/+1
* SERVER-58342 Allow specifying of reshardCollection zones to be emptyHaley Connelly2021-08-171-1/+2
* SERVER-58669 Allow collMod, createIndexes, and dropIndexes once resharding co...jannaerin2021-08-172-4/+12
* SERVER-59291 Add searchMeta query knobTed Tuckman2021-08-171-0/+8
* SERVER-59236 add shell function to recursively copy a directoryRichard Samuels2021-08-171-0/+17
* SERVER-59353: Strip featureFlagRetryableFindAndModify for mongod binaries pri...Daniel Gottlieb2021-08-171-0/+1
* SERVER-57716: use common CA file for OCSP where clusterCA is presentsergey.galtsev2021-08-161-19/+60
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-08-162-6/+124
* SERVER-58051 close the original log when rotating to newsergey.galtsev2021-08-161-0/+2
* SERVER-59091 Avoid fetching namespace from durable catalog for every key inse...Gregory Noma2021-08-131-11/+12
* SERVER-59025 Increase storage log verbosity in `oplog_slow_sampling_logging.js`Gregory Noma2021-08-121-17/+14
* SERVER-57651 Prevent integer overflow in QueryPlanner parsing of hint parameterKatherine Wu2021-08-121-1/+1
* SERVER-59204 Ensure that BSONObj stored in the PlanCacheEntry debugInfo is ownedJames Wahlin2021-08-121-2/+2
* SERVER-58399 Fix serialization logic for 'errInfo' field produced by Document...Mihai Andrei2021-08-123-10/+60
* SERVER-59188 Fix coverity issue in DocumentSourceUnwindTed Tuckman2021-08-121-1/+1
* SERVER-59044 Bailout early if a time series collection is empty when building...Eric Cox2021-08-121-0/+10
* SERVER-59071 Treat '$sample' as unsharded when connecting directly to shardsEric Cox2021-08-121-8/+8
* SERVER-58781 ReshardingCoordinatorObserver should not fulfill promises when s...Matt Walak2021-08-123-2/+66
* SERVER-50937 Wrap operations in resharding coordinator that contact remote no...Randolph Tan2021-08-118-119/+216
* SERVER-50937 Refactor resharding coordinator to consolidate distinct error ha...Randolph Tan2021-08-115-171/+367
* SERVER-50637 Expose reshardDoneCatchUp no-op oplog entry as change eventMatt Walak2021-08-117-8/+47
* SERVER-58815 Have internal findAndModifyImageLookup set the synthetic oplog e...Jason Chan2021-08-112-5/+9
* SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtimeSara Golemon2021-08-111-2/+13
* SERVER-58353 re-enable failing replication testsVishnu Kaushik2021-08-111-5/+11
* SERVER-54735 Make AsyncTry-Until loops set results to ShutdownInProgress on e...Amirsaman Memaripour2021-08-114-24/+95
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-08-1127-322/+372
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-08-1116-84/+63
* SERVER-58594 ReplicationCoordinatorImpl::handleHeartbeatResponse_forTest does...Vishnu Kaushik2021-08-111-4/+6
* SERVER-58060 Add new internal FindAndModifyImageLookup aggregation stageJason Chan2021-08-104-0/+606
* SERVER-55760 Fix data races in Cancelation tests for AsyncTryAlex Li2021-08-102-9/+69
* SERVER-58438 Speed up tenant migration retryable write pre-fetch pipeline by ...Wenbin Zhu2021-08-101-36/+47
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-08-107-14/+304
* SERVER-50522 Expose reshardBegin no-op oplog entry as change eventmrwalak2021-08-107-17/+78
* SERVER-58389 Removed $maxTimeMS for updates performed by shards on the config...Matt Walak2021-08-109-8/+94
* SERVER-50636 Write reshardDoneCatchUp no-op oplog entry after recipient has c...Matt Walak2021-08-104-0/+96