summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-268-41/+55
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-256-10/+3
* SERVER-68328 Add ResumableChangeStreamError label to ReadConcernMajorityNotAv...Vesselina Ratcheva2022-08-251-2/+1
* SERVER-68750 Add stubs for analyzeShardKey and configureQueryAnalyzer command...Cheahuychou Mao2022-08-255-0/+424
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-252-2/+2
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-258-8/+40
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-241-0/+1
* SERVER-67653 don't initiate critical section if remainingMillis is omittedAndrew Witten2022-08-242-7/+63
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-2410-45/+93
* SERVER-69033 Make no-indexes version boost::none instead of Timestamp(0, 0)Allison Easton2022-08-241-19/+0
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-2418-66/+197
* SERVER-52130 Create feature flag for PM-1858Cheahuychou Mao2022-08-232-0/+54
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-238-7/+26
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-239-20/+20
* SERVER-68851 Remove wait for collection critical section from service entry p...Allison Easton2022-08-231-11/+4
* SERVER-69038 CollMod coordinator V3 does not serialize with concurrent migrat...Tommaso Tocci2022-08-221-1/+1
* 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-68223 Remove FCV serializer from the create collection commandMarcos José Grillo Ramirez2022-08-191-2/+0
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-1810-27/+25
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-183-4/+10
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-184-1/+7
* SERVER-67093: Create the GlobalIndexMetrics classnandinibhartiyaMDB2022-08-185-31/+480
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-1838-42/+42
* SERVER-68642 add config.placementHistory collection to sharding catalogPaolo Polato2022-08-182-0/+29
* SERVER-67916 Fix semantics of cancelWhenAnyErrorThenQuiesceBrett Nawrocki2022-08-173-5/+129
* SERVER-67114: Create the Global Index Cumulative Metrics classnandinibhartiyaMDB2022-08-178-115/+478
* SERVER-68728 Add failpoint activation condition for mixed version clustersAbdul Qadeer2022-08-171-1/+4
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1762-105/+105
* SERVER-68890 Remove error code conversions in the MigrationSourceManager comm...Kaloian Manassiev2022-08-171-12/+8
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-1718-103/+149
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-5/+6
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-1615-20/+30
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-161-1/+1
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering shar...Jordi Serra Torrens2022-08-162-8/+17
* SERVER-67049: Feature flag check for global index server statusnandinibhartiyaMDB2022-08-151-2/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-1516-50/+39
* SERVER-68708 Stop acquiring dist locks for chunk migrationsTommaso Tocci2022-08-126-273/+10
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-123-9/+64
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-128-171/+328
* SERVER-68778 Range deleter observers must ignore "not yet initialized" except...Pierlauro Sciarelli2022-08-121-4/+27
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-118-23/+8
* SERVER-68630 Review serialization mechanisms of clearJumboFlag commandTommaso Tocci2022-08-111-10/+0
* SERVER-68552 Add unit test checking range deleter observer's handling of pend...Silvia Surroca2022-08-111-12/+26
* SERVER-67820 SEPTransactionClient::runCRUDOp should inspect writeError from r...Sanika Phanse2022-08-101-5/+2
* SERVER-68625 Initialize local catalog metadata in range deleter service test ...Silvia Surroca2022-08-102-60/+87
* SERVER-68624 Refine checks performed in range deleter service observer testsSilvia Surroca2022-08-101-15/+95
* SERVER-68662 Introduce separate IDL types for the Shard Role's servicesKaloian Manassiev2022-08-108-48/+180
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-1015-100/+84