summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64856: Remove use of secondary WT_SESSION in getLatestOplogTimestampYu Jin Kang Park2022-07-056-17/+70
* SERVER-67389 remove references to featureFlagChangeStreamsVisibilityKyle Suarez2022-07-052-24/+0
* SERVER-67531 Improve recipient cleanup logic for shard splitmathisbessamdb2022-07-051-7/+30
* SERVER-67781 Get rid of unused functions `dropRangeDeletionsCollection` and `...Pierlauro Sciarelli2022-07-052-79/+0
* SERVER-67688 notifySecondariesThatDeletionIsOccurring is not notifying second...Pierlauro Sciarelli2022-07-052-82/+0
* SERVER-67252 Track time spent waiting for refresh on the shardsAllison Easton2022-07-053-0/+26
* SERVER-66808 Remove undocumented fields from the change stream errorcsum1122022-07-053-8/+21
* SERVER-67767 Check DbVersion using AutoGetDb instead of DSS's functionAntonio Fuschetto2022-07-053-25/+5
* SERVER-67097: Respect FCV for gBatchMultiDeletes when checking gBatchUserMult...Yu Jin Kang Park2022-07-051-1/+2
* SERVER-61702 Implement stage rewrite optimizations for $graphLookupHenri Nikku2022-07-057-61/+265
* SERVER-67542 Refactor TicketHolders into a composed TicketHolderJordi Olivares Provencio2022-07-0516-256/+388
* SERVER-65996 Remove TODOs referencing SERVER-54284Allison Easton2022-07-051-1/+2
* SERVER-60415 No longer accept FailPointSetFailed errors on jstests that use m...Enrico Golfieri2022-07-051-2/+1
* SERVER-67691 Get rid of orphans tracking upgrade/downgrade proceduresPierlauro Sciarelli2022-07-054-154/+4
* SERVER-67393 Sharding DDL coordinators implicitely translate to sharded bucke...Tommaso Tocci2022-07-056-29/+132
* Import wiredtiger: 6cb26d60ec92eabdcb50badee7cc1f2205ba7384 from branch mongo...Etienne Petrel2022-07-049-113/+227
* SERVER-64340 Warn if balancer is disabled while draining shardAntonio Fuschetto2022-07-041-0/+48
* SERVER-62338 Delete ReshardCollectionCoordinator_NORESILIENT once 6.0 branche...Tommaso Tocci2022-07-047-78/+7
* SERVER-67768 fix clang-tidyBenety Goh2022-07-042-2/+2
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-0410-66/+17
* Import wiredtiger: 1a6de5cd900a85d95087fdb2acb74493bacded0c from branch mongo...Etienne Petrel2022-07-046-66/+12
* SERVER-64002 Consistently disallow out-of-bounds access to the children vecto...Lynne Wang2022-07-0333-34/+318
* SERVER-67621 Add CQF passthrough suite for core testsNicholas Zolnierz2022-07-014-47/+63
* SERVER-65400 Removed generating 'kFullyDowngradedTo...' constants from releas...Luxi Liu2022-07-011-7/+2
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-016-2/+63
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-0123-83/+76
* SERVER-63868 replace MoveChunkRequest with ClusterMoveChunkRequestEnrico Golfieri2022-07-0116-642/+83
* SERVER-67089: Move resharding fields from ShardingDataTransformInstanceMetricsnandinibhartiyaMDB2022-07-019-368/+448
* SERVER-67554 move logv2_options dependency from mongod_initializers and mongo...Benety Goh2022-07-013-2/+1
* Revert "SERVER-61985 Make reshardingPauseCoordinatorBeforeCompletion failpoin...auto-revert-processor2022-07-011-9/+2
* SERVER-66689 Build index on meta, time by default for time-series collectionsGregory Wlodarek2022-07-012-1/+33
* SERVER-67579 Remove featureFlagExactTopNAccumulatorMickey. J Winters2022-07-014-148/+29
* SERVER-67583 Remove featureFlagSortArrayJennifer Peshansky2022-06-302-12/+1
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-3016-875/+165
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-3045-1931/+488
* SERVER-58490 Simplify OpRunner hierarchy in service_entry_point_mongos.cppMariano Shaar2022-06-301-12/+5
* SERVER-63503 $fill.partitionBy accepts string or objectZahra Poonevala2022-06-302-2/+10
* Revert "SERVER-66976 Enabled validation for time-series collections"Sviatlana Zuiko2022-06-302-19/+5
* SERVER-62975 Tassert on working set member no record IDNaomie Gao2022-06-301-6/+2
* SERVER-62029: Review agg to ABT translationHana Pearlman2022-06-3014-41/+102
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-06-302-0/+37
* SERVER-61985 Make reshardingPauseCoordinatorBeforeCompletion failpoint pause ...Abdul Qadeer2022-06-301-2/+9
* SERVER-67249 Initialize _errorPos in RegexImpl constructorJennifer Peshansky2022-06-301-1/+2
* SERVER-67544 Add initializer list for Cloner::BatchHandlerBen Shteinfeld2022-06-301-1/+1
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-3011-27/+20
* SERVER-64000: Create an unlock/relock scope guardErin McNulty2022-06-303-0/+154
* SERVER-66437 Refactor IndexScanStage to take seek keys as EExpressionsEric Cox2022-06-307-149/+117
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-3010-108/+50
* SERVER-64254 Add detailed explain output for `columnscan` stageJeffrey Xiao2022-06-305-21/+129
* SERVER-66892 Introduce change collection passthrough suite.Rishab Joshi2022-06-303-2/+34