summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-106-56/+10
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-38893 Fix out-of-order biggie oplog insertGeert Bosch2019-01-103-31/+29
* SERVER-38291 fix Windows compileBenety Goh2019-01-091-1/+1
* SERVER-38291 Add constant time size tracking in biggie record storeGeert Bosch2019-01-085-264/+293
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-0717-29/+29
* SERVER-38800 defer ident drop for _id index if storage engine supports drop-p...Benety Goh2019-01-041-5/+1
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-046-11/+37
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-036-37/+11
* SERVER-37788 Move Oplog unittests from WiredTiger to the Record Store Harness...Gregory Wlodarek2019-01-023-4/+13
* SERVER-37788 Implement oplog hack and plugin oplog visibility manager in the ...Gregory Wlodarek2019-01-022-22/+147
* SERVER-37788 Add oplog visibility manager to BiggieGregory Wlodarek2019-01-024-0/+210
* SERVER-38548 dropping an index removes catalog entry immediately and defers i...Benety Goh2019-01-012-3/+18
* SERVER-38548 clean up KVCollectionCatalogEntry to support drop-pending idents.Benety Goh2018-12-313-16/+35
* SERVER-38548 add missing ns field to index specs in kv engine testsBenety Goh2018-12-311-1/+5
* SERVER-38240 work around uint64_t conversion on s390x in WiredTigerOperationS...Benety Goh2018-12-291-0/+4
* SERVER-38670 enable KV storage engine drop-pending identsBenety Goh2018-12-281-1/+1
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-285-106/+177
* SERVER-36352: Enable zstd compression on WiredTiger journal and collection fi...Daniel Gottlieb2018-12-271-4/+4
* SERVER-36507: Clean WT state before performing a reconfigure for downgrade.Daniel Gottlieb2018-12-271-0/+4
* SERVER-38603 dropping a collection removes catalog entry immediately and defe...Benety Goh2018-12-232-2/+15
* SERVER-38603 remove unused boolean field from add/remove collection handlers....Benety Goh2018-12-221-21/+10
* SERVER-38603 add KVStorageEngineInterface.hbdefgBenety Goh2018-12-227-9/+40
* SERVER-38603 KVStorageEngine removes drop-pending idents when the oldest time...Benety Goh2018-12-222-0/+32
* SERVER-38255 Write efficient sharded backup testsXiangyu Yao2018-12-211-0/+9
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38602 rollback clears drop-pending ident state in the storage engineBenety Goh2018-12-193-0/+12
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-193-18/+7
* SERVER-38600 KVStorageEngine skips drop-pending idents during ident reconcili...Benety Goh2018-12-193-13/+30
* SERVER-38596 add supportPendingDrops to serverStatus outputBenety Goh2018-12-184-0/+15
* SERVER-38594 add server parameter for kv drop-pending ident supportBenety Goh2018-12-173-1/+46
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...nehakhatri52018-12-175-0/+116
* SERVER-38439 Disallow opening/extending backup cursor with inMemory Storage E...Xiangyu Yao2018-12-141-0/+2
* SERVER-38613 extendBackupCursor should reuse the WiredTiger sessionXiangyu Yao2018-12-141-7/+12
* SERVER-38575 Remove const qualifierGregory Wlodarek2018-12-131-1/+1
* SERVER-38555 cappedTruncateAfter must not set oldest timestamp during startup...Tess Avitabile2018-12-131-4/+6
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-1311-147/+204
* SERVER-38559 move catalog_control.cpp into its own libraryBenety Goh2018-12-131-1/+1