summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68600 implement minCover algorithmr6.2.0-alphasergey.galtsev2022-08-235-2/+27352
|
* SERVER-67876: Enable featureFlagClusterWideConfigM2 on 6.1Varun Ravichandran2022-08-233-3/+2
|
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-2345-147/+134
|
* SERVER-69029 Split Readers & Writers for PriorityTicketHolderHaley Connelly2022-08-233-29/+15
| | | | SERVER-68943 Make enabling FeatureFlagDeprioritizeLowPriorityOperations independent of FeatureFlagExecutionControl
* SERVER-68851 Remove wait for collection critical section from service entry ↵Allison Easton2022-08-232-23/+15
| | | | point
* SERVER-68826 Link the feature_flag_test.idl template back in the server codeKaloian Manassiev2022-08-231-16/+16
|
* SERVER-68937 Improve task splitting based on historic tests runtimeMikhail Shchatko2022-08-231-3/+3
|
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-2322-336/+318
|
* SERVER-67587 Remove featureFlagSearchShardedFacetsMaddie Zechar2022-08-234-41/+4
|
* SERVER-69038 CollMod coordinator V3 does not serialize with concurrent ↵Tommaso Tocci2022-08-221-1/+1
| | | | migrations
* SERVER-67922 Accommodate build profiles for external buildersTausif Rahman2022-08-221-4/+6
|
* SERVER-68586 Use opt setting from Build ProfilesTausif Rahman2022-08-223-2/+3
|
* SERVER-69051 fix error message related to opt and gcov or sanitizersDaniel Moody2022-08-221-4/+4
|
* SERVER-68659 Fix Antithesis failuresTausif Rahman2022-08-225-34/+47
|
* SERVER-68812 Prevent extra Stats copies in ↵Vesselina Ratcheva2022-08-221-2/+2
| | | | InitialSyncer::_appendInitialSyncProgressMinimal_inlock
* SERVER-68833 did some tidy clang fixesJuan Gu2022-08-222-3/+5
|
* SERVER-68950 Update ssl_helpers.js for Ubuntu 22.04Mark Benvenuto2022-08-221-0/+20
|
* Revert "SERVER-68600 implement minCover algorithm"Alexander Neben2022-08-225-27352/+2
| | | | This reverts commit cfd2a26b68cc7ee59fbc94c7ea437500b09ef124.
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-225-11/+6
|
* SERVER-69019 Add more log to spill_to_disk_secondary_read.jszixuan.zhuang2022-08-221-1/+11
|
* SERVER-68595 add jstests for encrypted range query analysisDavis Haupt2022-08-221-0/+3
|
* Revert "SERVER-67372 Make tenant migration recipient delete its state ↵Sophia Tan2022-08-224-204/+10
| | | | | | document in its run method" This reverts commit a96f1436e02feea955565ac0ea39f8b56f087639.
* SERVER-68578 HostInfoCmd returns extra.extra key pathScott Kurowski2022-08-221-1/+1
|
* Revert "SERVER-67443 added logging for fcv up/downgrade in ↵Sviatlana Zuiko2022-08-222-238/+1
| | | | | | set_feature_compatibility_version_command.cpp && created set_fcv_logging.js" This reverts commit bcebd12f2e6492eef7f609d8b234f81e92c2f683.
* SERVER-67127 Delete 'db.currentOpLegacy()' helperDavid Storch2022-08-222-24/+2
|
* SERVER-68521 Fix race in awaitdata_getmore.jsIan Boros2022-08-221-2/+3
|
* SERVER-68461 Persist the result of the doCompactOperation in the ↵Erwin Pe2022-08-223-1/+51
| | | | Pre61Compatible compaction coordinator
* SERVER-67618 Remove usage of ErrorCategory::Interruption in ShardingAbdul Qadeer2022-08-222-10/+2
|
* SERVER-68676 Range deleter service must honor `disableResumableRangeDeleter`Silvia Surroca2022-08-222-0/+55
|
* SERVER-68233 MongoShell numberDecimalsAlmostEqual(NumberDecimal(0), ↵Denis Grebennicov2022-08-222-20/+31
| | | | NumberDecimal(0)) returns false
* Import wiredtiger: 7adc445f756f27c8a9f6dc45b490c0679df3c42b from branch ↵Clarisse Cheah2022-08-222-2/+2
| | | | | | | | | mongodb-master ref: 9db69777a9..7adc445f75 for: 6.1.0-rc0 Increasing the buffer for search near assert due to changes in WT-9474 which increase the stats incremented with prefixed bounds (#8216)
* SERVER-67021 Ensure the correctness of time-series buckets data field in ↵Damian Wasilewicz2022-08-221-0/+48
| | | | validation
* SERVER-68386 Implement random generator of documentsRuoxin Xu2022-08-211-1/+66
|
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-2111-21/+791
|
* SERVER-68600 implement minCover algorithmsergey.galtsev2022-08-215-2/+27352
|
* SERVER-68065 Cannot update unindexed field in QEShreyas Kalyan2022-08-201-4/+27
|
* SERVER-67562 Check for invalid UTF-8 characters in BSON documents during ↵Damian Wasilewicz2022-08-206-5/+151
| | | | validation
* SERVER-68969 Replace TraverseStage with traverseF expressions in ↵Drew Paroski2022-08-204-144/+277
| | | | sbe_stage_builder_filter.cpp
* SERVER-67521 Check for duplicate field names in BSON documents during validationRichard Hausman2022-08-204-7/+102
|
* SERVER-67372 Make tenant migration recipient delete its state document in ↵Fernando Lisboa2022-08-194-10/+204
| | | | its run method
* SERVER-68830 did some tidy clang fixesJuan Gu2022-08-196-18/+9
|
* SERVER-66427 Create column store index test for larger arrayInfo stringsErin Zhu2022-08-191-0/+72
|
* SERVER-67140 Change query planner to determine column index eligibility ↵Justin Zhang2022-08-1912-70/+454
| | | | based on field projection
* SERVER-67443 added logging for fcv up/downgrade in ↵Luxi Liu2022-08-192-1/+238
| | | | set_feature_compatibility_version_command.cpp && created set_fcv_logging.js
* SERVER-66012 Use the WiredTiger version cursor to print the index entries ↵Yuhong Zhang2022-08-191-2/+7
| | | | metadata when corruption is detected during validation
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data ↵Yuhong Zhang2022-08-195-3/+81
| | | | interface
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-1920-101/+188
|
* SERVER-68972 Fix warning in debug-mode about using std::move preventing copy ↵Jason Chan2022-08-191-1/+1
| | | | elision
* SERVER-68814 Use auto&& in split observer range-based for loopsDidier Nadeau2022-08-191-3/+3
|
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-198-28/+74
|