summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-0492-510/+512
* SERVER-24042 Check for Null OpObserver on document moveJames Wahlin2016-05-041-1/+5
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-037-49/+101
* SERVER-23327 shardCollection should warn if numInitialChunks is used with non...Misha Tyulenev2016-05-033-0/+41
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-0339-344/+4
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-0314-172/+158
* SERVER-18877: Spawn process with environment variablesSpencer Jackson2016-05-033-28/+197
* SERVER-23538 Set tcmalloc cache size based on system memory sizeVincent Do2016-05-031-3/+13
* SERVER-24008 fix lintRobert Guo2016-05-031-4/+1
* SERVER-24022: fix dir path for DSI testsChung-Yen Chang2016-05-031-1/+1
* SERVER-24008 validate() should check index is partial before multikeyRobert Guo2016-05-032-8/+15
* SERVER-23982 - Add stdbool.h to WiredTiger SConscriptDavid Hows2016-05-031-0/+1
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-037-90/+42
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-0219-50/+107
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-027-42/+90
* SERVER-23213 Remove all callers of ShardRegistry::exhaustiveFindOnConfigSpencer T Brody2016-05-022-3/+4
* SERVER-23211 Remove all callers of ShardRegistry::runCommandOnConfigWithRetriesSpencer T Brody2016-05-029-119/+178
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnConfigSpencer T Brody2016-05-022-23/+34
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-0211-136/+222
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-029-53/+45
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-0219-107/+50
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-0219-50/+107
* SERVER-24009 sys-perf: time series generation should not cause system failureRui Zhang2016-05-021-1/+3
* SERVER-23660 Implement scatter gather runner to scan all nodes for highest op...Siyuan Zhou2016-05-028-44/+569
* SERVER-23964: Another fixdalyd2016-05-021-1/+1
* SERVER-23964: Missed paths in system-perf.ymldalyd2016-05-021-4/+4
* SERVER-23966 Fix negation of lowest signed intGeert Bosch2016-05-021-2/+2
* SERVER-24004 move serverStatus() into try block in reconfig_without_increased...Judah Schvimer2016-05-021-1/+1
* SERVER-23925 Make BSONObj underlying WSM outlive cursor on refetch.Max Hirschhorn2016-05-021-0/+4
* SERVER-23993 Make sure migration commit is replicated to all configs in zero_...Randolph Tan2016-05-021-0/+6
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-0223-116/+182
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-023-125/+198
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-0222-25/+589
* SERVER-8858 add optime and optimeDate to isMaster responseJudah Schvimer2016-05-024-0/+197
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-3022-1889/+5
* SERVER-23873 Inline ScopedFailPointMathias Stearn2016-04-292-18/+13
* SERVER-23873 Optimize validateBSONMathias Stearn2016-04-291-11/+16
* SERVER-23873 Optimize fixDocumentForInsertMathias Stearn2016-04-291-8/+8
* SERVER-23873 Hold lock for full batch of single inserts, unless an error occursMathias Stearn2016-04-291-30/+47
* SERVER-23901 make write commands accept any type for bypassDocumentValidationMathias Stearn2016-04-292-4/+4
* SERVER-23887 OP_COMMAND parser should validate that command names matchMathias Stearn2016-04-293-4/+30
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-2922-5/+1889
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde...Benjamin Murphy2016-04-296-53/+620
* SERVER-23989 Disable concurrency and fuzzer suites on ephemeralForTest variantKamran Khan2016-04-291-9/+11
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-2925-386/+296
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-291-7/+16
* SERVER-23579 WriteConcern can be called on objectsMatt Cotter2016-04-291-2/+5
* SERVER-23964: Clone all DP repos directly from Evergreen using modulesdalyd2016-04-291-39/+73
* SERVER-18720 Allow multiple setParameter options in MongoRunnerSpencer Jackson2016-04-291-5/+18
* SERVER-22371 Rewrite ICU locale validation in CollatorFactoryICUJason Rassi2016-04-292-40/+90