summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44546 Remove mobile variants and embedded benchmarksr4.0.14-rc0Andrew Morrow2019-12-1031-1623/+3
* Revert "SERVER-37062 db.watch does not show up in autocomplete or help"Charlie Swanson2019-12-101-3/+4
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-102-9/+29
* SERVER-37062 db.watch does not show up in autocomplete or helpCharlie Swanson2019-12-091-4/+3
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-096-13/+43
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-12-094-34/+80
* SERVER-44567 Reimplement CommandState destructors for v4.0Ben Caimano2019-12-052-96/+125
* SERVER-37772 adding RHEL80 distroJohn Chen2019-12-041-3/+2
* SERVER-44476 Include number of jumbo chunks remaining in output of removeShardMarcos José Grillo Ramírez2019-11-284-46/+89
* SERVER-38002 Upgrade PCRE to 8.42Andrew Morrow2019-11-26132-899/+840
* SERVER-44788: Use awaitSecondaryNodes in seed_secondary_without_sessions_tabl...Lingzhi Deng2019-11-251-0/+4
* SERVER-39574 Support intermediate certificates in PEMKeyFile on WindowsMark Benvenuto2019-11-221-50/+124
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-2020-34/+155
* SERVER-40669 Remove unneeded shebang from install_compass.inJohn Chen2019-11-191-1/+0
* SERVER-42914 Add failpoint to override balancer round interval (partial cherr...Matthew Saltz2019-11-182-7/+22
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-137-20/+113
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-133-17/+42
* SERVER-43695 Add artificial sleeps to session_test.cpp to account for any tra...William Schultz2019-11-111-0/+12
* Import wiredtiger: e651c9e2742e3b571a26fa13862426260899a5cf from branch mongo...Luke Chen2019-11-1161-1933/+2114
* SERVER-42756 $multiply with NaN operand violates commutativityAnton Korshunov2019-11-081-2/+4
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-0710-56/+160
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-11-061-13/+17
* SERVER-41529 Prevent dangling index records by calling _addDocumentToIndexBlo...Suganthi Mani2019-11-067-18/+44
* SERVER-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-11-051-15/+17
* SERVER-43322 Report oplog processing and truncation data in serverStatusMaria van Keulen2019-11-057-3/+76
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-11-045-7/+13
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-11-011-9/+7
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objJudah Schvimer2019-10-311-1/+1
* SERVER-43241 Never shutdown grid executorsBen Caimano2019-10-302-5/+0
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-291-8/+12
* SERVER-43151 DSGroup should record current spill file offset as std::streamposBernard Gorman2019-10-291-1/+1
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-252-1/+26
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-243-0/+43
* SERVER-43868 do not release ticket when stashing transaction resources for pr...Judah Schvimer2019-10-241-3/+5
* SERVER-44188 validate_tests should remove index entries by RecordId obtained ...Gregory Wlodarek2019-10-241-2/+2
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-2319-58/+219
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Samyukta Lanka2019-10-2220-221/+472
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-223-11/+150
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2019-10-213-1/+7
* SERVER-43771 Make v4.0's ClockSource::waitForConditionUntil avoid conversion ...Shreyas Kalyan2019-10-181-0/+5
* SERVER-42312 disallow validate cmd during rollback and recovering statesPavithra Vetriselvan2019-10-182-0/+12
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Samyukta Lanka2019-10-1811-31/+99
* SERVER-43079 ignore internal connections in failCommand failpointMisha Tyulenev2019-10-171-0/+4
* SERVER-43034 Correctly deal with infinite results in DoubleDoubleSummationGeert Bosch2019-10-171-3/+3
* SERVER-42014 repairDatabase should catch and report exceptions fromLouis Williams2019-10-161-6/+28
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-1013-77/+187
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+25
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-8/+15
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-074-5/+34