summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-055-8/+17
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-032-3/+6
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-1/+1
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-11/+5
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-026-84/+83
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-07-021-2/+2
* SERVER-29678 collStats command returns ok:1, 0-ed response on non-existing na...Ben Judd2018-07-021-1/+1
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-292-220/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-296-5/+4
* Revert "SERVER-35317: Preserve minVisible values when refreshing the catalog."Daniel Gottlieb2018-06-271-2/+2
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-06-271-2/+2
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-252-3/+14
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-1/+1
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-22/+29
* SERVER-35392 Remove FCV logic concerning chunk history and afterClusterTimeBlake Oler2018-06-201-62/+0
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-1/+0
* SERVER-35698 Uncap usersInfo output past 101 resultsSpencer Jackson2018-06-201-8/+14
* SERVER-34470 Give config and admin databases a fixed database versionBlake Oler2018-06-201-3/+5
* SERVER-35361 Ensure collection is locked when deleting filemd5's PlanExecutorCharlie Swanson2018-06-202-3/+34
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-196-15/+13
* SERVER-34470 Remove FCV checks related to database versioningBlake Oler2018-06-191-8/+0
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-182-405/+0
* SERVER-35376 move prepareTransaction logic to sessionJudah Schvimer2018-06-181-14/+1
* SERVER-34550 Remove database versioning logic from setFCV commandBlake Oler2018-06-151-20/+1
* SERVER-35516 Remove usages of OldClient(Write)Context from map/reduceKaloian Manassiev2018-06-141-116/+97
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-143-42/+63
* SERVER-35569 reIndex should take a Global exclusive lock instead of just a Da...Eric Milkie2018-06-131-0/+7
* SERVER-32198 Retry on StaleShardVersion errors during collection dropKaloian Manassiev2018-06-122-16/+10
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-1/+4
* SERVER-35517 Add failpoint mechanism to the mongo shellBen Caimano2018-06-081-31/+13
* SERVER-35497 Fix broken mr_errorhandling.js core testKaloian Manassiev2018-06-081-1/+1
* SERVER-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-082-87/+79
* SERVER-35487 Remove FCV 4.0 checks from user managementSara Golemon2018-06-071-9/+0
* SERVER-35365 MapReduce should write "inc" collections to "local" db.Justin Seyster2018-06-071-17/+19
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-073-98/+146
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-072-3/+3
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-071-8/+10
* SERVER-35463 Mark listCommands as pre-authSara Golemon2018-06-061-0/+3
* SERVER-35387 Ensure retried commitTransaction command waits for writeConcernJudah Schvimer2018-06-051-0/+6
* SERVER-35382 _isSelf requiresAuth falseBilly Donahue2018-06-051-3/+6
* SERVER-33078 convertToCapped size is not checked for float -> long long overflowDianna Hohensee2018-06-041-1/+1
* SERVER-34517 do not check for userId in cursors within sessions during getMor...Misha Tyulenev2018-06-011-1/+2
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-316-2/+20
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-2/+2
* SERVER-33889 Remove more commands from embeddedAndrew Morrow2018-05-301-1/+1
* SERVER-35286: Pass the oplog NamespaceString when getting the collection.Daniel Gottlieb2018-05-301-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-305-7/+7
* SERVER-28524 remove group commandKyle Suarez2018-05-302-288/+0