summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70793 Make database metadata refresh first check new metadata under th...r5.0.14-rc0r5.0.14Antonio Fuschetto2022-11-101-0/+34
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-092-45/+64
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-092-1/+142
* SERVER-70381 Fixing Sharding API usageSergi Mateo Bellido2022-11-081-6/+11
* Import wiredtiger: 8071ed76b2c701099cbb19b16d3b3c4de23d7c36 from branch mongo...Luke Chen2022-11-084-7/+29
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(v5.0)Adi Zaimi2022-11-074-0/+32
* SERVER-60143 Avoid clearing filtering metadata after failed metadata refreshJordi Serra Torrens2022-11-041-5/+0
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-11-032-46/+57
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Jordi Olivares Provencio2022-11-033-22/+32
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-11-012-20/+46
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-10-312-6/+54
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-274-8/+8
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-25174-248/+336
* Import wiredtiger: 2a44acce45238f86124a2ee95e63e45791fb7304 from branch mongo...Luke Chen2022-10-214-12/+233
* Import wiredtiger: d9340610d5c44fc315912673d15203b25ce5a80b from branch mongo...Luke Chen2022-10-212-1/+20
* Import wiredtiger: 9a95edfe238515bfd3186a1fd3a416e6b62905d1 from branch mongo...Luke Chen2022-10-213-2/+107
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-14/+57
* SERVER-68477 remove upgrade and downgrade barriers for TTL indexes with NaN e...Benety Goh2022-10-122-72/+3
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ...Benety Goh2022-10-122-0/+29
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-10-122-1/+78
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-10-124-17/+46
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-10-113-3/+33
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-10-111-2/+5
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-10-102-0/+48
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-10-108-42/+162
* SERVER-68477 add unit test for TTLCollectionCacheBenety Goh2022-10-102-0/+92
* SERVER-64444 SERVER-68477 Add unittests for repairing index specsYuhong Zhang2022-10-101-0/+35
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-072-36/+0
* SERVER-69898 Wait for the critical section catch-up phase before refreshing t...Antonio Fuschetto2022-10-072-2/+2
* SERVER-69930 Unexpected error message in the logs attempting to refresh the v...Antonio Fuschetto2022-10-071-2/+1
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-10-062-1/+50
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Antonio Fuschetto2022-10-062-98/+88
* SERVER-70160 'Do not push down $match that needs whole documentMilena Ivanova2022-10-051-1/+1
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-10-0414-93/+290
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-10-045-20/+20
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-10-033-9/+85
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-10-0312-120/+370
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-10-033-6/+12
* SERVER-68115 Do not drop empty path component from elemMatch path during inde...joshua2022-09-301-14/+6
* SERVER-61185 Use WT prefix_search for unique index lookupsLouis Williams2022-09-282-4/+25
* SERVER-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-09-281-0/+18
* SERVER-68139: Test resharding success with limited memorynandinibhartiyaMDB2022-09-214-7/+61
* Import wiredtiger: 05f01e412e34fa7f662026f53cb0fa9fff621a79 from branch mongo...Luke Chen2022-09-204-20/+217
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2022-09-166-8/+138
* 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