summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-09-171-94/+85
| | | | Extends _runSafely use to all public methods on implscope
* SERVER-36606: Add large OP_MSG audit integration testingSpencer Jackson2018-09-171-0/+71
|
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-1711-44/+68
|
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-177-13/+150
|
* SERVER-36572 Enbironment::count() returns bool, not int.Sara Golemon2018-09-171-2/+2
|
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-1710-71/+187
|
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-174-5/+119
|
* SERVER-37156 Wait for worker threads to exit in benchRun().Max Hirschhorn2018-09-172-2/+15
|
* SERVER-35870 Add functionality to prevent Session checkouts & wait for all ↵Spencer T Brody2018-09-173-0/+144
| | | | Sessions to be checked in
* SERVER-35870 Rename SessionCatalog::_txnTable to _sessionsSpencer T Brody2018-09-172-15/+15
|
* SERVER-36572 Canonicalize bindIpAll to bindIp=='*'Sara Golemon2018-09-171-19/+25
|
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-174-30/+89
|
* SERVER-37144 In OplogSlotReserver, changing the locker on an opCtx requires ↵Matthew Russotto2018-09-171-0/+3
| | | | the client lock
* SERVER-37149 Remove deadlock in ScheduleBeforeStartupTestBen Caimano2018-09-171-2/+4
|
* SERVER-36269: Add backup_restore test for $backupCursorsDaniel Gottlieb2018-09-172-4/+4
|
* SERVER-36735 Remove duplicate code in shardsvr_shard_collectionjannaerin2018-09-141-1/+0
|
* Revert "SERVER-35629 Use WiredTiger salvage API to repair corrupt metadata"Louis Williams2018-09-145-93/+46
| | | | This reverts commit f92a1d2aaf0f4d2874f64a5e1b3c12fc66e39d4d.
* SERVER-36362 Do not consider an 'allPaths' index for a $text queryBernard Gorman2018-09-143-6/+74
|
* SERVER-36722 Added remote bintray repository, just dryRun for now.Henrik Edin2018-09-143-17/+65
|
* Revert "SERVER-36637 IDL objects should hold owned BSONObjs"Mark Benvenuto2018-09-141-1/+0
| | | | This reverts commit 846a6c19839601ce66f27877b348a4a5150a453d.
* SERVER-35307 Remove verbose try-catch in prepareTransaction().Siyuan Zhou2018-09-141-17/+1
|
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-1414-256/+524
| | | | | | | | By default, $lookup and $facet do not write persistent data and are allowed in a transaction. However, both stages must inherit the "strictest" disk use requirement of any stage in their sub-pipelines, and can only be used in a transaction if each of those pipelines contain only transaction-compatible stages.
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-1419-63/+181
|
* SERVER-36637 IDL objects should hold owned BSONObjsMark Benvenuto2018-09-141-0/+1
|
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-1418-50/+54
|
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-143-1/+46
|
* SERVER-34577 Parse read and write concern for command invocation in ↵Henrik Edin2018-09-142-10/+40
| | | | embedded. Behave like a standalone mongod.
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-1422-222/+414
|
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-1415-58/+124
|
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ↵Matthew Russotto2018-09-1413-9/+108
| | | | all_committed point
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-145-46/+93
|
* SERVER-36810 fix unused return value for coverityJonathan Reams2018-09-141-1/+1
|
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-143-7/+13
|
* SERVER-35307 Fix unused varialbe compile errors on some platforms.Siyuan Zhou2018-09-131-2/+6
|
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-132-7/+11
|
* SERVER-37019 Add tryAbort event and function to the TransactionCoordinatorMatthew Saltz2018-09-133-0/+44
|
* SERVER-37019 Remove waiting for abort ack logic from TransactionCoordinator ↵Matthew Saltz2018-09-136-94/+17
| | | | and callers
* SERVER-36726 Log SessionID when we start a session in the shell and Log ↵Samy Lanka2018-09-132-2/+14
| | | | TxnNumber when we start a transaction
* SERVER-35307 Support prepared transactions on secondaries and immediately ↵Siyuan Zhou2018-09-1317-119/+275
| | | | abort them.
* SERVER-36634 Change FCV check to check for CommandNotFound in ↵jannaerin2018-09-135-124/+158
| | | | configsvrShardCollection and write to config after creating collections on non-primary shards
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-135-4/+38
|
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-1314-80/+144
|
* SERVER-37033 check Status in options codeablack122018-09-132-0/+6
|
* SERVER-36584 Fix unit test clang compileEsha Maharishi2018-09-134-4/+4
|
* SERVER-36677 coordinateCommitTransaction should call the 'prepare' logic on ↵Esha Maharishi2018-09-131-0/+20
| | | | the local TransactionParticipant
* Revert "SERVER-37070 Improve duplicate key error messages for all storage ↵Xiangyu Yao2018-09-1313-142/+78
| | | | | | engines" This reverts commit 061d13d34af2d75f1b3597b1a60478a60a97e7c7.
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-1313-78/+142
|
* SERVER-37105 Make it clear from the stack trace whether a command is running ↵Spencer T Brody2018-09-131-10/+12
| | | | in a transaction
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a ↵Mathias Stearn2018-09-136-30/+190
| | | | blocking operation
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-136-143/+55
|