summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-212-23/+24
* SERVER-23258 ReplicationCoordinatorImpl::_reportUpstream_inlock() always rele...Benety Goh2016-03-212-17/+14
* SERVER-10902 don't start a thread in intializerMatt Cotter2016-03-211-22/+25
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-211-1/+1
* SERVER-22786 add query planner tests for collationDavid Storch2016-03-214-8/+263
* SERVER-21775 NetworkInterface should make stats available to callersWaley Chen2016-03-214-8/+84
* SERVER-22661 Write a type for ShardIdentityRandolph Tan2016-03-184-0/+398
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-185-38/+40
* SERVER-23137 Remove unused 'allowNetworking' argument from CatalogManager sta...Spencer T Brody2016-03-1815-38/+32
* SERVER-23223 Sharded planCache[List/Clear/Set]Filter commands should check co...Kaloian Manassiev2016-03-181-74/+54
* SERVER-22656 Use RAII classes to enter migrationKaloian Manassiev2016-03-1810-165/+304
* SERVER-23130 rename readOnly flag to querableBackupMode and hide itAdam Midvidy2016-03-184-11/+13
* SERVER-22786 update index bounds builder for collationsDavid Storch2016-03-1812-140/+1031
* SERVER-23183 remove redundant NULL check in WiredTigerIndex::fullValidateRobert Guo2016-03-181-2/+1
* SERVER-17862 Log keyUpdates & writeConflicts only when meaningfulJames Wahlin2016-03-182-3/+10
* SERVER-23207 expose additional MongoURI constructorsAdam Midvidy2016-03-171-1/+3
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-1720-67/+65
* SERVER-22874 network asio operation embeds literal tabs and newlines into str...Waley Chen2016-03-173-7/+22
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-03-171-2/+2
* SERVER-22785 Disallow index use for collation-aware queries that match nested...Tess Avitabile2016-03-172-49/+285
* SERVER-22956 abstract ExtentManager constructionAdam Midvidy2016-03-1710-41/+114
* SERVER-22355 add negative tests of write operations to read_only suiteAdam Midvidy2016-03-171-0/+3
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-03-171-1/+23
* SERVER-22701 Make replace modifier timestamp handling endian-safesamantharitter2016-03-172-4/+7
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-03-175-21/+22
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-176-175/+468
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-1623-466/+433
* Revert "SERVER-23070 re-enable selectSyncSource unittests as their problem wa...matt dannenberg2016-03-161-1/+4
* SERVER-20207 replace massert with uassert in dbhelpers' Helpers::removeRangeDianna Hohensee2016-03-161-1/+1
* SERVER-22786 add a collator to QueryPlannerParamsDavid Storch2016-03-162-2/+8
* SERVER-23085 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-162-155/+160
* SERVER-22858 fix dynamic linking breakagematt dannenberg2016-03-151-0/+3
* SERVER-23110 dbeval should not access collection sharding stateKaloian Manassiev2016-03-153-8/+22
* SERVER-23070 re-enable selectSyncSource unittests as their problem was fixed ...matt dannenberg2016-03-151-4/+1
* SERVER-15133 remove DBClientCursor::initCommand()Misha Tyulenev2016-03-153-32/+1
* SERVER-23068 deprecate PrepareConfigFailed error codeMisha Tyulenev2016-03-151-1/+1
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-15119-608/+1
* SERVER-22785 Update QueryPlannerIXSelect's index selection code to be collati...Tess Avitabile2016-03-156-27/+550
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-154-19/+84
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-159-67/+179
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-154-16/+16
* SERVER-23082 fixed race in ThreadPoolTaskExecutor between scheduleWorkAt() an...Benety Goh2016-03-151-8/+11
* SERVER-22858 generate batches in DataReplicator using the TryPopAndWaitForMor...matt dannenberg2016-03-159-56/+183
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-1510-83/+101
* Revert "SERVER-23136 Count command should return InvalidNamespace instead of ...Kaloian Manassiev2016-03-152-7/+7
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-152-7/+7
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-145-34/+70
* SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRSEsha Maharishi2016-03-1417-1481/+370
* Revert "SERVER-22785 Update QueryPlannerIXSelect's index selection code to be...Kyle Erf2016-03-146-550/+27
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-1428-91/+910