summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53395 UpdateDriver::parse() supports delta updates for non-oplog appli...Benety Goh2020-12-181-4/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-172-31/+34
* SERVER-51088 Add ReshardingTest fixture for resharding fuzzer to use.Max Hirschhorn2020-12-041-1/+7
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-026-45/+169
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-016-32/+36
* SERVER-52978: Correct ordered batch inserts code path for document validation...Daniel Gottlieb2020-11-252-0/+71
* SERVER-52667: Correct performInserts batching.Daniel Gottlieb2020-11-163-15/+134
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-132-5/+5
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-064-8/+15
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+3
* SERVER-51423 Test that a bulk write returns ok for the writes that complete b...Jason Zhang2020-10-221-0/+7
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-51509 Fix invalid CollectionPtr being passed in performSingleUpdateOp ...Henrik Edin2020-10-131-2/+5
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-133-4/+4
* SERVER-51347 Allow writes on a collection string-matching '.system.resharding...Alex Taskov2020-10-081-0/+4
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-6/+10
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-264-8/+8
* SERVER-50957 Move anonymous functions which run writes to config docs in txns...jannaerin2020-09-211-0/+3
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-09-091-1/+4
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-4/+4
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-024-5/+5
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-319-59/+162
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-2/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-273-17/+36
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-131-1/+2
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-062-19/+4
* 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