summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61668 update constants for the 5.2 branchr5.2.0-rc0Robert Guo2021-12-073-46/+5
* SERVER-61673 Update suffix var to 5.2 in compile expansionsZakhar Kleyman2021-12-072-4/+4
* SERVER-59664 Implement merge chunks routine Phase IAllison Easton2021-12-078-52/+302
* SERVER-61927 clean up geo_circle1_noindex.jsBenety Goh2021-12-071-11/+19
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-0710-40/+68
* SERVER-60922 Use config.migrations to persist moveChunk recovery infoPaolo Polato2021-12-0712-282/+301
* SERVER-61759 Do not expose the cloner directly from the MigrationSourceManagerKaloian Manassiev2021-12-075-58/+91
* SERVER-51951 Create feature flag for improved change stream visibilityNikita Lapkov2021-12-071-0/+5
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-0718-83/+342
* SERVER-61928 clean up bench_test2.jsBenety Goh2021-12-061-2/+5
* SERVER-61925 replace runtime --nojournal check with tag for CI systemBenety Goh2021-12-061-8/+6
* SERVER-29425 $sortArray for classic engine: fix collator for whole valuesAndrii Dobroshynski2021-12-061-1/+1
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-0617-625/+810
* SERVER-61666 Fix migration for txns before startApplyingA. Jesse Jiryu Davis2021-12-065-24/+120
* SERVER-61922 add requires_replication tag to collmod test in noPassthroughBenety Goh2021-12-061-0/+3
* SERVER-61484 JournalFlusher should log a warning on ExceededMemoryLimit error...Dianna Hohensee2021-12-061-5/+7
* SERVER-58761 Make setFCV delete the config.transactions entries for all child...Jason Zhang2021-12-062-0/+451
* SERVER-61917 rollback fixture waits for index build to scan collectionBenety Goh2021-12-061-1/+2
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-064-29/+4
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-0622-172/+334
* SERVER-61921 fix link error in noSSL modeAndrew Shuvalov2021-12-061-0/+1
* Revert "SERVER-61563 upload fuzzer minimized output"David Bradford2021-12-065-33/+32
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-0411-11/+540
* SERVER-61486 avoid full index scan during unique index conversionBenety Goh2021-12-041-1/+56
* SERVER-61856 Add suppression for libunwind upgradeAndrew Morrow2021-12-041-0/+1
* SERVER-61486 add test and fail point to check collMod handling of side writes...Benety Goh2021-12-042-0/+226
* SERVER-61486 collMod tracks side writes during unique index conversionBenety Goh2021-12-043-3/+70
* SERVER-61486 add test case for non-existent namespace for unique index conver...Benety Goh2021-12-041-0/+7
* SERVER-61486 scanIndexForDuplicates() accepts optional KeyString::Value and l...Benety Goh2021-12-042-7/+21
* SERVER-60031 Remove todo in EFT SConscriptYuhong Zhang2021-12-041-10/+0
* SERVER-61486 add parallel shell helpers for running commandsBenety Goh2021-12-041-0/+49
* SERVER-59729 Investigate to find the best default values for FCBIS parametersMatthew Russotto2021-12-031-5/+3
* SERVER-61486 add CollModOpObserverBenety Goh2021-12-034-0/+273
* SERVER-61698 adding support of adding and removing entries to config.tenants ...mathisbessamdb2021-12-037-15/+47
* SERVER-61486 add CollModWriteOpsTrackerBenety Goh2021-12-033-0/+211
* SERVER-61910 initiate_takes_stable_checkpoint.js doesn't account for closing ...Vishnu Kaushik2021-12-031-2/+2
* SERVER-61807 Remove flag guard from $locfTed Tuckman2021-12-032-6/+23
* SERVER-61858 Wait for node to become primary before disconnecting in sync_sou...Huayu Ouyang2021-12-031-6/+6
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-0341-947/+161
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-036-18/+25
* SERVER-61842 Mixed mode writes to `config.system.preimages`Denis Grebennicov2021-12-033-105/+73
* SERVER-61084 Remove now-unnecessary ShardingTaskExecutorPoolMinSize mongos pa...Reo Kimura2021-12-031-5/+1
* SERVER-61214 Ensure having the latest known entry of the catalog cache when c...Pierlauro Sciarelli2021-12-031-3/+14
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-0311-90/+830
* SERVER-61590 Add null check before accesssing time-series options in the shar...Arun Banala2021-12-032-9/+37
* SERVER-61393 Throw CannotEnableIndexConstraint on unique conversion failureGabriel Marks2021-12-034-19/+130
* SERVER-59090 Remove backport_required_multiversion tags from tenant migration...Jack Mulrow2021-12-032-4/+0
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-037-30/+239
* SERVER-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the hallow...Mihai Andrei2021-12-031-5/+21
* SERVER-61871 use tassert for state machine programmer errorsLaMont Nelson2021-12-032-11/+25