summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64851 Refactor tests to not depend on specific WiredTiger stringsJordi Olivares Provencio2022-04-051-6/+4
* SERVER-65139 Take global lock before fetching catalog entriesGregory Wlodarek2022-04-041-11/+14
* SERVER-65139 Improve namespace fetching performance in BackupBlock::_initiali...Gregory Wlodarek2022-04-018-62/+47
* SERVER-64830 Simplify exclusivity tracking in IndexSeekPointDan Larkin-York2022-04-013-69/+362
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-012-78/+14
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-0112-235/+164
* SERVER-51904 Add feature flag for execution controlJordi Olivares Provencio2022-03-314-14/+28
* SERVER-65081 Enable Time-series Metric IndexesDavid Percy2022-03-301-1/+2
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-03-302-19/+5
* SERVER-64828 Only check for out-of-order index entries in debug buildsDan Larkin-York2022-03-291-28/+15
* SERVER-64829 Do not materialize key twice in WiredTigerIndexCursorBase::seekDan Larkin-York2022-03-291-11/+18
* SERVER-64759 Reopen WT after rollback to stableA. Jesse Jiryu Davis2022-03-281-4/+9
* SERVER-62726 Change WiredTiger log=(archive) configuration to be log=(remove)Gregory Wlodarek2022-03-281-1/+1
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-03-282-1/+22
* SERVER-51852 Enable feature flag for selective backup and restoreGregory Wlodarek2022-03-241-1/+2
* SERVER-62605 Update function nameGregory Wlodarek2022-03-243-3/+3
* SERVER-62605 Open WiredTiger using 'backup_restore_target' to allow partial r...Gregory Wlodarek2022-03-243-0/+63
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-243-3/+29
* SERVER-64170 Move ticket holders from LockManager to TicketHoldersJordi Olivares Provencio2022-03-245-46/+98
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-231-0/+4
* SERVER-64498: Add WT_ROLLBACK check in addition to WT_CACHE_FULLYu Jin Kang Park2022-03-231-1/+2
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-32/+1
* SERVER-63989 Retry rollback_to_stable until all concurrent operations finishGregory Wlodarek2022-03-212-1/+44
* SERVER-63387 Change std::vector for std::deque to allow efficient pop front. ...Yu Jin Kang Park2022-03-2110-30/+29
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-178-128/+157
* SERVER-64170 Refactor static variables into decorationsJordi Olivares Provencio2022-03-1610-82/+127
* SERVER-64026 Update WT operations that require exclusive access to a dhandleJordi Olivares Provencio2022-03-164-47/+109
* SERVER-64050 Increase TemporarilyUnavailable retry backoff and enable by defaultLouis Williams2022-03-111-2/+1
* SERVER-64025 Initialize wtRet and add non-zero checkYu Jin Kang Park2022-03-111-2/+2
* SERVER-63582 add SortedDataInterface::Cursor:::isRecordIdAtEndOfKeyString()Benety Goh2022-03-103-0/+24
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-105-0/+59
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-1/+1
* SERVER-60754: Ensure primaries write multikey paths in timestamp order.Daniel Gottlieb2022-03-091-6/+5
* SERVER-64251 Enable featureFlagDocumentSourceListCatalog by defaultBenety Goh2022-03-081-1/+2
* SERVER-64165 Create Feature Flag for DatabaseRenameDuringRestoreMatt Kneiser2022-03-081-0/+4
* SERVER-63854 Remove `EBUSY` check in `_salvageIfNeeded`Gregory Noma2022-03-071-12/+0
* SERVER-64200 Remove invariant in WiredTigerKVEngine::setStableTimestampDaniel Gómez Ferro2022-03-041-12/+0
* SERVER-63822 Change TicketHolder implementation to use a FIFO queueing systemJordi Olivares Provencio2022-03-0410-68/+284
* SERVER-58288 Enable featureFlagCollModIndexUnique by defaultYuhong Zhang2022-03-041-1/+2
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-042-4/+14
* SERVER-58446 Remove WiredTiger.backup after unclean shutdown during backupDaniel Gómez Ferro2022-03-033-0/+31
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Dianna Hohensee2022-02-282-23/+10
* SERVER-63956 Refactor TicketHolder to accept multiple implementationsJordi Olivares Provencio2022-02-251-2/+2
* SERVER-62006 add listCatalog aggregation stageBenety Goh2022-02-251-0/+4
* SERVER-62006 inline DurableCatalog::isFeatureDocument()Benety Goh2022-02-243-13/+13
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-247-20/+128
* SERVER-63738 Add AES support for no-ssl buildsMark Benvenuto2022-02-241-2/+2
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-242-7/+6
* SERVER-55749 Create feature flag for batching multi-document deletionsJosef Ahmad2022-02-231-0/+4
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-221-2/+1