summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-42915: Do not require a resync when repair encounters orphaned collect...Daniel Gottlieb2019-09-167-36/+121
* SERVER-41918 CollectionBulkLoader does not anticipate exceptions from MultiIn...Mihai Andrei2019-09-131-128/+157
* SERVER-43081 Validate should report when an index's 'multikeyPaths' are set b...Evgeni Dobranov2019-09-132-0/+690
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-135-2/+56
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-1313-51/+55
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-09-1312-19/+20
* SERVER-42559 Make the WaitWithOpTimeEarlierThanLowestQueued test run more pre...Randolph Tan2019-09-131-0/+19
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-09-132-12/+21
* SERVER-10456 do not use sparse indexes as shard key indexesKevin Pulo2019-09-131-1/+1
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-132-8/+16
* SERVER-42864 change index build initial write timestamp logicEric Milkie2019-09-121-10/+22
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-1219-30/+666
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-09-124-54/+134
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Samyukta Lanka2019-09-114-4/+31
* SERVER-41500 Track number of successful elections for each reason in serverSt...Samyukta Lanka2019-09-117-38/+150
* SERVER-41615: set flag to denote that the coordinator has recovered.Lamont Nelson2019-09-106-5/+56
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-1024-64/+544
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-09-1013-34/+435
* SERVER-42842 Unable to drop collection in admin database of sharded clusterEsha Maharishi2019-09-092-7/+39
* SERVER-42888 Fix deprecate CodeWScope log message frequencyTed Tuckman2019-09-092-4/+5
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-0910-9/+58
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-09-051-24/+45
* SERVER-42219 Make sure oplog buffer is empty when primary exits drain mode.Siyuan Zhou2019-09-052-9/+60
* SERVER-42219 Remove logging death test of signalDrainComplete.Siyuan Zhou2019-09-042-53/+0
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-09-042-3/+7
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-09-041-3/+2
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-031-2/+9
* SERVER-43019 remove unreachable code from IndexBuildsCoordinator and rename f...Benety Goh2019-09-023-13/+6
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-08-309-41/+93
* SERVER-43019 IndexBuildsCoordinator::interruptAllIndexBuildsForShutdown() sto...Benety Goh2019-08-301-4/+1
* SERVER-43074: Make appendMultikeyPathsAsBytes threadsafe.Daniel Gottlieb2019-08-301-1/+2
* SERVER-43075: Reintroduce startup options for journal flush frequency.Daniel Gottlieb2019-08-302-3/+10
* SERVER-42718: Disallow dropDatabase from running concurrently.Daniel Gottlieb2019-08-291-0/+6
* SERVER-42824 unlock RSTL for index build cleanupBenety Goh2019-08-291-0/+34
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-291-0/+6
* SERVER-42824 remove temp tables before acquiring collection locks during inde...Benety Goh2019-08-281-11/+20
* SERVER-42824 MultiIndexBlock::cleanUpAfterBuild() returns early if there are ...Benety Goh2019-08-281-2/+7
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Suganthi Mani2019-08-281-5/+16
* SERVER-42869 fix crash in IndexBuildsCoordinator::sideWrite() rollback handlerBenety Goh2019-08-281-2/+3
* SERVER-42869 use shared_ptr to manage side writes counter in IndexBuildInterc...Benety Goh2019-08-282-7/+15
* SERVER-42799 obtain timestamp for cleaning up index build without noop writeBenety Goh2019-08-271-15/+4
* SERVER-41492 Create concurrency suites to disable WiredTiger cursor cachingLouis Williams2019-08-272-1/+34
* SERVER-42800 do no reconcile sizes on hybrid index side tablesBenety Goh2019-08-271-1/+2
* SERVER-42800 add support for overriding size adjustments to WiredTigerRecordS...Benety Goh2019-08-276-0/+23
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-2/+4
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-269-98/+604
* SERVER-39776 Fix race between initial syncer startup, data replication thread...Matthew Russotto2019-08-232-1/+8
* SERVER-39776 Remove legacy UniqueLock and LockGuard from repl_coordinator_ext...Matthew Russotto2019-08-232-20/+14
* SERVER-42888 Deprecate CodeWScope in MapReduceTed Tuckman2019-08-232-1/+8
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-08-235-23/+39