summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69785 robustify change_streams_per_shard_cursor.jsr5.0.13-rc0r5.0.13Mickey. J Winters2022-09-201-7/+7
* Import wiredtiger: 05f01e412e34fa7f662026f53cb0fa9fff621a79 from branch mongo...Luke Chen2022-09-204-20/+217
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultJosef Ahmad2022-09-192-0/+56
* SERVER-68003 Make experiment_unified_ninja.vars the defaultTausif Rahman2022-09-164-41/+159
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2022-09-167-8/+239
* SERVER-69590 Fixed clang arm compilesAlexander Neben2022-09-155-15/+7
* SERVER-69108 SCCL can immediately return config and admin metadata without tr...Antonio Fuschetto2022-09-153-0/+57
* SERVER-67653 don't initiate critical section if remainingMillis is omittedAndrew Witten2022-09-142-9/+66
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-143-45/+86
* SERVER-67916 Fix semantics of cancelWhenAnyErrorThenQuiesceBrett Nawrocki2022-09-143-5/+130
* Revert "SERVER-64730 Interrupt ongoing refreshes after entering into the crit...Sergi Mateo Bellido2022-09-144-17/+7
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-144-7/+17
* SERVER-60551 Fix mongo (shell) initializer stagesRyan Egesdahl2022-09-131-2/+2
* SERVER-67650 persist additional recipient resharding metricsAndrew Witten2022-09-126-44/+163
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector co...Paolo Polato2022-09-122-11/+20
* SERVER-69018 add logging in mongos_rs_shard_failure_tolerance.jsAndrew Shuvalov2022-09-091-1/+7
* SERVER-69547 Add multiversion_incompatible tag to show_raw_update_description...Drew Paroski2022-09-092-0/+8
* SERVER-67402 Fix race where linearizable read concern may read during primary...Henrik Edin2022-09-082-8/+13
* SERVER-69220 refineCollectionShardKey permits toggling current shard key fiel...Enrico Golfieri2022-09-082-1/+80
* SERVER-69002 backport per shard cursorsMickey. J Winters2022-09-0722-96/+562
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-09-022-31/+60
* SERVER-69384 - Fix v5.0 legacy shardCollection path for implicitCreateIndex p...Randolph Tan2022-09-013-1/+12
* SERVER-69142 Add DuplicateKey as acceptable error in resharding test.Max Hirschhorn2022-09-011-1/+13
* SERVER-67725 Check catalog consistency on shards as precondition for rename (...Enrico Golfieri2022-09-016-24/+184
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-08-311-1/+5
* SERVER-68869 Wait for retried _configsvrReshardCollection cmdAbdul Qadeer2022-08-301-9/+31
* SERVER-66794 SERVER-67814 SERVER-69052 Detect time-series collections that re...Dan Larkin-York2022-08-2920-20/+754
* SERVER-68766 add server parameter to enable single value reduce optimizationr5.0.12-rc0r5.0.12Davis Haupt2022-08-296-1/+132
* SERVER-69141 Move forward TSBS versionGregory Noma2022-08-291-2/+1
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-266-310/+82
* SERVER-68586 Use opt setting from Build ProfilesTausif Rahman2022-08-243-2/+6
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-08-249-34/+115
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-08-239-5/+44
* SERVER-58966 add unique prefix to test namespaces in bucket_granularity.js to...Dan Larkin-York2022-08-231-31/+37
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields opt...Randolph Tan2022-08-236-26/+27
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-08-2312-21/+123
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering shar...Jordi Serra Torrens2022-08-232-7/+17
* SERVER-68694 The compact command should not block oplog applicationGregory Wlodarek2022-08-231-0/+3
* SERVER-68694 Reverse the compact commands locking orderGregory Wlodarek2022-08-231-7/+6
* SERVER-68399 Fix parsing of safeint version numbers in blackduck_hub.pyMark Benvenuto2022-08-221-3/+4
* SERVER-68482 Add MONGO_TSAN_IGNORE to getFlowControlStatsSara Golemon2022-08-222-10/+17
* SERVER-63852 ThreadName rewriteBilly Donahue2022-08-227-195/+242
* SERVER-62636 setFeatureCompatibilityVersion 4.4 succeeds on 5.0 binVersion th...Denis Grebennicov2022-08-203-79/+80
* SERVER-68905 Add append_oplog_note_mongos.js to backports_required_for_multiv...ali-mir2022-08-191-0/+2
* SERVER-59834 Backport test to v5.0Alberto Massari2022-08-191-0/+46
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-08-186-0/+187
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-08-171-1/+2
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-174-28/+122
* SERVER-58176 Remove override for supportsReadConcern in ClusterWriteCmdErin Liang2022-08-173-5/+184
* Revert "SERVER-63843 Don't allow recursive doLog in sync signal handlers"Gabriel Marks2022-08-164-122/+28