summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-268-21/+85
* SERVER-27399: disable printing tracking data in integration testsMisha Tyulenev2017-01-261-1/+1
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-259-209/+154
* SERVER-27808 backup_restore.js waits secondary nodes to agree on primary befo...r3.5.2Benety Goh2017-01-251-4/+4
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-2512-40/+73
* SERVER-16821 don't rotate logs more often then once per secondGabriel Russell2017-01-251-0/+11
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-2516-39/+52
* SERVER-16796 Increase logging activity for WT journal recovery.Michael Cahill2017-01-251-0/+1
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...Jack Mulrow2017-01-243-0/+72
* SERVER-27551 added retries to replSetInitiate in ReplSetTestJudah Schvimer2017-01-241-1/+14
* SERVER-27050 jstest that rollback detects upstream node rolling backMathias Stearn2017-01-241-0/+15
* SERVER-27766 Set test names in ShardingTest and ReplicaSetSet automaticallyMathias Stearn2017-01-242-2/+2
* Revert "SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primar...Siyuan Zhou2017-01-233-72/+0
* SERVER-27550 Delete dead balancer dist lock codeNathan Myers2017-01-236-219/+40
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...Jack Mulrow2017-01-233-0/+72
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-2322-1645/+188
* SERVER-26914 improve log messages for freshness checkingJudah Schvimer2017-01-233-4/+16
* SERVER-27783 Removed unnecessary lock in SyncSourceFeedbackJudah Schvimer2017-01-231-1/+0
* SERVER-20844 Start ReplSetTests faster wrt initial electionJack Mulrow2017-01-231-1/+44
* SERVER-27775 fixed race in CollectionClonerTest::CollectionClonerCannotBeRest...Benety Goh2017-01-231-1/+1
* Import wiredtiger: 48a3cbc17fa902528217287fd075c87efb44aebc from branch mongo...David Hows2017-01-23189-1705/+3363
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-214-17/+232
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-212-0/+44
* SERVER-27678 CollectionCloner waits for pending _findCallback and _insertDocu...Benety Goh2017-01-203-22/+126
* SERVER-27678 refactor CollectionCloner to support placeholder onCompletionGua...Benety Goh2017-01-202-30/+59
* SERVER-27678 moved DataReplicator::OnCompletionGuard into its own libraryBenety Goh2017-01-203-86/+154
* SERVER-27437 Use Documents instead of BSONObjs within $graphLookupCharlie Swanson2017-01-205-149/+253
* SERVER-27437 Add dotted path expansion for Documents.Charlie Swanson2017-01-207-11/+706
* SERVER-27437 Modernize field_path_test.cppCharlie Swanson2017-01-201-135/+65
* Import tools: 8bda55730d30c414a71dfbe6f45f5c54ef97811d from branch masterRamon Fernandez2017-01-20653-43933/+446
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-2012-34/+187
* SERVER-27657 wait for nodes to agree on config version after reconfig in last...Judah Schvimer2017-01-201-1/+23
* SERVER-27231 added disableMaxSyncSourceLagSecs failpoint to turn off re-evalu...Benety Goh2017-01-192-17/+34
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-1915-274/+184
* SERVER-27763 Fix lint error in `db/initialize_snmp.cpp`ADAM David Alan Martin2017-01-191-1/+1
* Revert "Revert "SERVER-26791 Shard metadata commands should perform partial r...Randolph Tan2017-01-193-78/+410
* Revert "SERVER-27678 moved DataReplicator::OnCompletionGuard into its own lib...Benety Goh2017-01-195-247/+86
* Revert "SERVER-26791 Shard metadata commands should perform partial refresh a...Siyuan Zhou2017-01-193-410/+78
* SERVER-27678 moved DataReplicator::OnCompletionGuard into its own libraryBenety Goh2017-01-195-86/+247
* SERVER-27710 Move SNMP init hook out of db.cpp.ADAM David Alan Martin2017-01-196-9/+105
* SERVER-26791 Shard metadata commands should perform partial refresh as much a...Randolph Tan2017-01-193-78/+410
* SERVER-26598 only report computed paths as modified in $addFieldsKyle Suarez2017-01-194-2/+85
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-198-30/+109
* SERVER-27649 $elemMatch serialization $regex supportJames Wahlin2017-01-193-10/+105
* SERVER-27741 fixed race in DataReplicatorTest::DataReplicatorResetsOnCompleti...Benety Goh2017-01-191-0/+7
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-184-19/+18
* SERVER-27677 CollectionBulkLoaderImpl::_releaseResources ensures that a Clien...Benety Goh2017-01-182-0/+79
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-1811-2321/+2197
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-184-5/+16
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-183-2/+59