summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-4/+0
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-5/+8
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-211-59/+0
* SERVER-30430 Gate session use on featureCompatibilityVersionGabriel Russell2017-09-218-2/+86
* SERVER-28336 endSessions commandGabriel Russell2017-09-214-5/+120
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-211-5/+0
* SERVER-31070 dbCheck should be a test commandLouis Williams2017-09-211-1/+3
* SERVER-30993 Always remove UUIDs when setting featureCompatibilityVersion to 3.4Louis Williams2017-09-211-2/+19
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-212-5/+11
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-211-0/+59
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-201-59/+0
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-202-0/+97
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-192-8/+12
* SERVER-31103 do not generate UUID for sharded final output collection in mapR...Esha Maharishi2017-09-181-2/+4
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-5/+6
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-133-3/+3
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-2/+2
* SERVER-30931: Remove public facing component of collection validate `backgrou...Daniel Gottlieb2017-09-131-6/+5
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-22/+12
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-0/+4
* SERVER-30669 mapReduce on mongos should pass UUID for sharded output collecti...Esha Maharishi2017-09-122-1/+36
* SERVER-30895 Make repl::logOp accept an OperationSessionInfo, instead of extr...Randolph Tan2017-09-121-9/+2
* SERVER-30969 Ping is a pre-auth commandSamantha Ritter2017-09-081-0/+3
* SERVER-30151 Accept oplog resize command in MBLouis Williams2017-09-081-3/+4
* Check if collection has UUID before getting metadataLouis Williams2017-09-081-2/+7
* SERVER-30934 Check if DB is null before getting collectionLouis Williams2017-09-081-1/+5
* SERVER-30759 Implement disk utilization stats for 'dbStats' command. Reports ...Henrik Edin2017-09-081-0/+4
* SERVER-30971: Own "scope" BSONObj in mapReduceSpencer Jackson2017-09-071-2/+2
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-3/+3
* SERVER-30581 Remove repeated string constants related to featureCompatibility...Tess Avitabile2017-08-304-71/+97
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+2
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-303-8/+15
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-283-26/+12
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-2511-47/+72
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-251-89/+126
* SERVER-30568 Remove the startSession ActionTypesamantharitter2017-08-251-5/+2
* SERVER-30776 Fix dbCheck authorization.Ian Kuehne2017-08-251-2/+10
* SERVER-30806 Add options for limiting dbCheck rateIan Kuehne2017-08-251-2/+27
* SERVER-29687 Add sock.h header where needed for non-ssl buildsAndrew Morrow2017-08-231-0/+1
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-232-0/+2
* SERVER-30719 Fix dbCheck behavior on stepdown.Ian Kuehne2017-08-231-23/+71
* SERVER-30646 Fix dbCheck health log entries.Ian Kuehne2017-08-221-12/+13
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-222-0/+431
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-222-4/+7
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+8
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-1/+4
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-172-0/+69
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-0/+8
* SERVER-28338 KillSessions SupportJason Carey2017-08-174-0/+364
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-165-12/+13