summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68215 MongoDSessionCatalog constructor accepts ↵Benety Goh2022-08-2526-26/+234
| | | | MongoDSessionCatalogTransactionInterface
* SERVER-68854 Refactor SchedulingTicketHolder queueing logicJordi Olivares Provencio2022-08-253-56/+28
|
* Import wiredtiger: 2861a1165302d7a2ddf7b384922b2a022cc23897 from branch ↵Will Korteland2022-08-254-14/+27
| | | | | | | | | mongodb-master ref: 42ee89096f..2861a11653 for: 6.2.0-rc0 WT-9771 Fix generating incompatible transaction configurations (#8224)
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-254-8/+8
|
* SERVER-68839 clany tidy modernize-make-shared fixJuan Gu2022-08-252-6/+7
|
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-2431-0/+45
|
* SERVER-67465 Ensure network timeouts do not fail hedged operationsAmirsaman Memaripour2022-08-242-14/+22
|
* SERVER-68896 Create ComparableIndexVersion class for IndexCacheAllison Easton2022-08-248-6/+496
|
* SERVER-67653 don't initiate critical section if remainingMillis is omittedAndrew Witten2022-08-242-7/+63
|
* SERVER-57786 Include `_id` along with the recordId for multikey errors in ↵Yuhong Zhang2022-08-241-6/+11
| | | | validation report
* SERVER-69052 Ensure bucket collection is valid when checking for extended rangeDan Larkin-York2022-08-241-0/+2
|
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-2424-178/+446
|
* SERVER-69033 Make no-indexes version boost::none instead of Timestamp(0, 0)Allison Easton2022-08-243-23/+4
|
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-2418-66/+197
|
* SERVER-68795 Make PlanYieldPolicySBE always use new yielding when feature ↵Dianna Hohensee2022-08-243-9/+5
| | | | flag is set
* Import wiredtiger: 42ee89096f8306dbdcbd1a9416c308cf2e0ccf7e from branch ↵Chenhao Qu2022-08-242-2/+1
| | | | | | | | | mongodb-master ref: bb704a1689..42ee89096f for: 6.1.0-rc0 WT-9590 Fixing linking to tcmalloc for S3 extension (#8217)
* Import wiredtiger: bb704a1689ed8b1681bb2dd6bd576c4a40d391f3 from branch ↵Chenhao Qu2022-08-242-2/+2
| | | | | | | | | mongodb-master ref: a0ef087624..bb704a1689 for: 6.1.0-rc0 WT-9760 Fix implicit conversion in workgen.cxx (#8219)
* Import wiredtiger: a0ef0876244f2f8636a36ab012b790244a676290 from branch ↵Chenhao Qu2022-08-243-122/+328
| | | | | | | | | mongodb-master ref: 7adc445f75..a0ef087624 for: 6.1.0-rc0 WT-9554 Implement truncate and prepare in the cursor bounds fuzz tester python test (#8203)
* SERVER-68859 Increase waiting time in connection_establishment_metrics.jsVojislav Stojkovic2022-08-242-3/+27
|
* Revert "SERVER-67464 Add base64url encode/decode"Varun Ravichandran2022-08-236-303/+65
| | | | This reverts commit ef8c3a1546b72894360dab8e3121434ba306c884.
* Revert "SERVER-65843: Feature flag for OIDC authentication spike"Varun Ravichandran2022-08-232-53/+0
| | | | This reverts commit efde5e5d4aa90df5ea9543a25fd954ece536c608.
* Revert "SERVER-67552: Creates a generic RsaPublicKey class that serves as a ↵Varun Ravichandran2022-08-235-193/+0
| | | | | | wrapper around RSA public key material in OpenSSL." This reverts commit 8f895e99ade9d42f015595a60500bb694b9027ce.
* Revert "SERVER-67660 Add JWKManager"Varun Ravichandran2022-08-238-354/+17
| | | | This reverts commit 338cdd44e47e18ec40fae28d41de2d3822c28136.
* Revert "SERVER-67551: Asymmetric Key class"Varun Ravichandran2022-08-239-535/+0
| | | | This reverts commit b6f2d94e35f0c6f4b00cd68077510f697f354122.
* SERVER-68834 clany tidy bugprone-integer-division fixesJuan Gu2022-08-234-5/+6
|
* 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
| | | | servers.
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-233-4/+11
|
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData ↵Sophia Tan2022-08-2312-36/+26
| | | | dbname, const BSONObj& cmdObj)
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-2327-50/+160
|
* SERVER-68899 Check FCV is initialized before checking that ↵jannaerin2022-08-237-29/+35
| | | | featureFlagRequireTenantId is enabled
* 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-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-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-68812 Prevent extra Stats copies in ↵Vesselina Ratcheva2022-08-221-2/+2
| | | | InitialSyncer::_appendInitialSyncProgressMinimal_inlock
* SERVER-68833 did some tidy clang fixesJuan Gu2022-08-221-2/+4
|
* 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
|
* Revert "SERVER-67372 Make tenant migration recipient delete its state ↵Sophia Tan2022-08-223-71/+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-221-30/+1
| | | | | | set_feature_compatibility_version_command.cpp && created set_fcv_logging.js" This reverts commit bcebd12f2e6492eef7f609d8b234f81e92c2f683.
* SERVER-67127 Delete 'db.currentOpLegacy()' helperDavid Storch2022-08-221-22/+0
|