summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-39655 Change uint32_t to int32_t in fetchStatsDivjot Arora2019-03-081-1/+1
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-079-54/+59
* SERVER-39377 Make efficient hot backup work with enableMajorityReadConcern=falseXiangyu Yao2019-03-062-5/+4
* SERVER-39861 Add the collection UUID to log messages about deferring ident dropsDianna Hohensee2019-03-042-7/+17
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-033-3/+0
* SERVER-39911 Migrate wiredtier_session_cache set parameter to IDLSara Golemon2019-03-023-36/+37
* SERVER-39906 Migrate storage parameters to IDLSara Golemon2019-03-024-54/+65
* Revert "SERVER-39861 Add the collection UUID to log messages about deferring ...Dianna Hohensee2019-03-012-22/+9
* SERVER-39861 Add the collection UUID to log messages about deferring ident dropsDianna Hohensee2019-03-012-9/+22
* SERVER-39730 Migrate wiredtiger_kv_engine params to IDLSara Golemon2019-02-282-20/+20
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-2614-669/+58
* SERVER-39716 Convert WiredTiger config options to IDLSara Golemon2019-02-225-128/+143
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-215-14/+32
* SERVER-38906 Txns read without timestamp by defaultA. Jesse Jiryu Davis2019-02-202-19/+0
* SERVER-39084 Fix race condition in PrepareConflictRetryXiangyu Yao2019-02-193-17/+30
* SERVER-39502 Migrate mongod options to IDLSara Golemon2019-02-162-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-13207-347/+0
* SERVER-39047 Initialize _lastCommitOrAbortCounter in constructorsDivjot Arora2019-02-131-2/+7
* SERVER-36174 Change MONGO_UNREACHABLE to fassertDivjot Arora2019-02-131-1/+5
* SERVER-35963 Remove old WT index_collatorDivjot Arora2019-02-121-22/+0
* SERVER-35651: Don't downgrade data files when a 4.2 binary running as an arbi...Daniel Gottlieb2019-02-111-1/+4
* SERVER-39291 Remove padding options from compactGeert Bosch2019-02-081-7/+0
* SERVER-38986 Fix error codesLouis Williams2019-02-062-2/+2
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-063-31/+121
* SERVER-39003 Do not drop index build interceptor and constraint violations ta...Louis Williams2019-02-064-18/+177
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-044-1/+74
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-012-4/+4
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-317-58/+325
* SERVER-39193 Invariant instead of throwing WCE if locked incorrectly for read...Geert Bosch2019-01-301-8/+4
* SERVER-39226 Pause the Timestamp Monitor during rollback-to-stableGregory Wlodarek2019-01-292-9/+27
* SERVER-38962 Drop ident when both checkpoint and oldest timestamps move past ...Xiangyu Yao2019-01-295-45/+65
* SERVER-38499: Enforce oplog visibility at the MongoDB layer.Daniel Gottlieb2019-01-246-12/+63
* SERVER-38671 remove server parameter for KV drop-pending ident supportBenety Goh2019-01-243-46/+1
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/storageBenety Goh2019-01-241-1/+1
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-236-10/+56
* SERVER-38950 Convert WiredTiger ServerParameters to IDLSara Golemon2019-01-236-128/+112
* SERVER-39131 Refactor storage engine lock file supportMark Benvenuto2019-01-233-9/+8
* SERVER-39026 Use correct type for retrieving WiredTiger statsAlex Gorrod2019-01-211-5/+1
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-174-13/+38
* Revert "SERVER-38939 Be more memory efficient for leaf nodes in biggie"Geert Bosch2019-01-162-126/+110
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-169-13/+288
* Revert "SERVER-33161 make the second phase of index two-phase drop occur when...Dianna Hohensee2019-01-152-14/+14
* SERVER-38939 Be more memory efficient for leaf nodes in biggieGeert Bosch2019-01-142-110/+126
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-118-42/+121
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-1/+4
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-113-0/+276
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-113-0/+11
* SERVER-33161 make the second phase of index two-phase drop occur when drop re...Dianna Hohensee2019-01-112-14/+14
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-118-16/+16