summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-264-0/+4
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-253-19/+14
* SERVER-63227 Introduce featureFlagTimeseriesScalabilityImprovementsDan Larkin-York2022-05-251-0/+4
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-244-34/+35
* SERVER-66603 Ensure we can't throw between releasing WiredTigerBeginTransacti...Dan Larkin-York2022-05-231-3/+4
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-05-232-8/+25
* SERVER-65158 Log some WiredTiger components at higher debug levelsGregory Wlodarek2022-05-203-6/+6
* Revert "SERVER-65158 Log some WiredTiger components at higher debug levels"Gregory Wlodarek2022-05-203-75/+56
* SERVER-66314 improve columnar steady-state write implMathias Stearn2022-05-183-30/+32
* SERVER-64461: Replace WT_CACHE_FULL error with WT_ROLLBACK for durable engineYu Jin Kang Park2022-05-182-9/+12
* SERVER-55750 Enable featureFlagBatchMultideletesYu Jin Kang Park2022-05-171-1/+2
* SERVER-66139 Disable oplog visibility in standalone modeHenrik Edin2022-05-166-13/+83
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-112-22/+30
* SERVER-66103 Teach SplitCellView::parse() to handle new flagsMathias Stearn2022-05-111-52/+69
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-1010-18/+16
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-096-72/+60
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-091-8/+14
* SERVER-65158 Log some WiredTiger components at higher debug levelsGregory Wlodarek2022-05-063-56/+75
* SERVER-55341: Reserve RecordIds in contiguous blocks in WiredTigerRecordStoreYu Jin Kang Park2022-05-062-7/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0652-51/+152
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-051-5/+12
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-043-3/+8
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-032-3/+6
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-05-031-17/+3
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-022-14/+1
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-0/+4
* SERVER-65102 Add WT column storeIan Boros2022-04-309-64/+772
* SERVER-64766 Translation from UnencodedCellView to columnar index formatJustin Seyster2022-04-301-11/+36
* SERVER-65241 Remove `isEphemeral` checks in `KVEngineTestHarness`Gregory Noma2022-04-291-27/+0
* SERVER-66025 Re-enable `isActive` checks in `RecoveryUnitTestHarness`Gregory Noma2022-04-291-4/+2
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-66022 Add fake column index and SBE integrationIan Boros2022-04-281-0/+13
* Revert "SERVER-66022 Add fake column index and SBE integration"Ian Boros2022-04-281-13/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-288-8/+6
* SERVER-66022 Add fake column index and SBE integrationIan Boros2022-04-281-0/+13
* SERVER-66033 All newly created time-series collections default to timeseriesB...Gregory Wlodarek2022-04-281-11/+4
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-287-61/+67
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-285-0/+35
* SERVER-66001 Remove `isEphemeral` check in `AllDurableTimestamp` testGregory Noma2022-04-271-5/+0
* SERVER-65151 Remove `ephemeralForTest`Gregory Noma2022-04-2622-11132/+0
* SERVER-65959 Remove `ephemeralForTest` from `SConscript`sGregory Noma2022-04-261-1/+0
* SERVER-64963 Add SBE logic for reconstructing objects from columnsIan Boros2022-04-221-0/+18
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-2235-369/+350
* SERVER-65885 Remove TestingProctor conditional on setting write_timestamp_usageGregory Wlodarek2022-04-222-27/+23
* SERVER-65191 Run `StorageEngineRepairTest` with `wiredTiger`Gregory Noma2022-04-212-4/+5
* SERVER-65189 Run `DurableCatalogTest` with `wiredTiger`Gregory Noma2022-04-214-89/+143
* SERVER-64077 Remove `featureFlagCommandsAcceptCollectionUUID`Gregory Noma2022-04-211-5/+0
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-206-41/+40
* SERVER-65001 Remove support for the old WiredTiger timestamp query APIGregory Wlodarek2022-04-202-57/+36
* SERVER-65655 Skip reinitializing TicketHolders in reinitializeStorageEngine()Gregory Wlodarek2022-04-191-6/+14