summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-1312-18/+103
* SERVER-37621 Move logging in transaction command bodies to after checking tha...Esha Maharishi2018-10-122-11/+11
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-37592 Clear and regenerate _wildcardIndexDiscriminators when updating ...Bernard Gorman2018-10-121-0/+1
* SERVER-37561 Server startupWarnings show spurious empty linesBen Caimano2018-10-121-2/+3
* SERVER-37229: Switch to unordered write ops ini $outNick Zolnierz2018-10-123-152/+93
* Remove listLocalCursorsTed Tuckman2018-10-124-191/+0
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-1233-236/+85
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-1258-191/+74
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-126-208/+39
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-1218-158/+248
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-118-13/+58
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-1110-659/+335
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-113-2/+12
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-10-111-13/+4
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-112-10/+25
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-111-0/+2
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-1116-187/+292
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2018-10-112-2/+19
* SERVER-37553 Log sending and receiving every message in the transaction two p...Esha Maharishi2018-10-114-44/+54
* SERVER-37547 Use kTransaction log component for log messages from the Transac...Esha Maharishi2018-10-111-1/+1
* SERVER-37550 Relax rules on setting readOnce flag on WiredTiger sessionMatthew Russotto2018-10-111-1/+2
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-111-2/+1
* SERVER-37514 Snapshot readConcern without atClusterTime should always be spec...Tess Avitabile2018-10-111-3/+5
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-113-13/+58
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-1113-302/+451
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-102-0/+3
* SERVER-36478 Use user-provided wtimeout for setFCV commandLouis Williams2018-10-102-5/+13
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-1013-94/+260
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-102-14/+42
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-102-2/+42
* SERVER-37018 Respond to voteCommit for non-existent transaction with abortTra...Matthew Saltz2018-10-102-2/+7
* SERVER-37018 Refactor unit tests to test TransactionCoordinatorService directlyMatthew Saltz2018-10-107-596/+570
* SERVER-37436 Add fields to idleCursor object in curOpTed Tuckman2018-10-101-0/+13
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-093-2/+191
* SERVER-37459 special case for $group with $$ROOT or $$CURRENTIan Boros2018-10-091-1/+11
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-094-5/+35
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-094-10/+92
* SERVER-37394 do not display deadline in timeout messageEric Milkie2018-10-092-16/+8
* SERVER-37441 Add missing unit testing for wildcard indexes.David Storch2018-10-081-0/+53
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-082-3/+9
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-084-16/+80
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-084-4/+4
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-083-25/+14
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-0823-1304/+1172
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-0512-41/+89
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-059-148/+116
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-051-1/+1
* SERVER-37232 Remove coordinator from catalog asynchronously on commit or abortMatthew Saltz2018-10-048-62/+99
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-046-44/+140