summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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-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-014-4/+21
* 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
* SERVER-68016 Use little endian for deserializing data serialized by BufBuilderRui Liu2022-07-281-2/+4
* SERVER-68354 Set `whenToClean` to `now` when marking range deletion task as p...Pierlauro Sciarelli2022-07-281-1/+3
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-271-7/+7
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election a...Matthew Russotto2022-07-275-86/+74
* SERVER-66023 Create a DelayableTimeoutCallback class to avoid constantly rese...Matthew Russotto2022-07-274-0/+724
* SERVER-68330: Suppress mixed-mode testing assertions on config.transactions.Daniel Gottlieb2022-07-271-1/+5
* SERVER-67801 createIndexes on config.transactions should handle empty list of...Benety Goh2022-07-271-1/+1
* SERVER-67723 Make the SessionCatalogMongoD reaper not delete the on-disk stat...Cheahuychou Mao2022-07-272-42/+20
* SERVER-65454: Reset curop namespace after config.image_collection lookup.Daniel Gottlieb2022-07-273-0/+17
* SERVER-64340 Warn if balancer is disabled while draining shardAntonio Fuschetto2022-07-261-0/+48
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-07-261-1/+5
* SERVER-67845 Acquire critical section in rename "check preconditions" phase o...Pierlauro Sciarelli2022-07-264-7/+55
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-261-1/+10
* SERVER-66943 collStats must never retrieve orphans count on plain replset or ...Pierlauro Sciarelli2022-07-261-6/+11
* SERVER-66651 restore builtin role needs applyOps permissionsSara Golemon2022-07-251-0/+2
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-07-251-17/+3
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-07-251-1/+8
* SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ins...Gregory Noma2022-07-251-12/+7
* SERVER-64242 Make collStats aggregation stage retrieve orphans from BalancerS...Allison Easton2022-07-257-68/+82
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-252-0/+31
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-07-255-19/+37
* SERVER-64416: view creation returns same error as collection creationYu Jin Kang Park2022-07-251-1/+1
* SERVER-66808 Remove undocumented fields from the change stream errorcsum1122022-07-253-8/+21
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-224-2/+51
* SERVER-68193 Sharding DDL coordinator can lock itself out in distlock retry loopTommaso Tocci2022-07-221-2/+14
* SERVER-66958 Handle potential multiple "processing" range deletions on step-upPierlauro Sciarelli2022-07-221-4/+17
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-221-9/+0
* SERVER-68209 Remove uassert that prevents config.image_collection entry from ...Cheahuychou Mao2022-07-221-17/+0
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-07-211-1/+4
* SERVER-66529 OplogManager must not release mutex, so as to avoid wrongly fowa...Dianna Hohensee2022-07-201-3/+0
* SERVER-68062 permit DocumentSourceGeoNearCursor to have secondary collectionsKyle Suarez2022-07-151-3/+0
* SERVER-67470 Fix incorrect fieldName values in ECOC entries following a modif...r6.0.0-rc12Erwin Pe2022-06-242-4/+24
* SERVER-67445 Remove setting of setSingleBatch to 'true' in FLEQueryInterfaceI...Erwin Pe2022-06-241-1/+0
* SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-13/+28