summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-4/+0
* SERVER-76729 Remove TODO listed in SERVER-73342Pavi Vetriselvan2023-05-171-2/+0
* SERVER-77153 Protect against zero elapsed time in throughput probingGregory Noma2023-05-171-0/+6
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-161-1/+1
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-153-8/+9
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+2
* SERVER-76927 Add server parameter for concurrency adjustment intervalGregory Noma2023-05-112-1/+15
* SERVER-77029 Set syncdelay in TestOplogTruncation before starting the checkpo...Gregory Wlodarek2023-05-112-20/+17
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-111-0/+10
* SERVER-77019 Initialize service context in wiredtiger_begin_transaction_block...Gregory Wlodarek2023-05-111-0/+1
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-114-11/+6
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+1
* SERVER-75005 Integrate pre-image collection removal with new truncate mechanismHaley Connelly2023-05-103-76/+79
* SERVER-76923 Allow bypassing checks for untimestamped writes as standaloneGregory Wlodarek2023-05-103-9/+40
* SERVER-76755 Fix self-assignment errors with truncate markersJordi Olivares Provencio2023-05-091-2/+6
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-3/+8
* SERVER-76410 Make CappedInsertListener::waitUntil() interruptibleDenis Grebennicov2023-05-052-7/+7
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-053-5/+7
* SERVER-76775 Replace `iasserted` with `throw` in `throwWriteConflictException`Amirsaman Memaripour2023-05-041-4/+4
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-044-6/+11
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-024-11/+6
* SERVER-76645 Smooth out execution control stable concurrency levelPavi Vetriselvan2023-04-294-41/+180
* SERVER-73713 Calculate throughput interval based on actual time spentLouis Williams2023-04-284-14/+57
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-286-41/+38
* SERVER-76598 Throughput probing down should look at peak usedLouis Williams2023-04-282-49/+11
* SERVER-72675 Fix setParameter startup argument overwritten by defaultYu Jin Kang Park2023-04-282-2/+10
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-272-0/+14
* SERVER-75922 Fall back to old format partial index entry removal if an entry ...Dianna Hohensee2023-04-262-5/+72
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-261-4/+3
* SERVER-76540 Skip updating dataSize if difference is 0Jordi Olivares Provencio2023-04-261-0/+6
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-12/+8
* SERVER-76545 Increase log verbosity of WiredTiger KV Engine testJordi Olivares Provencio2023-04-261-5/+4
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-2610-10/+45
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-2510-45/+10
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-2510-10/+45
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-247-59/+200
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-242-3/+3
* SERVER-68262 Enable featureFlagIndexBuildGracefulErrorHandlingJosef Ahmad2023-04-242-6/+2
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-212-10/+1
* SERVER-74714 Make drop-pending ident log message less noisyLouis Williams2023-04-211-1/+16
* Revert "SERVER-74714 Make drop-pending ident log message less noisy"Louis Williams2023-04-211-12/+1
* SERVER-73333 Check available disk space before starting an index buildYu Jin Kang Park2023-04-204-28/+124
* SERVER-75847 Optimize includes in IDL generated filesMark Benvenuto2023-04-191-0/+1
* SERVER-75466 Remove checks for PIT catalog lookup feature flag where it was a...Henrik Edin2023-04-191-13/+3
* SERVER-73681 Remove catalog conflicting timestampGregory Wlodarek2023-04-193-48/+0
* SERVER-74793 dbCheck should not fail when detecting corruptionLouis Williams2023-04-191-0/+26
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-1815-925/+73
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-1/+0
* SERVER-76214 Log WiredTigerStats in WiredTigerStatsTest::EmptySessionGregory Wlodarek2023-04-181-1/+1