summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-034-18/+44
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-30/+17
* SERVER-39614 replace inActiveOrKilledMultiDocumentTransaction with inMultiDoc...Pavithra Vetriselvan2019-09-241-5/+5
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-269-141/+71
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-261-6/+4
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-035-0/+22
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-245-23/+16
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-234-2/+30
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-6/+4
* SERVER-40419 Remove feature flag guard for pipelines in updateJames Wahlin2019-05-202-6/+0
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-194-6/+30
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-175-4/+35
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-165-13/+22
* SERVER-40684 Ban transactions against capped collectionsVesselina Ratcheva2019-05-131-14/+16
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-132-1/+4
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-061-8/+0
* SERVER-40400 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-021-6/+0
* SERVER-40398 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-011-6/+0
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-301-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+2
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-261-6/+6
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-251-6/+6
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-251-6/+6
* SERVER-39516 Use database MODE_IX lock for creating collectionXiangyu Yao2019-04-181-1/+3
* SERVER-40321 Transaction CRUD ops on a shard against a capped collection failDianna2019-04-171-41/+68
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-3/+3
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-118-12/+250
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-095-9/+5
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-4/+6
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-051-35/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-283-6/+6
* SERVER-39942 Make dependencies on transaction library private.Siyuan Zhou2019-03-221-0/+1
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-0/+5
* SERVER-39942 Extract transaction library from catalog_raii library.Siyuan Zhou2019-03-151-0/+1
* SERVER-39526 Write an indexBuilds entry to disk when a simultaneous index bui...Gregory Wlodarek2019-02-221-0/+2
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-222-2/+2
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-17/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1328-38/+0
* 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