summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+1
* SERVER-34721 Make interrupted_batch_insert.js more robustJustin Seyster2018-05-081-0/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-052-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-4/+4
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-4/+4
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-3/+17
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-4/+4
* SERVER-33212 Support multi-updates in transactions.Matthew Russotto2018-04-051-1/+3
* SERVER-33211 Support multi-removes in transactions.Matthew Russotto2018-03-291-1/+3
* SERVER-33475 Make retried findAndModify correctly wait for writeConcernRandolph Tan2018-03-291-1/+3
* SERVER-33263 Fail inserts/upserts in txns that would require implicitly creat...Tess Avitabile2018-03-281-0/+7
* SERVER-14900 Ensure that operations are logged under the correct componentBernard Gorman2018-03-241-1/+1
* SERVER-33463 Make onCannotImplicitlyCreateCollection noexceptRandolph Tan2018-03-221-1/+4
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-13/+4
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-215-46/+14
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-2/+6
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-205-14/+46
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-205-46/+14
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-2/+2
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-141-9/+19
* SERVER-33858 Update and findAndModify with upsert=true should not create syst...Tess Avitabile2018-03-141-0/+1
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-33686 Support delete operations in transactions.Siyuan Zhou2018-03-091-4/+10
* SERVER-33338 Allow bulk writes to specify only the stmtId of the first statem...Matthew Russotto2018-03-073-2/+87
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-022-3/+3
* SERVER-32325 Snapshot readConcern support for insertsSiyuan Zhou2018-03-021-3/+8
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-022-2/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-022-1/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-022-2/+1
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+13
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-3/+16
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-212-3/+5
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-143-5/+4
* SERVER-32806 retried FindAndModify not using oplogHack when querying for pre/...Randolph Tan2018-02-131-1/+4
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-081-4/+9
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-11/+0
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-3/+3
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+22
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-6/+3
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-172-29/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-2/+2
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-1440-12506/+5
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-0615-0/+320
* SERVER-31243 Make no-op retry of findAndModify upsert of new document return ...Kaloian Manassiev2017-11-092-2/+30