summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45119 Fix CollectionShardingState::getCurrentShardVersionIfKnown to ac...Kaloian Manassiev2020-04-061-1/+1
* 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-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
* 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-191-0/+18
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-193-7/+40
* 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-021-10/+16
* SERVER-46001 Move checkShardingIndex outside shardCollection's read critical ...Cheahuychou Mao2020-02-281-14/+16
* 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-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-02-2615-77/+70
* 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-2627-440/+512
* 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-2616-328/+409
* 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-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-033-0/+87
* Revert "SERVER-45599 Backport of SERVER-32198: Make MetadataManager support a...Kaloian Manassiev2020-01-2916-409/+328
* Revert "SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState:...Kaloian Manassiev2020-01-2927-512/+440
* 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-2915-70/+77
* Revert "SERVER-44598 Shards do not treat the IGNORED version as "intended sha...Kaloian Manassiev2020-01-291-16/+10
* 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-45761 Use same clock for test and working code in session_test [v4.0]Matthew Russotto2020-01-271-12/+6
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-271-10/+16
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-01-2615-77/+70
* SERVER-45599 Backport of SERVER-39495: Only return versioned filtering metada...Kaloian Manassiev2020-01-2616-154/+168
* SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState::getMeta...Kaloian Manassiev2020-01-2527-440/+512
* SERVER-45758 Add sleep to TimeInactiveMicrosShouldBeSetUponUnstashAndStash i...Matthew Russotto2020-01-241-0/+8
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Ian Boros2020-01-242-2/+16
* SERVER-38794 do not std::move an object that can be reused in a WCE loopEric Milkie2020-01-241-1/+1
* SERVER-45599 Backport of SERVER-32198: Make MetadataManager support an 'UNKNO...Kaloian Manassiev2020-01-2416-328/+409
* SERVER-45152 Match master negation of null behavior for consistencyr4.0.15-rc0r4.0.15Jacob Evans2020-01-161-3/+19
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-152-1/+44
* SERVER-45152 Clean up git merge to unit test furtherJacob Evans2020-01-151-12/+8
* SERVER-45152 Clean up git merge to unit testJacob Evans2020-01-151-1/+1
* SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans2020-01-152-3/+32