summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68925 Reintroduce check table logging settings at startupr6.0.2-rc0Gregory Wlodarek2022-08-264-185/+5
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-08-249-34/+115
* SERVER-68886 Remove extra call to addEagerlyReapedSession in internal transac...Jason Zhang2022-08-241-1/+0
* SERVER-67909 Skip dropping a non-existent temp ECOC collection in the compact...Erwin Pe2022-08-231-19/+37
* SERVER-68461 Persist the result of the doCompactOperation in the Pre61Compati...Erwin Pe2022-08-231-1/+28
* SERVER-65781 Run the symbolizer on CI outputMikhail Shchatko2022-08-231-0/+13
* 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-65382 Don't use clientReadable in AutoSplitVector when reordering shar...Jordi Serra Torrens2022-08-232-8/+17
* SERVER-68126 Check constraints for maxChunkSize param in auto/splitVector co...Paolo Polato2022-08-232-10/+12
* SERVER-68207 Give clusterMonitor explicit permissions to config.system.sessionsSara Golemon2022-08-221-0/+5
* SERVER-63852 ThreadName rewriteBilly Donahue2022-08-1910-201/+314
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-183-9/+64
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-171-2/+6
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-1710-75/+124
* 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/+125
* Revert "SERVER-63843 Don't allow recursive doLog in sync signal handlers"Gabriel Marks2022-08-164-125/+28
* SERVER-63843 Don't allow recursive doLog in sync signal handlersGabriel Marks2022-08-164-28/+125
* SERVER-67679 Fix concurrent collection drops from returning NamespaceNotFound...Faustoleyva542022-08-151-10/+13
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-123-4/+40
* SERVER-68728 Add failpoint activation condition for mixed version clustersAbdul Qadeer2022-08-122-2/+6
* SERVER-67650 persist additional recipient resharding metricsAndrew Witten2022-08-116-43/+163
* SERVER-68479 collMod coordiantor V2 must block migration on bucket nssTommaso Tocci2022-08-102-5/+26
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-08-091-3/+3
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-093-29/+32
* SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour2022-08-094-61/+218
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-08-093-2/+120
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-094-0/+28
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-094-42/+230
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-08-082-0/+37
* SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion fai...Abdul Qadeer2022-08-051-2/+9
* SERVER-68511 MovePrimary update of `config.databases` entry must use dotted f...Pierlauro Sciarelli2022-08-051-20/+39
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-042-3/+15
* SERVER-67885 shardCollection with a mismatched UUID on a capped collection wi...Faustoleyva542022-08-041-2/+2
* SERVER-68513 The _configsvrRunRestore command should restore databases with u...Gregory Wlodarek2022-08-031-5/+20
* SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto2022-08-034-6/+14
* SERVER-67422 Have getAllRemovalFuturesForCoordinatorsForInternalTransactions ...Jason Zhang2022-08-031-0/+4
* SERVER-68405 Convert Nothing for _id expression in $group to NullYoonsoo Kim2022-08-031-13/+5
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-022-0/+39
* SERVER-67917 Use DBDirectClient in FLE Crud Count pathMark Benvenuto2022-08-012-5/+5
* SERVER-67992 Use operation timer tracker in fle mongos crud processingMark Benvenuto2022-08-011-1/+3
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-08-017-7/+35
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-296-72/+130
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-07-298-58/+67
* SERVER-67535 move_chunk_large_chunk_map_workloads no longer reports timing br...Enrico Golfieri2022-07-291-1/+7
* SERVER-67477 Ensure range deletion index is created on addShard (6.0 only)Allison Easton2022-07-291-33/+36
* SERVER-68196 Fix broken assertion in BoundedSorterDan Larkin-York2022-07-281-4/+5
* SERVER-66072 Fix dependency analysis for $match on $expr with $randAlya Berciu2022-07-282-12/+41
* SERVER-67457 Wait for majority commit on completionAbdul Qadeer2022-07-281-2/+2