summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24949 Lower WiredTiger idle handle timeout to 10 minutesLouis Williams2021-04-271-1/+1
* SERVER-55647 shard-local db and collection caches may not contain timestamps ...Jordi Serra Torrens2021-04-271-15/+41
* SERVER-56111 [SBE] A lost cursor position is not detected for tailable cursorsMindaugas Malinauskas2021-04-272-24/+42
* SERVER-55672 Fix bug in oplog ts logic when 'stopApplyingFilterAfterFirstMatc...Arun Banala2021-04-271-3/+6
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-272-18/+21
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-04-271-1/+1
* SERVER-54489 Limit 'errors' and 'warnings' fields in validation result to 2MB...Henrik Edin2021-04-271-2/+16
* SERVER-56286 Check if we are writable primary when creating timeseries bucket...Henrik Edin2021-04-271-0/+7
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-275-9/+130
* Import wiredtiger: c8af64068c44d123edbc5c92ecab43045b8b6db2 from branch mongo...Luke Chen2021-04-276-14/+100
* SERVER-55867 commitMovePrimary concurrent with setFCV may write incorrect met...Antonio Fuschetto2021-04-273-9/+27
* SERVER-56371 Upgrade timelib to 2021.06Mohammad Dashti2021-04-2738-15/+33
* SERVER-56266 First logout command emits a deprecation warningBen Caimano2021-04-261-0/+26
* SERVER-49200 Upgrade benchmark to 1.5.2Andrew Morrow2021-04-2620-249/+541
* SERVER-51479 Upgrade valgrind header from 3.14.0 to 3.17.0Andrew Morrow2021-04-262-22/+533
* SERVER-56342 Check response when writing to the config server on new create c...Marcos José Grillo Ramirez2021-04-261-0/+2
* SERVER-56363 Implement 'saveUnpositioned()' for ephemeralForTestGregory Wlodarek2021-04-261-2/+6
* SERVER-51741 Remove ReshardingOplogApplier::applyUntilCloneFinishedTs().Max Hirschhorn2021-04-267-799/+173
* SERVER-55672 Fix oplog timestamp logic in SBEArun Banala2021-04-2613-163/+198
* SERVER-55264 Extend SessionCatalogMigrationDestinationTest to cover multiple ...Yuhong Zhang2021-04-261-3/+69
* SERVER-55263 Extend ReshardingOplogApplierRetryableTest to cover multiple sta...Yuhong Zhang2021-04-261-0/+73
* SERVER-54035 Build out resharding cleanupBlake Oler2021-04-265-20/+217
* SERVER-55701 Ignore replica set config's getLastErrorDefaultsHuayu Ouyang2021-04-262-36/+2
* SERVER-56337 Remove ReshardingOplogApplierRetryableTest test cases.Max Hirschhorn2021-04-262-1615/+19
* SERVER-54030 Validate state transitions in TenantMigrationAccessBlockerCheahuychou Mao2021-04-265-66/+165
* SERVER-56337 Add unit tests for ReshardingOplogBatchApplier class.Max Hirschhorn2021-04-263-4/+428
* SERVER-55270 Change stdDev window functions to default to nullTed Tuckman2021-04-262-6/+6
* SERVER-53711 Update header comment in TenantMigrationAccessBlockerCheahuychou Mao2021-04-261-37/+39
* SERVER-56341 ShardingDDLCoordinator grabs collection distlock even on databas...Tommaso Tocci2021-04-262-2/+8
* SERVER-56017 Support sort in covered queries in SBENikita Lapkov2021-04-261-12/+66
* SERVER-55774 Fix Coverity analysis defect 118027Arun Banala2021-04-261-4/+4
* SERVER-56173: FCV upgrade to 5.0 can fail to refresh collection on shards in ...Jordi Serra Torrens2021-04-261-2/+18
* SERVER-54239 Implement $integral function over position-based windows onlyRuoxin Xu2021-04-269-4/+619
* SERVER-55872 Implement mechanism to wait for ongoing ShardingDDLCoordinators ...Tommaso Tocci2021-04-262-7/+44
* Import wiredtiger: b3e3b2580ce14e7609e7ba269d3c7432f81339b7 from branch mongo...Luke Chen2021-04-264-17/+33
* SERVER-56242 Clean up BucketCatalog state in case of exceptionDan Larkin-York2021-04-232-5/+17
* SERVER-56293: Fix out of scope opCtx capture in checkIfCanReadOrBlockLingzhi Deng2021-04-231-14/+15
* SERVER-56132 Don't use stack spool consumer with eager producer in SBE unit testDavid Storch2021-04-231-18/+26
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-235-95/+96
* SERVER-55394 batch temporary collection inserts when renaming across databasesBenety Goh2021-04-231-12/+39
* SERVER-56113 [SBE] Fix visit(ExpressionFieldPath*) to handle all builtin $$ v...Drew Paroski2021-04-234-24/+59
* SERVER-56015 Misleading error message on time-series index creationDianna Hohensee2021-04-231-3/+4
* SERVER-55394 improve invariants in renameBetweenDBs()Benety Goh2021-04-231-1/+11
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-2310-109/+137
* SERVER-54448 Add an invariant to a query yield path that calls abandonSnapsho...Dianna Hohensee2021-04-231-0/+1
* SERVER-51360 Fix Uninitialized scalar field defect raised by Coverity.Paolo Polato2021-04-231-1/+1
* SERVER-54972 Add ActionTypes, ErrorCodes, and OpObserver hook for Runtime Aud...Sara Golemon2021-04-236-0/+22
* SERVER-55059 Move fast-path of ExpressionContext::checkForInterrupt inlineRushan Chen2021-04-232-7/+13
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-235-31/+148
* Import wiredtiger: 3227f141a3e94a44570fc479250f8d1a7de28b32 from branch mongo...Luke Chen2021-04-2344-342/+3073