summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33356 Ensure shards' persisted collection cache picks up collection UU...Esha Maharishi2018-04-161-5/+15
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-131-2/+22
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-131-1/+0
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-131-1/+1
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-131-1/+1
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-131-0/+41
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-131-7/+0
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-132-5/+15
* Revert "SERVER-34157 prevent writes to system collections"Kyle Suarez2018-04-132-19/+0
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33115 prevent writes to unreplicated collections in a transactionKyle Suarez2018-04-132-3/+41
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3
* SERVER-34244 Add nameOnly option to listCollectionsXiangyu Yao2018-04-111-6/+21
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-1/+5
* SERVER-33241 Abort all open transactions on FCV downgradeTess Avitabile2018-04-112-2/+12
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-5/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-1/+5
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* SERVER-34333 Avoid deadlock implicitly creating db for change streamCharlie Swanson2018-04-051-16/+7
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-055-129/+98
* SERVER-34325 OperationShardingState should store namespace and db separately,...Esha Maharishi2018-04-051-1/+1
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-054-5/+5
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-1/+0
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-042-2/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-33774 make commitTxn, abortTxn, and prepareTransaction adminOnlyPavi Vetriselvan2018-04-041-0/+12
* Revert "make commitTxn, prepare, and abortTxn adminOnly"Pavi Vetriselvan2018-04-041-12/+0
* make commitTxn, prepare, and abortTxn adminOnlyPavi Vetriselvan2018-04-041-0/+12
* SERVER-34004 Support commit and abort transaction commands on secondariesWilliam Schultz2018-04-031-2/+2
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-027-7/+13
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-025-471/+588
* SERVER-33283 Add test coverage for case where pinned cursor is killed after i...Ian Boros2018-03-301-0/+2
* SERVER-33475 Make retried findAndModify correctly wait for writeConcernRandolph Tan2018-03-291-0/+7
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-292-47/+44
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-298-359/+273
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-0/+60
* SERVER-33263 Fail inserts/upserts in txns that would require implicitly creat...Tess Avitabile2018-03-281-0/+8
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-22/+3
* SERVER-33432 Abort transaction on write conflicts and other exceptions.Siyuan Zhou2018-03-271-3/+3
* Revert "SERVER-34046 Separate implementations for CmdIsMaster for embedded an...Henrik Edin2018-03-271-242/+0
* SERVER-34046 Separate implementations for CmdIsMaster for embedded and mongod.Henrik Edin2018-03-271-0/+242
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-272-2/+2
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-276-151/+274
* SERVER-32975: Expose mechanism info in usersInfoSpencer Jackson2018-03-261-19/+59
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-251-5/+1
* SERVER-33868 Delete db versions from config.databases on setFCV=3.6jannaerin2018-03-231-0/+14