summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-183-1/+154
* Revert "SERVER-27438 Prevent mongos from dropping legacy $comment meta-operator"Mathias Stearn2017-01-183-59/+2
* SERVER-27397 disable OplogFetcher sync source re-evaluation during initial syncBenety Goh2017-01-184-3/+118
* SERVER-26945 ReplSource::resyncDrop should not assume database name obtained ...Benety Goh2017-01-181-0/+5
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-183-2/+59
* SERVER-25337 Remove global lock in configsvr commit{split/merge/migrate} chun...Dianna Hohensee2017-01-171-32/+5
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-1716-70/+124
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-177-160/+79
* SERVER-27667 Get rid of sharding Request classKaloian Manassiev2017-01-167-216/+78
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-1525-53/+52
* SERVER-24027 Planner should consider reversing index scan direction in order ...Tess Avitabile2017-01-133-55/+154
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-1311-127/+111
* SERVER-27680 Make bgsync check stopOplogFetcher failpoint before scheduling a...Spencer T Brody2017-01-133-2/+9
* SERVER-3173 use path-level multikey metadata to generate covered plans if pos...David Storch2017-01-133-6/+114
* Revert "SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionCl...Benety Goh2017-01-122-44/+0
* SERVER-27543 Create new metadata for oplog queriesJudah Schvimer2017-01-124-0/+331
* SERVER-27576 Fix quit() in shell and all the tests that depend on itJonathan Reams2017-01-122-3/+13
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-122-0/+44
* SERVER-27624 SyncSourceFeedback should check for shutdown before setting _rep...Benety Goh2017-01-122-9/+8
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-117-79/+160