summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-121-16/+23
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-3/+10
* SERVER-39469 Capture by reference instead of value in write_ops failpointsNick Zolnierz2019-02-111-2/+2
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-062-2/+5
* SERVER-39145 Modify no_disconnect_on_stepdown.js to test that the write opera...Matthew Russotto2019-02-061-0/+14
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-1/+3
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-222-0/+10
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-17/+17
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-141-8/+17
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in write...Nick Zolnierz2019-01-111-17/+8
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-111-8/+17
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-093-16/+35
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-073-35/+16
* SERVER-38513 Implement disconnection behavior for legacy messagesMatthew Russotto2019-01-071-0/+11
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-043-16/+35
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-6/+3
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-1/+1
* SERVER-37284 Do not log/profile ndeleted when the number of deleted documents...Brigitte Lamarche2018-12-131-2/+0
* 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