summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-68548: check quiet globalServerParam before loggingAdam Rayner2022-08-231-2/+8
* SERVER-52130 Create feature flag for PM-1858Cheahuychou Mao2022-08-233-0/+55
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-237-7/+19
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-233-4/+11
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-2312-36/+26
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-2327-50/+160
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-237-29/+35
* SERVER-69057 reduce and optimize mincover test vectorssergey.galtsev2022-08-233-27129/+4117
* SERVER-68600 implement minCover algorithmr6.2.0-alphasergey.galtsev2022-08-235-2/+27352
* SERVER-67876: Enable featureFlagClusterWideConfigM2 on 6.1Varun Ravichandran2022-08-231-1/+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-68851 Remove wait for collection critical section from service entry p...Allison Easton2022-08-232-23/+15
* SERVER-68826 Link the feature_flag_test.idl template back in the server codeKaloian Manassiev2022-08-231-16/+16
* 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 migrat...Tommaso Tocci2022-08-221-1/+1
* SERVER-68812 Prevent extra Stats copies in InitialSyncer::_appendInitialSyncP...Vesselina Ratcheva2022-08-221-2/+2
* SERVER-68833 did some tidy clang fixesJuan Gu2022-08-221-2/+4
* Revert "SERVER-68600 implement minCover algorithm"Alexander Neben2022-08-225-27352/+2
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-225-11/+6
* Revert "SERVER-67372 Make tenant migration recipient delete its state documen...Sophia Tan2022-08-223-71/+10
* SERVER-68578 HostInfoCmd returns extra.extra key pathScott Kurowski2022-08-221-1/+1
* Revert "SERVER-67443 added logging for fcv up/downgrade in set_feature_compat...Sviatlana Zuiko2022-08-221-30/+1
* SERVER-67127 Delete 'db.currentOpLegacy()' helperDavid Storch2022-08-221-22/+0
* SERVER-68461 Persist the result of the doCompactOperation in the Pre61Compati...Erwin Pe2022-08-223-1/+51
* 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), NumberDec...Denis Grebennicov2022-08-221-3/+7
* SERVER-67021 Ensure the correctness of time-series buckets data field in vali...Damian Wasilewicz2022-08-221-0/+48
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-2110-21/+640
* 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 vali...Damian Wasilewicz2022-08-204-5/+101
* SERVER-68969 Replace TraverseStage with traverseF expressions in sbe_stage_bu...Drew Paroski2022-08-204-144/+277
* SERVER-67521 Check for duplicate field names in BSON documents during validationRichard Hausman2022-08-203-7/+91
* SERVER-67372 Make tenant migration recipient delete its state document in its...Fernando Lisboa2022-08-193-10/+71
* SERVER-68830 did some tidy clang fixesJuan Gu2022-08-195-17/+8
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-1912-70/+454
* SERVER-67443 added logging for fcv up/downgrade in set_feature_compatibility_...Luxi Liu2022-08-191-1/+30
* SERVER-66012 Use the WiredTiger version cursor to print the index entries met...Yuhong Zhang2022-08-191-2/+7
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang2022-08-195-3/+81
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-1919-101/+159
* SERVER-68972 Fix warning in debug-mode about using std::move preventing copy ...Jason Chan2022-08-191-1/+1
* 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-193-12/+29
* Revert "SERVER-68065 Cannot update unindexed field in QE"Shreyas Kalyan2022-08-191-27/+4
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-197-295/+964
* SERVER-66698 Clear BucketCatalog namespaces lazily using clear registryDavid Wang2022-08-194-49/+103
* SERVER-67946 added downgrading->upgrading path sharding testsLuxi Liu2022-08-193-3/+17