summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-284-10/+42
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-264-4/+4
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the wr...Kaloian Manassiev2020-04-211-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-162-103/+74
* SERVER-46937 Aggregation stage serverStatus counters incorrectly count update...Mihai Andrei2020-04-141-9/+0
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-1/+1
* SERVER-47176 Make update.cpp not take database MODE_X lockGregory Noma2020-04-071-27/+22
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-061-3/+4
* SERVER-46777 Remove 4.4-dependent coll/index creation in txns handlingMaria van Keulen2020-04-011-20/+0
* SERVER-46863 prevent collator mismatch in findAndModify/updateIan Boros2020-03-311-1/+4
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-9/+0
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-22/+42
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-4/+2
* SERVER-46990 Fix check for command names for commands in txns paramMaria van Keulen2020-03-191-1/+1
* SERVER-46411 Update logAndBackoff to have a logv2 style interfaceHenrik Edin2020-03-191-3/+2
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-191-7/+0
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-185-174/+124
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+1
* SERVER-46119: Added runtime server parameter to disable collection and index ...Andrew Chen2020-03-091-0/+7
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-294-1/+13
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-287-48/+73
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+3
* Revert "SERVER-44367 Allow hinting the delete command"Eric Milkie2020-02-274-13/+1
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-274-1/+13
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+2
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-7/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-214-4/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-0/+9
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-3/+10
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-14/+29
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-134-7/+13
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-262-4/+6
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-144-18/+44
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2019-11-121-0/+12
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-2/+2
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-053-7/+17
* SERVER-43985 single_write_result.idl singleWriteResult struct has incorrect d...Anton Oyung2019-10-151-1/+1
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-2/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-302-3/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+6
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-8/+9
* SERVER-39614 replace inActiveOrKilledMultiDocumentTransaction with inMultiDoc...Pavithra Vetriselvan2019-09-031-5/+5
* SERVER-41745 Collections with names longer than 120 characters will be gated ...Gregory Wlodarek2019-08-291-1/+9
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-1/+1
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-25/+12
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-081-6/+6