summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-042-4/+19
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-12/+10
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-3/+4
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-2/+2
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-011-2/+2
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-311-1/+0
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-10/+6
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-227-89/+134
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+1
* SERVER-43633 Prohibit user writes to system.views in FCV 4.6Gregory Noma2020-07-201-1/+5
* SERVER-48631 Do not allow renameCollection to create collection which begins ...Katherine Wu2020-07-101-2/+2
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-092-51/+135
* SERVER-48955 Do not allow user created collections to have a '$' in the names...Gregory Wlodarek2020-06-181-0/+5
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-0/+4
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-4/+0
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-0/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-117-18/+20
* SERVER-47897 CurOp should use monotonic clock source for duration measurementsJames Wahlin2020-06-101-3/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-4/+4
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-082-22/+35
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-06-051-4/+0
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-3/+3
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-293-4/+4
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-273-75/+28
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-193-14/+19
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-3/+4
* SERVER-46709 Support 'let' variables in the delete commandJacob Evans2020-05-044-8/+42
* 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