summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-35271: Suppress WT compatibility error messages on startup.Daniel Gottlieb2019-08-284-20/+70
* SERVER-42257 Announce known emulationsAndrew Morrow2019-08-282-0/+51
* SERVER-38685 Adds a warning when ephemeral storage is used with writeConcernM...Vishnu Kaushik2019-08-191-1/+18
* SERVER-42793 Autosplit size tracker random initial value is too lowRandolph Tan2019-08-152-11/+11
* Revert "SERVER-39004 Introduce a quota mechanism for the overflow file"r3.6.14-rc0r3.6.14Alex Cameron2019-08-1310-145/+6
* SERVER-41248 Ensure ReplicaSetMonitor initializes its random state with truly...Shaileja Jain2019-08-091-1/+2
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-08-0610-6/+145
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-08-059-25/+79
* SERVER-36394 Don't refresh balancer configuration for autosplit if autosplit ...Matthew Saltz2019-07-311-1/+2
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-313-6/+66
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-07-312-2/+37
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-07-312-7/+10
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-07-311-2/+31
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2019-07-303-5/+8
* Revert "SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTO"Jonathan Reams2019-07-302-7/+4
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2019-07-252-4/+7
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-07-102-11/+11
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-092-0/+9
* SERVER-41867 Do not reacquire the catalog cache mutex if getChunksSince throwsKaloian Manassiev2019-07-091-2/+1
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-07-054-10/+148
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ...Kaloian Manassiev2019-07-0310-79/+52
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2019-07-011-0/+8
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+74
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-49/+57
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-06-2511-35/+109
* SERVER-41004 Allow CursorNotFound errors to count as a successful kill in the...Blake Oler2019-06-251-3/+8
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-244-16/+59
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-06-193-17/+141
* SERVER-40336 Use SecureRandom to seed the random number generator in replicat...Siyuan Zhou2019-06-141-1/+2
* SERVER-41743 Add banner to MSISpencer Jackson2019-06-141-0/+5
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-1313-400/+483
* SERVER-39642 Decrement egress counter when scoped connection not returned to ...Rahul Sundararaman2019-06-073-5/+15
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-06-0732-556/+1934
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-06-076-3/+77
* SERVER-41349 Added diagnostic for slow DNS (>1 second) backportRahul Sundararaman2019-06-071-1/+11
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantr3.6.13-rc1r3.6.13Blake Oler2019-06-042-6/+1
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-06-042-0/+138
* SERVER-37065 Report ismaster:false on learning of new termA. Jesse Jiryu Davis2019-05-313-3/+41
* SERVER-41247 ReplSetTests that specify setParameter as a string must still di...Tess Avitabile2019-05-241-0/+10
* SERVER-41213: Trigger a write conflict in unique, non-partial index build cod...Daniel Gottlieb2019-05-211-0/+1
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-05-178-7/+81
* Import tools: 6e5007277595f7b79ff08944d22dd1ec12320cb4 from branch v3.6David Golden2019-05-142-11/+23
* SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wai...Tess Avitabile2019-05-131-0/+1
* SERVER-40788 Improve logging around replication catchupJudah Schvimer2019-05-131-4/+8
* SERVER-40866 Use JSON.stringify() to serialize string in tojson()Siyuan Zhou2019-05-121-41/+2
* SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson2019-05-031-0/+4
* SERVER-30356 Ensure validation reports the appropriate number of fields for m...Gregory Wlodarek2019-05-031-0/+278
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-05-036-525/+357
* SERVER-40932 Increase ServiceExecutor shutdown timeoutJonathan Reams2019-05-021-1/+1
* SERVER-40165 set wtimeout deadlines with the precise clockJason Carey2019-04-191-1/+1