summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 3291c2cbf682f52c88f1b3394c9a94bd80d6a4d6 from branch mongo...Luke Chen2019-03-252-4/+12
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2019-03-221-3/+5
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-215-70/+140
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-216-22/+187
* SERVER-39932 do not checkout session if retriable writes are not usedMisha Tyulenev2019-03-201-3/+5
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-03-152-1/+7
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-03-153-3/+123
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2019-03-1110-181/+480
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-112-8/+8
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-03-072-21/+68
* SERVER-38722 Make CollectionCloner tolerate QueryPlanKilled error on collecti...David Storch2019-03-062-41/+56
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-03-051-0/+4
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-03-011-0/+5
* SERVER-SERVER-39058 Synchronize user set modification in AuthorizationSession...Shreyas Kalyan2019-03-0115-28/+49
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesr3.6.11-rc2r3.6.11Xiangyu Yao2019-02-258-5/+34
* SERVER-39723 Revert "SERVER-25175 listIndexes command only includes ready ind...r3.6.11-rc1Eric Milkie2019-02-216-31/+1
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2019-02-207-39/+99
* SERVER-38748 Background indexes created through applyOps should run on the co...r3.6.11-rc0Louis Williams2019-02-191-18/+35
* SERVER-39483 Tag large build artifacts as non-cacheableAndrew Morrow2019-02-182-4/+11
* Import wiredtiger: f441a501ba71c5c34ecbfc534e9c476155b151d1 from branch mongo...Luke Chen2019-02-153-6/+20
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2019-02-147-13/+150
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-02-131-1/+10
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-02-1315-38/+105
* SERVER-39322 Backport fix for issue #37 in timelib (incorrect snprintf invoca...Ian Boros2019-02-121-2/+10
* SERVER-38344 Hold database distlocks during migration and splitBlake Oler2019-02-121-3/+5
* SERVER-37339 Sharding state is set to initialized on Grid before sharding com...Esha Maharishi2019-02-114-7/+6
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-02-111-1/+1
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-031-2/+4
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2019-02-024-7/+66
* SERVER-39331 Remove StressTest from NIA TestJason Carey2019-02-011-120/+0
* SERVER-39267 Guard opWriteConcernCounters behind flagTess Avitabile2019-02-012-13/+48
* SERVER-39142 ServerWriteConcernMetrics must lock _mutex before modifying membersTess Avitabile2019-02-011-0/+3
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-02-0117-12/+306
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-02-016-0/+248
* SERVER-38779 Have a session sweep job to close old idle WT sessionsSulabh Mahajan2019-02-019-12/+289
* SERVER-39109 fix case where agg uses illegal field pathIan Boros2019-01-311-3/+4
* Import tools: cc74524a447ba7e9049cc1de1ae83995618bfbfa from branch v3.6David Golden2019-01-3012-29/+85
* SERVER-38192 refreshLogicalSessionCacheNow should not throw on DuplicateKeyErrorMatthew Saltz2019-01-281-1/+1
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-234-6/+205
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-231-1/+12
* SERVER-35608 Added an invariant to make sure that optime with lower and highe...Suganthi Mani2019-01-232-17/+145
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2019-01-231-1/+11
* SERVER-38275 ban explain with UUIDIan Boros2019-01-224-2/+14
* SERVER-31755 Create intermediate $lookup stage document size limit knobIan Boros2019-01-223-4/+22
* Import wiredtiger: 6d142e23f7f8ada7d84487bbcb20bf5f54c737f9 from branch mongo...r3.6.10-rc1r3.6.10Luke Chen2019-01-1114-341/+678
* SERVER-33469 Fix lint errorsMathew Robinson2019-01-081-3/+2
* SERVER-38070 fix infinite loop in agg expressionr3.6.10-rc0Ian Boros2019-01-072-104/+244
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2019-01-071-2/+2
* SERVER-38843 Mapreduce should not create collections with duplicate IDsMatthew Russotto2019-01-071-0/+5
* SERVER-32424 Use hybrid cursor caching by default.Luke Chen2019-01-044-29/+61