summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29892 Add functions in ReplicationConsistencyMarkers to update the che...r3.5.11William Schultz2017-08-037-9/+174
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-0227-793/+86
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-026-123/+29
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-0210-6/+55
* SERVER-29212: Stage changes for taking stable checkpoints.Daniel Gottlieb2017-08-025-9/+72
* SERVER-30310: Stage implementations for WT setStableTimestamp + setInitialDat...Daniel Gottlieb2017-08-028-4/+131
* SERVER-29802 add applyOps 'allowAtomic' flag.Benety Goh2017-08-023-11/+26
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-0230-407/+940
* SERVER-30489 Fix typo in bind_ip startup warningA. Jesse Jiryu Davis2017-08-021-1/+1
* SERVER-30481 Make schema upgrades handle dropsGeert Bosch2017-08-021-5/+16
* SERVER-30262 Add jstest for retryable writes on failed over primaryJack Mulrow2017-08-021-0/+162
* SERVER-30326 retryable_writes.js should check insert oplog entries for upsertsJack Mulrow2017-08-021-6/+10
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-026-29/+123
* SERVER-30308 Handle absent test_flags in combined_resmoke_argsYves Duhem2017-08-024-6/+37
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-0226-113/+141
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-0213-38/+107
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-0214-58/+682
* SERVER-30442 recipient shard should fail if donor does not return an entry fo...Esha Maharishi2017-08-021-33/+42
* SERVER-30010 propagate UUID from donor shard to recipient shard on _recvChunk...Esha Maharishi2017-08-023-2/+113
* SERVER-30084 Validate that at least one shard is present when running collect...Bernard Gorman2017-08-022-1/+48
* SERVER-30458 Dead code elimitation in mozjs::authSara Golemon2017-08-021-22/+3
* SERVER-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-0219-111/+216
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-08-022-0/+81
* SERVER-30175: Extend the JSON Schema parser to handle min/maxLength, pattern ...Anne Lim2017-08-023-57/+324
* SERVER-30280 Don't create a backup cursor if storageEngine is inMemoryMaria van Keulen2017-08-021-0/+5
* Revert "scalars part 2"Anne Lim2017-08-023-324/+57
* scalars part 2Anne Lim2017-08-023-57/+324
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-0236-468/+1216
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-0217-428/+1127
* SERVER-30351 Add a traverseRecordStore() function in the RecordStoreValidateA...Gregory Wlodarek2017-08-013-7/+77
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-0125-251/+1169
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-0136-189/+347
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-0136-347/+189
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-0125-1169/+251
* SERVER-30023 Remove unused headers from sharding_catalog_create_database_test...Kaloian Manassiev2017-08-011-4/+1
* SERVER-30444 Add a maxChunkSize field to the serverStatus command responseHugh Han2017-08-014-16/+23
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-0123-28/+543
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-0125-251/+1169
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-0136-189/+347
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-017-43/+140
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-0117-636/+621
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-0140-3328/+1094
* SERVER-30441 Correctly set the _hasField value when deserializing from OpMsgR...Kaloian Manassiev2017-08-012-0/+18
* SERVER-30448 read collection options from CatalogCache in configsvrShardColle...Esha Maharishi2017-08-011-8/+16
* SERVER-29760 propagate UUID from primary shard to config server on shardColle...Esha Maharishi2017-08-019-5/+168
* SERVER-30445 A non-full validation should also return the number of invalid d...Gregory Wlodarek2017-08-012-9/+2
* SERVER-30453 reorganize CollectionImpl's headers to follow the correct formatGregory Wlodarek2017-08-011-1/+2
* SERVER-30453 Remove the record_store_validate_adaptor library and move its so...Gregory Wlodarek2017-08-015-18/+6
* SERVER-29791 changing meaningless 'const bool' return types to 'bool' in Shar...Dianna Hohensee2017-08-012-5/+5
* SERVER-30268 unwrap command object when injecting readConcern clauseMisha Tyulenev2017-08-011-13/+22