summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-06-031-4/+9
* SERVER-63971 Make coordinate commit wait for transaction to actually complete...Randolph Tan2022-06-021-1/+1
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-06-021-1/+3
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-06-012-8/+25
* SERVER-65027: Ensure resharding commands are parsed strictlynandinibhartiyaMDB2022-05-314-4/+4
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-308-77/+128
* SERVER-65925 Reshard commit and abort should check for transient errors when ...Randolph Tan2022-05-274-6/+24
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-2613-55/+195
* SERVER-65131 Disable opportunistic read targetingVojislav Stojkovic2022-05-253-0/+46
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-05-2313-63/+48
* SERVER-66627 add install-devcore target for forward compatibilityRobert Guo2022-05-203-0/+3
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-202-2/+23
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-05-202-5/+4
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-05-201-0/+9
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-193-10/+33
* SERVER-64659 add resumable index build counter to indexBulkBuild server statu...Benety Goh2022-05-191-0/+6
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-195-44/+122
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-181-18/+13
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-183-22/+10
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-05-181-2/+38
* SERVER-61856 SERVER-42470 update libunwind to 1.6.2Daniel Moody2022-05-18241-1627/+5544
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-05-173-8/+47
* SERVER-66089 Initial sync should do transaction table read with a later after...Matthew Russotto2022-05-161-5/+9
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-112-36/+61
* SERVER-61110 backport to 5.0Adam Rayner2022-05-052-0/+23
* Import wiredtiger: 4aea16c7c5e270de8bb6ef2c1ca5d1a32d30638c from branch mongo...Luke Chen2022-05-0523-185/+532
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2022-05-042-2/+12
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-05-022-3/+2
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only one...Pierlauro Sciarelli2022-04-291-1/+1
* SERVER-62941 Add oplog server status to FTDCGabriel Marks2022-04-272-14/+38
* Import wiredtiger: 0c550cad58b85a5ed4a3aa9054e21e61656eb369 from branch mongo...Luke Chen2022-04-278-18/+68
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-256-8/+207
* SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev2022-04-242-82/+63
* SERVER-61018 Create a generic histogram typeJess Balint2022-04-228-314/+378
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-216-34/+51
* SERVER-65271 serverStatus should allow fine-grained metrics exclusionJess Balint2022-04-213-9/+62
* SERVER-62992 Remove need for resmoke.ini (v5.0)Richard Samuels2022-04-213-0/+84
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-2010-39/+570
* SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if collect...Benety Goh2022-04-202-5/+14
* Import wiredtiger: 59935f25151762defb0f0b645ce69d7e16ef1b65 from branch mongo...r5.0.8-rc0r5.0.8Luke Chen2022-04-208-31/+31
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-193-9/+9
* SERVER-63387 Reverse return order of backup cursors in StreamingCursorYu Jin Kang Park2022-04-1910-24/+23
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-193-6/+84
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-04-196-40/+143
* SERVER-65533 Treat collection as UNSHARDED under {readConcern:available}Kaloian Manassiev2022-04-191-3/+3
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-04-192-0/+12
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-04-192-1/+22
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at co...Benety Goh2022-04-183-11/+18
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-1514-22/+57