summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 66af6ca57372bc9f600ff864d200b2feb2cb2969 from branch mongo...Chenhao Qu2021-07-28137-1386/+1029
* SERVER-58879 listIndexes() on a time-series view does not reverse map the mea...Gregory Wlodarek2021-07-271-16/+102
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-278-119/+138
* SERVER-58479 Fix double encode and decode functionlukebhan2021-07-273-33/+34
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-276-16/+82
* SERVER-58742 Disallow time-series deletes on buckets with control.closed set ...Kris Satya2021-07-271-5/+10
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-277-30/+315
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-2710-43/+147
* SERVER-48291 Remove need for individual third_party shim source filesAndrew Morrow2021-07-2722-61/+24
* SERVER-58595 Remove legacy ConfigsvrCommitMovePrimary commandTommaso Tocci2021-07-2713-966/+15
* SERVER-58794: _configsvrCreateDatabase and _flushDatabaseCacheUpdates should ...XueruiFa2021-07-272-0/+16
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-07-274-96/+73
* SERVER-58652 Remove legacy ConfigsvrShardCollection commandTommaso Tocci2021-07-2718-2294/+116
* SERVER-58820 Remove legacy drop collection/database pathsTommaso Tocci2021-07-2711-1472/+1
* SERVER-58860 Remove unused failApplyChunkOps fail pointTommaso Tocci2021-07-271-10/+0
* SERVER-54686 Remove the '_configsvrEnableSharding' commandKaloian Manassiev2021-07-272-127/+0
* Import wiredtiger: e8fe6c09e08da61353610a1850049bd1bbb794b0 from branch mongo...Etienne Petrel2021-07-272-11/+4
* Import wiredtiger: dfebf0951c87395f19d821fafe09ee0b10363998 from branch mongo...Etienne Petrel2021-07-272-7/+20
* Import wiredtiger: 5f66f0bd26857b0daccb467ba7e4187debc017f6 from branch mongo...Etienne Petrel2021-07-272-9/+15
* Import wiredtiger: 29d7fa582f8543300d59a4d710672b88b0e65ef3 from branch mongo...Etienne Petrel2021-07-272-6/+5
* Import wiredtiger: d657d0e944af71b6a19800a479aee791edb78861 from branch mongo...Etienne Petrel2021-07-272-3/+1
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-2710-5/+26
* SERVER-58309 Delete benchRun's safe, hideResults, and showResult options.Jennifer Peshansky2021-07-262-50/+8
* SERVER-58815 Have internal findAndModifyImageLookup set the synthetic oplog e...Jason Chan2021-07-262-2/+5
* SERVER-58669 Allow collMod, createIndexes, and dropIndexes once resharding co...jannaerin2021-07-262-5/+14
* SERVER-58737 Use EvalExpr in more places in sbe_stage_builder_expression.cppDrew Paroski2021-07-266-62/+70
* SERVER-58420 Clamp safely the input value of changeUmask.Rishab Joshi2021-07-261-1/+1
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-261-2/+2
* SERVER-48291 Remove support for shim_cxx and shim_crt librariesAndrew Morrow2021-07-263-142/+0
* SERVER-58720 DropDatabaseCoordinator must not re-execute destructive logic af...Simon Graetzer2021-07-261-20/+37
* SERVER-58221: stress test for ThreadPoolExecutorAndrew Shuvalov2021-07-264-1/+439
* SERVER-58211 Deduplicate entries returned in a single invocation to `Migratio...Allison Easton2021-07-264-7/+216
* SERVER-54948 Calling `shardCollection` after `enableSharding` from a differen...Pierlauro Sciarelli2021-07-261-3/+3
* SERVER-58821 Remove the unused `getLocalVersion` function from shard_server_c...Kaloian Manassiev2021-07-261-12/+0
* SERVER-58775 Mark ConfigsvrSetAllowMigrationsCommand's opCtx as killable on s...Pierlauro Sciarelli2021-07-261-0/+2
* SERVER-58589 Remove ShardingFullDDLSupportTimestampedVersion featureSergi Mateo Bellido2021-07-266-138/+74
* Import wiredtiger: 01c011a74711e79ae5c3b53449bc37fa84490f9a from branch mongo...Luke Chen2021-07-2615-166/+245
* Import wiredtiger: d24f4b88a7c9c21646b5c85c6cea922792afe621 from branch mongo...Luke Chen2021-07-262-2/+2
* SERVER-56171 remove time-series downgrade logic from setFCV commandBenety Goh2021-07-251-76/+0
* SERVER-56171 remove time-series downgrade tests. remove TODO comments.Benety Goh2021-07-241-2/+0
* Revert "SERVER-58720 DropDatabaseCoordinator must not re-execute destructive ...Pierlauro Sciarelli2021-07-241-37/+20
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-246-163/+37
* SERVER-52283 Enable feature flag for Allow $changeStream to participate in op...Drew Paroski2021-07-241-1/+2
* SERVER-54967 Remove workaround for comparing size outside of bsonBinaryEqual ...Gregory Wlodarek2021-07-231-23/+0
* SERVER-58057 Support ascending and descending indexes on time-series measurem...Gregory Wlodarek2021-07-233-23/+55
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-2312-3/+49
* SERVER-55347 Create Feature flag for Running distributed transactions interna...Jason Zhang2021-07-232-0/+42
* SERVER-58060 Add new internal FindAndModifyImageLookup aggregation stageJason Chan2021-07-234-0/+606
* SERVER-57742: Create a non-specialized version of theKshitij Gupta2021-07-233-0/+289
* SERVER-58493 Add support for time-series metaField-only deletes with hintKris Satya2021-07-233-45/+59