summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-263-13/+15
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-265-22/+68
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-266-17/+77
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-269-62/+114
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-262-23/+67
* SERVER-23476: Cleanup help note.Scott Hernandez2016-08-261-1/+1
* SERVER-25802 DurableViewCatalog::iterate must check pipelineKyle Suarez2016-08-261-0/+6
* SERVER-25405 Remove redundant Windows system metricsMark Benvenuto2016-08-261-4/+0
* SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-2513-35/+38
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-258-22/+21
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-6/+6
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-252-8/+14
* SERVER-25160 Unit test for stepping down in catch-up mode.Siyuan Zhou2016-08-251-0/+33
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-257-180/+185
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-249-47/+50
* SERVER-25739 set_feature_compatibility_version.js should not use 3.4 mongos t...Tess Avitabile2016-08-241-1/+1
* SERVER-25722 Ensure that shards are not added while _configSvrSetFeatureCompa...Tess Avitabile2016-08-241-19/+3
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-244-7/+34
* SERVER-25155 featureCompatibilityVersion document should be created at replic...Tess Avitabile2016-08-244-27/+28
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-2417-46/+337
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-244-21/+52
* SERVER-25714 Don't wait for db work in executor when upgrading protocol verisonSiyuan Zhou2016-08-233-17/+37
* SERVER-25628 make FileAllocator::get() thread-safejianghua.yjh2016-08-232-7/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2345-239/+325
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-239-207/+196
* SERVER-25755 Remove extra logging from TL changeJason Carey2016-08-231-2/+2
* SERVER-25475 SERVER-25155 Don't perform write for FeatureCompabilityVersion u...Spencer T Brody2016-08-231-8/+7
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-235-36/+84
* SERVER-25475 Re-order mongod initialization to avoid segfault.Spencer T Brody2016-08-232-74/+71
* SERVER-25715 in shutdown, delete WiredTigerSessions w/o closing the underlyin...Mathias Stearn2016-08-231-4/+7
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-08-237-41/+78
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-2326-386/+475
* SERVER-7200 stop consulting shouldShutdown in OpQueueBatcherMathias Stearn2016-08-231-8/+5
* SERVER-25546 move slaveDelay handling into tryPopAndWaitForMoreMathias Stearn2016-08-232-77/+57
* SERVER-7200 Delete unused Status variableMathias Stearn2016-08-231-1/+0
* SERVER-25637 fixed DataReplicatorPassesThroughOplogFetcherFailure to respond ...Benety Goh2016-08-231-13/+1
* SERVER-25637 reset getMore response counter before starting new oplog query i...Benety Goh2016-08-231-0/+2
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-235-12/+13
* SERVER-25686 send all moveChunk commands through to the shard to wait for wai...Dianna Hohensee2016-08-221-3/+6
* SERVER-25355 Check majority ReadConcern settings in linearizable readsSiyuan Zhou2016-08-221-2/+17
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-224-58/+129
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-1916-20/+703
* SERVER-21168 Update top on database dropKevin Albertson2016-08-193-5/+11
* SERVER-25637 make InitialSyncTest::DataReplicatorPassesThroughOplogFetcherFai...Benety Goh2016-08-191-1/+5
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-193-17/+27
* SERVER-25637 made GetInitialSyncProgressReturnsCorrectProgress less flakyBenety Goh2016-08-191-19/+60
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-195-19/+15
* SERVER-25585 Delete ClientCursors without holding _mutex to avoid hang.Max Hirschhorn2016-08-191-65/+83
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-195-22/+36
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-191-0/+4