summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-0226-113/+141
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-0212-25/+100
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-0210-55/+532
* 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-021-2/+34
* SERVER-30084 Validate that at least one shard is present when running collect...Bernard Gorman2017-08-021-1/+30
* 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-022-46/+255
* 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-022-255/+46
* scalars part 2Anne Lim2017-08-022-46/+255
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-0224-257/+502
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-0215-380/+994
* 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-0123-158/+916
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-0129-183/+292
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-0129-292/+183
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-0123-916/+158
* 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-012-0/+11
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-0120-28/+483
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-0123-158/+916
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-0129-183/+292
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-017-43/+140
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-0116-636/+620
* 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-011-0/+14
* 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-015-5/+78
* 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
* SERVER-29182: Ensure propagation of user ID in usersInfoSpencer Jackson2017-08-011-5/+3
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of initial...Judah Schvimer2017-08-015-0/+36
* SERVER-30350 Move the RecordStoreValidateAdaptor into its own file from Colle...Gregory Wlodarek2017-08-015-239/+373
* SERVER-30259 Change calculations in timelib to use seconds East instead of mi...Derick Rethans2017-08-011-10/+5
* SERVER-30292 split mind-bogglingly humongous shardCollection command body int...Esha Maharishi2017-07-311-503/+551
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-316-129/+957
* SERVER-30416 Update nonreplicated UUIDs in admin.system.version collModsMaria van Keulen2017-07-311-2/+4
* SERVER-30249 wait for the signing keys to be available in mongos at startupMisha Tyulenev2017-07-312-3/+51
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-07-311-5/+4
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-3146-9835/+2766
* SERVER-30262 Update session info during batch apply in secondariesJack Mulrow2017-07-3110-16/+300
* SERVER-30435: Log username which failed to meet authenticationRestrictionSpencer Jackson2017-07-311-2/+2
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-315-29/+70
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-316-127/+10