summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46365 Do not trip invariant on FCV check in getMorer4.0.17-rc0r4.0.17Justin Seyster2020-03-092-2/+40
* 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-052-1/+48
* 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-028-31/+127
* 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-276-1/+264
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-02-2618-262/+351
* SERVER-40014: System-Perf: Default is_patch expansion to falseMaryana Piatrova2020-02-261-2/+2
* 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-2632-522/+570
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-262-4/+63
* 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-253-5/+60
* SERVER-45599 Backport the 'assertChangeStreamEventEq' function from masterKaloian Manassiev2020-02-251-0/+27
* SERVER-45840 Blacklist tests that run emptycapped from replica_sets_kill_seco...Tess Avitabile2020-02-214-0/+6
* SERVER-46307 database_versioning_safe_secondary_reads.js should not set "vote...Esha Maharishi2020-02-211-2/+2
* SERVER-45273 Remove the mongos version check in allow_partial_results.js and ...Cheahuychou Mao2020-02-182-28/+6
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-151-10/+11
* SERVER-46082 Use bin/analysis.py for performance projectsHenrik Ingo2020-02-132-51/+40
* SERVER-34768 Sync source's optime cannot be behind the syncing node even if c...Siyuan Zhou2020-02-102-0/+25
* SERVER-35437 Wait for secondary state after stepdown command in multi_rs.jsSiyuan Zhou2020-02-101-0/+3
* SERVER-45493 temporarily disable failing assertion in election_candidate_and_...Judah Schvimer2020-02-051-2/+4
* SERVER-45766: Remove "requires" from the server yamlAlexander Costas2020-02-051-4/+0
* 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-0316-1/+654
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-02-031-0/+47
* Revert "SERVER-45599 Backport the 'assertChangeStreamEventEq' function from m...r4.0.16-rc0r4.0.16Kaloian Manassiev2020-01-291-27/+0
* Revert "SERVER-45599 Backport of SERVER-32198: Make MetadataManager support a...Kaloian Manassiev2020-01-2917-412/+329
* Revert "SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState:...Kaloian Manassiev2020-01-2932-570/+522
* Revert "SERVER-45599 Backport of SERVER-39495: Only return versioned filterin...Kaloian Manassiev2020-01-2916-168/+154
* Revert "SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollec...Kaloian Manassiev2020-01-2918-351/+262
* Revert "SERVER-44598 Shards do not treat the IGNORED version as "intended sha...Kaloian Manassiev2020-01-298-127/+31
* Revert "SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfo"Benety Goh2020-01-291-1/+0
* SERVER-45289 Fix uninitialized variable in the validate adaptorGregory Wlodarek2020-01-281-1/+1
* SERVER-44103 clear_jumbo.js should wait for balancer to be on mode: full for ...Randolph Tan2020-01-271-3/+2
* SERVER-40047 Test for blocking queue should not test for non-guaranteed condi...Matthew Russotto2020-01-271-1/+1
* SERVER-45761 Use same clock for test and working code in session_test [v4.0]Matthew Russotto2020-01-271-12/+6
* SERVER-45713 run rhel7 publish tasks on larger distroZakhar Kleyman2020-01-271-2/+6
* SERVER-45486 Add information to debug index key count mismatch issue in 'hash...Arun Banala2020-01-271-4/+16
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-278-31/+127
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-01-2618-262/+351
* SERVER-45599 Backport of SERVER-39495: Only return versioned filtering metada...Kaloian Manassiev2020-01-2616-154/+168