summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39241 Apply noFetchBonus iff no FETCH stage; disregard PROJECTIONDavid Percy2020-04-222-5/+81
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-173-2/+8
* Revert "SERVER-38356 added functionality to forbid dropping the oplog, modifi...Tess Avitabile2020-04-151-16/+5
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-142-26/+23
* SERVER-42525 Single-node replica sets shouldn't wait for electable caught up ...Mihai Andrei2020-04-091-13/+18
* SERVER-42862 Set forceRefreshFromThisThread to true in forceShardFilteringMet...Jamie Heppenstall2020-04-081-2/+2
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-082-1/+102
* SERVER-45334 Service Name not respected in MSI InstallerMathew Robinson2020-04-071-4/+4
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-04-073-13/+114
* SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest...r4.0.18-rc0r4.0.18Jack Mulrow2020-04-061-0/+2
* SERVER-45119 Fix CollectionShardingState::getCurrentShardVersionIfKnown to ac...Kaloian Manassiev2020-04-061-1/+1
* Import wiredtiger: cb9f737fc6c1d78a4ad50df50cdfa4047e04e6c4 from branch mongo...Luke Chen2020-04-064-14/+28
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-04-021-0/+2
* SERVER-46834 Use monotonic time in UserCacheInvalidatorShreyas Kalyan2020-04-011-1/+4
* SERVER-44892 getShardDistribution should use $collStats agg stage instead of ...Tommaso Tocci2020-03-301-59/+65
* SERVER-45050 Change Windows Kerberos client to use default credentials when n...Mark Benvenuto2020-03-271-9/+10
* SERVER-44463 insertConfigDocumentsAsRetryableWrite() incorrectly calculates B...Marcos José Grillo Ramírez2020-03-271-9/+7
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2020-03-272-2/+19
* SERVER-45987 Ensure apply op entries for deletes in multi-document transactio...Ruoxin Xu2020-03-251-2/+1
* SERVER-38119 Windows dump file naming does not account for dots in directory ...Mathew Robinson2020-03-241-1/+1
* Revert "SERVER-46195: Hang secondary before validate command in rollback_afte...Xuerui Fa2020-03-201-8/+0
* SERVER-46024 Collect /proc/vmstat swap statistics in FTDCMark Benvenuto2020-03-194-0/+199
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-193-7/+40
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2020-03-194-14/+7
* SERVER-46898 The tcmallocReleaseRate parameter does not work in 4.0 and 3.6Mark Benvenuto2020-03-181-1/+1
* SERVER-46195: Hang secondary before validate command in rollback_after_enabli...Xuerui Fa2020-03-171-0/+8
* SERVER-46365 Do not trip invariant on FCV check in getMorer4.0.17-rc0r4.0.17Justin Seyster2020-03-091-2/+4
* SERVER-45770 add to/from information to moveChunk.to log messageJosef Ahmad2020-03-061-1/+1
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-03-051-1/+1
* SERVER-46466 Make session migration destination check out sessionRandolph Tan2020-03-041-13/+23
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Kaloian Manassiev2020-03-024-13/+52
* SERVER-46001 Move checkShardingIndex outside shardCollection's read critical ...Cheahuychou Mao2020-02-281-14/+16
* Import wiredtiger: 1289661dc517fcd41326d407a04c788926db1919 from branch mongo...Luke Chen2020-02-286-17/+33
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-272-19/+111
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2020-02-272-8/+9
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-276-8/+74
* SERVER-44853 MSI Should skip install MongoD service dialog when mongod is not...Mathew Robinson2020-02-271-3/+19
* SERVER-43867 Work around unrecoverability of rollback via refetch in tests SE...Vesselina Ratcheva2020-02-274-0/+168
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-02-2616-77/+73
* SERVER-45599 Backport of SERVER-39495: Only return versioned filtering metada...Kaloian Manassiev2020-02-2616-154/+168
* SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState::getMeta...Kaloian Manassiev2020-02-2629-442/+513
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-261-4/+5
* SERVER-45599 Backport of SERVER-32198: Make MetadataManager support an 'UNKNO...Kaloian Manassiev2020-02-2617-329/+412
* SERVER-42219 Make sure oplog buffer is empty when primary exits drain mode.Siyuan Zhou2020-02-262-9/+60
* SERVER-42219 Remove logging death test of signalDrainComplete.Siyuan Zhou2020-02-262-48/+0
* SERVER-46238 Transaction will abort properly when expiring in the middle of c...Jason Chan2020-02-252-5/+18
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-151-10/+11
* SERVER-34768 Sync source's optime cannot be behind the syncing node even if c...Siyuan Zhou2020-02-102-0/+25
* SERVER-42573 Only warn about enableReadConcernMajority if PSA architectureXuerui Fa2020-02-043-2/+15
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-02-0313-1/+361