summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-2020-34/+151
* SERVER-40669 Remove unneeded shebang from install_compass.inJohn Chen2019-11-191-1/+0
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-198-20/+113
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-133-17/+42
* SERVER-43322 Report oplog processing and truncation data in serverStatusMaria van Keulen2019-11-136-2/+77
* SERVER-44584: Do not rewrite updates as modifies.Daniel Gottlieb2019-11-131-18/+0
* SERVER-35463 Mark listCommands as pre-authSara Golemon2019-11-111-0/+3
* SERVER-43193 Always disable document validation on secondariesJudah Schvimer2019-11-082-5/+5
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-11-061-12/+17
* SERVER-44322 Fail gracefully when the storage engine has failed to initializeBen Caimano2019-11-052-3/+13
* SERVER-42914 Add failpoint to override balancer round interval (partial cherr...Matthew Saltz2019-11-042-7/+22
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objr3.6.15-rc1r3.6.15Judah Schvimer2019-10-301-1/+1
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-301-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 fatalr3.6.15-rc0Ben Caimano2019-10-281-1/+9
* SERVER-44184 De-duplicate resolved addresses on v3.6Ben Caimano2019-10-281-0/+11
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-252-1/+26
* SERVER-44188 validate_tests should remove index entries by RecordId obtained ...Gregory Wlodarek2019-10-241-2/+2
* SERVER-43922 Backport shell util runNonMongoProgramSara Golemon2019-10-242-18/+37
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-223-9/+149
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-221-0/+9
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2019-10-213-0/+11
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-10-214-64/+249
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-10-2115-83/+751
* SERVER-43034 Correctly deal with infinite results in DoubleDoubleSummationGeert Bosch2019-10-171-3/+3
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-1513-63/+190
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-082-8/+15
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-084-9/+38
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+25
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterRahul Sundararaman2019-10-072-1/+26
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-032-4/+22
* Revert "SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameter"James Wahlin2019-10-022-26/+1
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterRahul Sundararaman2019-10-012-1/+26
* SERVER-38994 step down on SIGTERMRahul Sundararaman2019-09-279-13/+142
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* SERVER-39004 Fix WiredTigerKVEngine tests.Alex Cameron2019-09-252-5/+22
* SERVER-37846 Disallow using arbiters to satisfy numeric write concern when wr...Vesselina Ratcheva2019-09-242-0/+106
* SERVER-43081 validate should report when an index's 'multikeyPaths' are set b...Gregory Wlodarek2019-09-241-0/+57
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-09-249-1/+121
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-09-162-0/+76
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-162-8/+19
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-09-161-8/+11
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-09-138-15/+58
* SERVER-10456 do not use sparse indexes as shard key indexesKevin Pulo2019-09-131-1/+1
* SERVER-34760 Send setShardVersion on retries of shardCollectionBlake Oler2019-09-123-21/+66
* SERVER-39019 $elemMatch $ne serialization is incorrect, doesn't roundtripJames Wahlin2019-09-112-0/+96
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-09-061-21/+42
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-041-2/+8
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-09-037-1/+43
* SERVER-43074: Make appendMultikeyPathsAsBytes threadsafe.Daniel Gottlieb2019-08-301-1/+2