summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38070 fix infinite loop in agg expressionr3.4.19-rc0r3.4.19Ian Boros2019-01-102-104/+246
* SERVER-35608 Added an invariant to make sure that optime with lower and highe...Suganthi Mani2019-01-082-9/+129
* SERVER-33469 Fix lint errorsMathew Robinson2019-01-081-30/+29
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2019-01-071-2/+2
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-12-202-14/+59
* Targeted fix for reproduction script for SERVER-38601Charlie Swanson2018-12-201-0/+4
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2018-12-2010-24/+15
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-12-1010-34/+434
* SERVER-38501 swap out new ActionType for replSetResizeOplog commandEric Milkie2018-12-103-3/+1
* Import tools: 6fb811590ae2ae87359a02da09df8fe17d54217b from branch v3.4David Golden2018-12-071516-3063/+3880
* SERVER-37749 replSetResizeOplog command does not validate argument correctlyLouis Williams2018-12-071-1/+8
* SERVER-30151 Accept oplog resize command in MBLouis Williams2018-12-071-3/+4
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2018-12-0714-90/+236
* SERVER-18985 log setParameter commandsKevin Pulo2018-12-051-8/+27
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-051-4/+13
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-211-16/+13
* SERVER-36968 Rebuild interrupted system indexes before checking AuthZN index ...Patrick Freed2018-11-204-32/+70
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-11-202-9/+6
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-162-2/+42
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-232-0/+41
* SERVER-36435 Remove kReplDefaultTimeoutMS.Justin Seyster2018-10-151-7/+5
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-112-1/+46
* SERVER-37130 Add TLS version counting to mongosMark Benvenuto2018-10-101-0/+1
* SERVER-37367 Make Notification::waitFor interruptibleJack Mulrow2018-10-082-8/+6
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-10-051-10/+7
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
* Import tools: 38376e791d2c264b377ba3115344c860c146e0b2 from branch v3.4David Golden2018-10-042-1/+4
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-10-0110-30/+202
* SERVER-37333 applyOps builds background indexes in the foregroundBenety Goh2018-10-011-0/+9
* Revert "SERVER-37333 applyOps validates both background and foreground indexe...Benety Goh2018-09-281-15/+1
* SERVER-37333 applyOps validates both background and foreground indexes for sy...Benety Goh2018-09-281-1/+15
* SERVER-36944 applyOps uses applyOperation_inlock() for system.indexes insertsBenety Goh2018-09-251-32/+16
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-09-241-34/+56
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-202-2/+18
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-09-203-3/+19
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-181-1/+1
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-179-31/+257
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-122-8/+21
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2018-09-111-13/+10
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-09-106-1/+30
* SERVER-36479 Don't redact planSummary in logsr3.4.17-rc0r3.4.17Kelsey Schubert2018-08-295-17/+17
* SERVER-27725 Use batch insert when migrating chunksKaloian Manassiev2018-08-295-64/+67
* SERVER-27725 Do not perform orphan check while doing range deletion as part o...Kaloian Manassiev2018-08-293-18/+19
* SERVER-36149: Make $setFeatureCompatibilityVersion a non-normal resourceSpencer Jackson2018-08-241-1/+6
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-08-2310-52/+355
* Import wiredtiger: 7a6598ca9b54c358803aa6290dce618f0abed63f from branch mongo...Luke Chen2018-08-212-1/+13
* SERVER-33237 Range deleter avoid query planning for every document.Kevin Pulo2018-08-201-81/+145
* SERVER-26387: Replace noPassthrough/indexbg2.js with test that usesAudrey Fang2018-08-151-0/+16
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-08-133-8/+46