summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if replS...Lingzhi Deng2021-10-121-0/+8
* SERVER-52976 remove unused file collection_validation.cppBenety Goh2021-10-111-644/+0
* SERVER-52976 SERVER-42312 disallow validate cmd during rollback and recoverin...Benety Goh2021-10-111-0/+7
* SERVER-43985 Make mongos pre-cache the routing table on startupAnton Oyung2021-10-073-0/+38
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-062-7/+6
* Import wiredtiger: c457fb3eee12986e206a09bbc04e8daf4fa892b3 from branch mongo...Luke Chen2021-10-065-29/+61
* SERVER-58183 Ensure that we ignore prepare conflicts when applying prepare tr...Samy Lanka2021-10-051-0/+4
* SERVER-59294 Check action type for oidResetErwin Pe2021-10-053-1/+9
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped colle...jaume.moragues2021-10-051-0/+5
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-10-043-3/+82
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-10-047-38/+201
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-253-0/+184
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+574
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-171-0/+7
* SERVER-44152: Pre-warm connection pools in mongosr4.2.17-rc0r4.2.17Anton Oyung2021-09-177-0/+192
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-167-6/+67
* SERVER-58192 Fix memory leak in analyzeSort()Milena Ivanova2021-09-102-17/+18
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-09-0911-1/+632
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...r4.2.16-rc0r4.2.16Moustafa Maher2021-08-302-1/+8
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-254-8/+52
* SERVER-59301 fixed waitInHello fail injection and tests using itAndrew Shuvalov2021-08-211-2/+10
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ~L...Dianna Hohensee2021-08-204-1/+44
* SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2Mark Benvenuto2021-08-181-0/+1
* SERVER-52728 Upgrade path from mongoDB 2.4 to 4.2 requires dropping ping_ indexHaley Connelly2021-08-172-0/+36
* SERVER-58169: Log timestamps info on hitting invariants around stable timesta...Lingzhi Deng2021-08-171-6/+18
* Revert "SERVER-55581: Return ScopedDbConnection to connection pool in cluster...Tyler Seip2021-08-121-1/+0
* SERVER-37904 Add enableOverrideClusterChainingSetting server parameterCarolyn Duan2021-08-123-2/+15
* SERVER-57033 Backport use of roles in UserCache keySara Golemon2021-08-1210-59/+100
* SERVER-59197: Delete findAndModify image entries when their corresponding ses...Daniel Gottlieb2021-08-111-8/+38
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggregateTyler Seip2021-08-091-0/+1
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-08-052-0/+12
* Import wiredtiger: 7c01f21b1ee21c7f3ecba13eeab63c87dd61d474 from branch mongo...Luke Chen2021-08-052-2/+3
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-08-043-0/+8
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2021-08-042-0/+104
* Import wiredtiger: 0724d88d2527bda48d0cf284237f19f01d6bf7e6 from branch mongo...Luke Chen2021-08-03811-2015/+2939
* SERVER-58909 Missing versions for admin and config databases migrating to ver...Antonio Fuschetto2021-08-021-1/+18
* SERVER-55319 ensure FCV is initialized and set to 4.2 before dropping RSTL fo...Benety Goh2021-07-311-2/+3
* SERVER-55648Mongos doesn't return top-level batch-write error in case of shut...Luis Osta2021-07-291-0/+8
* SERVER-50547 Pipeline length limitJames Wahlin2021-07-272-0/+20
* SERVER-55649 Sharding messages being logged for non-sharded clustersAllison Easton2021-07-221-1/+4
* SERVER-57642 Configure $sample pushdown PlanExecutor to use 'INTERRUPT_ONLY' ...Mihai Andrei2021-07-211-2/+6
* SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer c...Wenbin Zhu2021-07-211-8/+21
* SERVER-57798 Direct user to manually install on Compass download failureRyan Egesdahl2021-07-201-3/+3
* SERVER-58127 Fix benchRun() memory leak under an exceptionYoonsoo Kim2021-07-201-2/+2
* SERVER-53431 Server should report itself not writable during stepdownMatthew Russotto2021-07-202-0/+24
* SERVER-57650 Make MigrationChunkClonerSource interruptible when waiting for r...Cheahuychou Mao2021-07-202-10/+25
* SERVER-58623: make RSM to respect refresh interval fail injection after initAndrew Shuvalov2021-07-193-16/+25
* SERVER-56839 Index seeks should advance their cursor until aLouis Williams2021-07-131-3/+46
* SERVER-56516 Fix undefined behaviour in $slice arguments parsingNikita Lapkov2021-07-095-15/+100