summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-031-19/+23
* SERVER-46777 Remove 4.4-dependent coll/index creation in txns handlingMaria van Keulen2020-04-011-21/+3
* Revert "SERVER-47077 Clean up log lines in 'mongo/db'"Amirsaman Memaripour2020-03-311-25/+21
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-21/+25
* SERVER-46990 Fix check for command names for commands in txns paramMaria van Keulen2020-03-191-8/+6
* SERVER-46119: Added runtime server parameter to disable collection and index ...Andrew Chen2020-03-091-2/+11
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-8/+34
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46009 Guard against uninitialized FCV during txns checksMaria van Keulen2020-02-201-2/+3
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-201-1/+4
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+6
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-0/+24
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+28
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-1/+1
* SERVER-46045 Return false in shouldActivateFailCommandFailPoint if the comman...Cheahuychou Mao2020-02-101-1/+7
* SERVER-41070 Add blockConnection mode to failCommandCheahuychou Mao2020-02-061-1/+22
* SERVER-42239 Add support for extraInfo in failCommandAmirsaman Memaripour2020-01-291-2/+21
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-231-14/+24
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+9
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-2/+15
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-18/+21
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-1/+1
* SERVER-44403 Allow creation attempts of existing indexes in transactionsMaria van Keulen2019-11-131-0/+1
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-1/+16
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-1/+2
* SERVER-43910 BasicCommand::Invocation sets LockManager DebugInfoBenety Goh2019-10-111-0/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43079 ignore internal connections in failCommand failpointMisha Tyulenev2019-10-021-0/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-35/+33
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2019-08-261-3/+10
* SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler2019-08-011-19/+31
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-021-2/+0
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-0/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39880 Remove dead code remnants of voteCommitTransaction and voteAbort...Esha Maharishi2019-03-011-7/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-7/+1
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+24
* SERVER-39292 Do not evaluate failpoint twice per operation when multiple opt...jannaerin2019-02-071-6/+12
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-0/+6
* SERVER-34943 Ignore internal commands with "failCommand"A. Jesse Jiryu Davis2018-12-121-0/+6
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-4/+3
* SERVER-38054: failCommand fail point causes errors when run concurrently with...Natalie Tsvetkova2018-11-131-2/+11
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-021-0/+42
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-0/+59
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1