summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-0222-394/+710
* 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-29136 Op log deletes get shard keyNathan Myers2017-08-026-29/+123
* 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-029-53/+529
* 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-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-024-9/+21
* 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-0217-30/+176
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-022-2/+2
* 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-0128-171/+285
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-0128-285/+171
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-0123-916/+158
* SERVER-30444 Add a maxChunkSize field to the serverStatus command responseHugh Han2017-08-011-0/+6
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-013-2/+15
* 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-0128-171/+285
* SERVER-29501 Make catchup takeover timeout configurableSamy Lanka2017-08-017-43/+140
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-012-0/+127
* 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-011-3/+56
* 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-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-013-0/+31
* 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-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
* SERVER-30318 Remove workaround for multiple instances of OperationContextSess...Randolph Tan2017-07-312-8/+3
* SERVER-30398 setFeatureCompatibilityVersion shouldn't disable custom rolesSara Golemon2017-07-301-0/+6
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-303-22/+72
* SERVER-29920 Restore missing message once listeningAndrew Morrow2017-07-291-7/+11
* SERVER-30282 Update transaction progress to sessions tableRandolph Tan2017-07-283-31/+81