summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-215-34/+47
* SERVER-65271 serverStatus should allow fine-grained metrics exclusionJess Balint2022-04-213-9/+62
* 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
* 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-191-6/+33
* 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
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-04-151-0/+5
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-151-2/+57
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-142-4/+10
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-143-19/+59
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-04-121-10/+9
* SERVER-65284 Create collection coordinator should always perform cleanup on s...Tommaso Tocci2022-04-111-9/+5
* SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek2022-04-081-0/+1
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-04-085-59/+143
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-071-0/+9
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci2022-04-071-2/+4
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ru...Gregory Wlodarek2022-04-061-8/+40
* SERVER-62229 Allow applying index build abort entry when in recoverFromOplogA...Pavi Vetriselvan2022-04-061-1/+2
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushed down...James Wahlin2022-04-062-0/+40
* SERVER-63910 Improve error messaging in CollectionShardingRuntimeEnrico Golfieri2022-03-311-2/+3
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-303-14/+17
* SERVER-64410 Add ability to defer merge sort in pipeliner5.0.7-rc1r5.0.7Ted Tuckman2022-03-287-8/+182
* SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state un...Jordi Olivares Provencio2022-03-231-2/+8
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-03-231-6/+16
* SERVER-64552 Replace invariant with assertion for non-joinable rename collect...Pierlauro Sciarelli2022-03-221-5/+6
* Revert "SERVER-63531 Correct error to indicate that non-voting members can be...Louis Williams2022-03-221-9/+10
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2022-03-211-1/+4
* SERVER-64727 Make all DDL coordinator documents parsing not strictTommaso Tocci2022-03-212-2/+2
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat rec...Matthew Russotto2022-03-182-2/+128
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...r5.0.7-rc0Jordi Serra Torrens2022-03-1813-62/+143
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-1724-40/+417
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-173-28/+250
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-03-172-38/+79
* SERVER-64580 Set strict false in create collection coordinator documentMarcos Jose Grillo Ramirez2022-03-171-1/+1
* SERVER-64555 Allow new unique index data formats to existYuhong Zhang2022-03-171-7/+12
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-161-10/+9
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2022-03-153-18/+6
* SERVER-64182 reconsile minor differences during 5.0 backportAndrew Shuvalov2022-03-142-4/+1
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-145-64/+144
* SERVER-64223: Increase kActiveFaultDuration for HostNameFailsAndGoodHostNameS...Kshitij Gupta2022-03-141-0/+1
* SERVER-63319 remove manually scheduling health checks from fault manager the ...LaMont Nelson2022-03-141-16/+1
* SERVER-63319: Refactor FaultManager Stats test to allow health check thread t...LaMont Nelson2022-03-142-24/+44
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-03-148-3/+253