summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29127 Improve behavior of tailable awaitData cursors with readConcern:...Matthew Russotto2017-08-234-15/+49
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-237-109/+237
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-2310-43/+120
* SERVER-27899 Ensure users can getMore their own indexStats cursorsTess Avitabile2017-08-231-33/+5
* SERVER-29628 $listSessions aggregation stageSara Golemon2017-08-235-0/+200
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-2316-11/+425
* SERVER-27411: Abandon snapshots before locks are released.Daniel Gottlieb2017-08-223-4/+42
* SERVER-30212 renameCollection() two phase drops target collectionBenety Goh2017-08-222-54/+103
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-2210-36/+981
* SERVER-30646 Fix dbCheck health log entries.Ian Kuehne2017-08-224-81/+137
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-2214-1/+1544
* SERVER-29693 wait for all oplog writes to be visible for afterClusterTime and...Eric Milkie2017-08-226-0/+26
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-2258-1007/+1627
* SERVER-30212 UUIDCatalog::onRenameCollection() defers registering UUID until ...Benety Goh2017-08-225-12/+36
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-08-222-21/+22
* SERVER-30592 Place ReadConcernArgs as a decoration on the OperationContextDianna Hohensee2017-08-223-11/+23
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-2217-379/+717
* SERVER-30404 Fix shardCollection database DistLock to use the collection's da...Hugh Han2017-08-221-2/+2
* SERVER-30177 Implement JSON Schema 'required' keyword.David Storch2017-08-222-23/+248
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-225-29/+351
* SERVER-29617 Remove redundant unit test in CollectionClonerWilliam Schultz2017-08-211-68/+0
* SERVER-30178 extend JSON Schema parser to handle "minItems" and "maxItems"Kyle Suarez2017-08-212-163/+396
* SERVER-30404 movePrimary should take the same (dist)lock as shardCollection t...Hugh Han2017-08-182-3/+29
* SERVER-30467 $_internalSchema{Min|Max}Length counts UTF-8 code points.Justin Seyster2017-08-184-25/+118
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-1831-683/+829
* SERVER-22829 Strip group and other permissions on startup unless overriddenAndrew Morrow2017-08-181-0/+21
* SERVER-30658 Add DBLevelLocking to check storage engine APIhaleyConnelly2017-08-185-2/+29
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-186-12/+177
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-08-183-103/+413
* SERVER-30212 add renameOpTime argument to renameCollectionForApplyOps()Benety Goh2017-08-184-8/+18
* SERVER-29894 Start oplog application during recovery at checkpoint timestampJudah Schvimer2017-08-183-79/+148
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-1810-163/+10
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-1812-69/+418
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-174-14/+39
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-46/+51
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-175-11/+10
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-172-4/+21
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-177-0/+508
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-1716-48/+221
* SERVER-30534 Create a _configsvrDropCollection commandJoanna Huang2017-08-172-0/+146
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-1712-39/+35
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-1722-613/+1236
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-175-60/+114
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-171-14/+24
* SERVER-28338 KillSessions SupportJason Carey2017-08-1728-31/+1563
* SERVER-30703 make _configsvrShardCollection return the newly sharded collecti...Esha Maharishi2017-08-171-6/+9
* SERVER-30688 Make PlanExecutor wait for awaitData only when it has an awaitDa...Matthew Russotto2017-08-171-1/+2
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-168-5/+161
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-16121-691/+728
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-165-8/+8