summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-293-37/+88
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37231 add test for $out and maxTimeMSIan Boros2018-11-121-10/+15
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-126-204/+0
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-0/+7
* SERVER-37794 Introduce ability to specify interruptible failpointsKaloian Manassiev2018-10-291-1/+1
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-252-60/+0
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-242-4/+56
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2233-275/+360
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-9/+6
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-295-103/+0
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+1
* SERVER-36565 Check if txn in progress or aborted when executing write commandsjannaerin2018-08-131-4/+4
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-27/+32
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-07-202-8/+19
* SERVER-35849 Remove dependency of the write commands on sharding_runtime_dCheahuychou Mao2018-07-192-14/+9
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+1
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-6/+6
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-293-14/+7
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-293-3/+1
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+1
* SERVER-33870 make numYields of parent CurOps reflect child yieldssamontea2018-06-211-1/+20
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-4/+3
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-9/+9
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-1/+4
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-17/+3
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-4/+4
* SERVER-34919 do not retry vector insert on write conflict exception, for read...Eric Milkie2018-05-291-3/+9
* 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