summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-69930 Unexpected error message in the logs attempting to refresh the v...Antonio Fuschetto2022-10-071-1/+1
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-10-062-1/+50
* SERVER-67466 Internal transactions API may be memory unsafe when outer Operat...Sanika Phanse2022-10-062-5/+8
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-051-35/+0
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-10-045-20/+20
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Antonio Fuschetto2022-10-042-96/+83
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-10-0413-49/+266
* SERVER-69037 fix incorrect calculation of bytes in MiBKyle Suarez2022-10-031-2/+2
* SERVER-66916 Make rangeDeleterBatchSize and rangeDeleterBatchDelayMS dynamica...Pierlauro Sciarelli2022-10-034-51/+16
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-038-76/+319
* SERVER-68394 Ensure we do not yield strong locks upon startup recovery when _...Faustoleyva542022-09-301-0/+4
* SERVER-68115 Do not drop empty path component from elemMatch path during inde...joshua2022-09-301-14/+6
* SERVER-67715 escape $changeStream regexKyle Suarez2022-09-301-2/+7
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-09-3013-263/+49
* SERVER-65191 Run `StorageEngineRepairTest` with `wiredTiger`Gregory Noma2022-09-301-1/+4
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-09-307-5/+32
* SERVER-60753 Skip removing index build entries explicitly from 'config.system...Gregory Wlodarek2022-09-301-0/+6
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-09-2913-49/+263
* SERVER-68139: Test resharding success with limited memorynandinibhartiyaMDB2022-09-214-7/+61
* SERVER-69793 Disable memory underflow check in the query systemNikita Lapkov2022-09-212-16/+12
* SERVER-69005 $internalBoundedSort should not accept empty sort patternr6.0.2-rc1r6.0.2Matt Boros2022-09-201-0/+4
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-161-17/+75
* SERVER-67402 Fix race where linearizable read concern may read during primary...Henrik Edin2022-09-151-5/+10
* SERVER-68890 Remove error code conversions in the MigrationSourceManager comm...Kaloian Manassiev2022-09-151-12/+8
* SERVER-69108 SCCL can immediately return config and admin metadata without tr...Antonio Fuschetto2022-09-153-0/+56
* 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-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-09-141-0/+18
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-144-7/+17
* SERVER-67916 Fix semantics of cancelWhenAnyErrorThenQuiesceBrett Nawrocki2022-09-133-5/+129
* SERVER-69167: Verify that FCV has been initialized before cluster parameter f...Varun Ravichandran2022-09-133-0/+15
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ...Benety Goh2022-09-112-0/+29
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-09-112-1/+78
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-09-114-19/+48
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-09-113-3/+33
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-09-111-2/+5
* SERVER-68477 add startup warning for TTL indexes with NaN 'expireAfterSeconds'Benety Goh2022-09-111-0/+14
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-09-102-0/+48
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-09-109-39/+157
* SERVER-68477 add unit test for TTLCollectionCacheBenety Goh2022-09-102-0/+92
* SERVER-64444 SERVER-64877 Add unittests for repairing index specsYuhong Zhang2022-09-101-0/+35
* SERVER-66436 Fix initialisation errors in DConcurrencyTest benchmarksJordi Olivares Provencio2022-09-051-0/+12
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-313-2/+5
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-08-301-0/+4
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-294-2/+84
* SERVER-66794 SERVER-67814 SERVER-69052 Detect time-series collections that re...Dan Larkin-York2022-08-2920-21/+615
* 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