summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58546 Add log message to applyOps to preview which oplog entries will ...r5.0.1-rc0r5.0.1Gregory Wlodarek2021-07-151-0/+6
* SERVER-58489 Collection creation stuck in an infinite writeConflictRetry loop...Yuhong Zhang2021-07-151-7/+5
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-145-73/+153
* SERVER-58142: TenantOplogBatcher should transition to complete when the next ...Lingzhi Deng2021-07-131-0/+5
* SERVER-58398 TenantMigrationDonor will not retry recipientSyncData on non-ret...Jason Chan2021-07-131-2/+20
* Import wiredtiger: cca84e5abd6c9e14a75d8ab28bf7299d13b5b47b from branch mongo...r5.0.0-rc8Luke Chen2021-07-072-6/+9
* Import wiredtiger: f66db272184f1597839500e12b11a6eb9470b517 from branch mongo...Luke Chen2021-07-073-6/+154
* Import wiredtiger: dbe06a6778c676506a2eddfda3e1fd5b69f61c57 from branch mongo...Luke Chen2021-07-072-3/+1
* SERVER-58186 Temporarily disallow collMod from changing timeseriesLouis Williams2021-07-011-10/+3
* Revert "SERVER-58012 Serialize implicit create collection with drop database"Pierlauro Sciarelli2021-07-012-18/+1
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-2955-314/+481
* SERVER-57914 make getField return missing valuesRuslan Abdulkhalikov2021-06-282-9/+9
* SERVER-57347 Fix the data race in OpMsgFuzzerFixturer5.0.0-rc5Amirsaman Memaripour2021-06-282-11/+18
* SERVER-57639 Consolidate scheduling of ServiceStateMachine loopsAmirsaman Memaripour2021-06-281-39/+46
* SERVER-57639 Remove unused code from ServiceStateMachineAmirsaman Memaripour2021-06-281-34/+0
* SERVER-57639 Log termination of sessions at debug levelAmirsaman Memaripour2021-06-281-1/+1
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-281-1/+1
* Revert "SERVER-56963 Prevent secondaries from waiting for write concern when ...Matthew Russotto2021-06-251-10/+0
* SERVER-57494 Clear the locker before re-attempting a command using the same o...Matthew Russotto2021-06-254-2/+35
* SERVER-57629 Change $integral&$derivative argsJacob Evans2021-06-2510-108/+101
* SERVER-57601: BACKPORT-9750 [v5.0] OCSPFetcher must verify that the SSLConnec...Andrew Shuvalov2021-06-256-7/+111
|\
| * SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-256-7/+111
* | SERVER-58047: $toHashedIndexKey expression doesn't add any dependencies.Kshitij Gupta2021-06-252-1/+12
|/
* SERVER-57066 Fix typo in tenant migration donor blocking state timeout logJack Mulrow2021-06-251-1/+1
* SERVER-55444: APIStrictError directs user to docs for migration suggestionsMaddie Zechar2021-06-251-5/+9
* Revert "SERVER-52906 Applying metadata update before dispatching rollback tas...Pierlauro Sciarelli2021-06-251-29/+19
* SERVER-58012 Serialize implicit create collection with drop databasePierlauro Sciarelli2021-06-252-1/+18
* SERVER-58063 Alias "flushReshardingStateChanges" as "_shardsvrCommitReshardCo...Blake Oler2021-06-253-5/+34
* Import wiredtiger: a41345737223a2432b548566b516ea5f3bd06131 from branch mongo...Luke Chen2021-06-2510-85/+240
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-252-6/+42
* SERVER-57775 CollectionImpl removes uncommitted multikey state if DurableCata...Benety Goh2021-06-242-6/+12
* SERVER-57258: Add deprecation msg for mapReduce()Maddie Zechar2021-06-242-3/+19
* SERVER-58023 PrimaryOnlyService should not invariant that _activeInstances is...Matthew Saltz2021-06-242-2/+98
* SERVER-57842 Use OperationId instead of LogicalSessionId in the BucketCatalogGregory Noma2021-06-244-30/+38
* SERVER-57775 add tests for Collection::setIndexIsMultikey()Benety Goh2021-06-241-0/+120
* SERVER-57775 add EFTAlwaysThrowWCEOnWrite fail pointBenety Goh2021-06-243-3/+13
* SERVER-57373 Add new startup warning around eMRC=F removalHuayu Ouyang2021-06-241-1/+7
* SERVER-54128 Don't push down expressions past sort+limitDavid Percy2021-06-241-6/+33
* SERVER-57952 Re-add DonorStateEnum::kPreparingToBlockWrites.r5.0.0-rc4Max Hirschhorn2021-06-248-19/+78
* SERVER-57832 Tenant collection cloner checkIfDonorCollectionIsEmptyStage does...Vishnu Kaushik2021-06-232-5/+52
* SERVER-49435 Make NetworkInterfaceTL::ExhaustCommandState::sendRequest handle...George Wangensteen2021-06-231-12/+12
* SERVER-57540 IDL accepts null CommitQuorum typeMark Benvenuto2021-06-231-0/+7
* SERVER-57898: Do not stepup for kDone in restoreMetricsAfterStepUp testKshitij Gupta2021-06-231-1/+2
* SERVER-55949 CancellationState::isCanceled and isCancelable use load instead ...Alex Li2021-06-231-2/+2
* SERVER-54510 Ensure client is bound to thread destroying opCtx in transport t...George Wangensteen2021-06-231-3/+10
* SERVER-57492 Side-write table should not write more than KeyStringLouis Williams2021-06-233-6/+6
* SERVER-57769 Allow tenant migration donors to advance cluster time with noopsJack Mulrow2021-06-236-15/+138
* SERVER-57973 CreateCollectionCoordinator should use {multi:true} when deletin...Jordi Serra Torrens2021-06-231-2/+2
* SERVER-56010 Wait for primary services to finish rebuilding before completing...Wenbin Zhu2021-06-225-46/+128
* SERVER-57709 Make MigrationDestinationManager's inserter thread interruptible...Cheahuychou Mao2021-06-221-1/+4