summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1323-33/+0
* SERVER-36174 Change MONGO_UNREACHABLE to fassertDivjot Arora2019-02-131-1/+5
* SERVER-38986 Fix error codesLouis Williams2019-02-061-1/+1
* SERVER-39003 Do not drop index build interceptor and constraint violations ta...Louis Williams2019-02-064-18/+177
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-315-47/+283
* 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-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-233-1/+14
* Revert "SERVER-33161 make the second phase of index two-phase drop occur when...Dianna Hohensee2019-01-152-14/+14
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-111-0/+71
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-111-0/+4
* 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-111-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-103-14/+1
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* 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-043-1/+14
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-033-14/+1
* 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-38670 enable KV storage engine drop-pending identsBenety Goh2018-12-281-1/+1
* 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-38602 rollback clears drop-pending ident state in the storage engineBenety Goh2018-12-192-0/+6
* 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-182-0/+6
* SERVER-38594 add server parameter for kv drop-pending ident supportBenety Goh2018-12-173-1/+46
* SERVER-38575 Remove const qualifierGregory Wlodarek2018-12-131-1/+1
* SERVER-38559 move catalog_control.cpp into its own libraryBenety Goh2018-12-131-1/+1
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-4/+4
* SERVER-38254 $backupCursorExtend should return a list of additional files tha...Xiangyu Yao2018-12-123-0/+11
* SERVER-38128 Create a periodic task associated with the KV engine to notify l...Gregory Wlodarek2018-12-114-6/+385
* SERVER-38128 Add methods to access the storage engine's timestampsGregory Wlodarek2018-12-111-0/+15
* SERVER-38449 convert invariant in TemporaryKVRecordStore to fassertBenety Goh2018-12-112-9/+13
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-103-4/+7
* SERVER-38336 Explicitly delete copy constructor and assignment operator for T...Louis Williams2018-12-041-0/+4
* SERVER-37843 add KVDropPendingIdentReaperBenety Goh2018-11-304-0/+619
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2018-11-304-0/+16
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-293-0/+11
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-296-7/+145
* SERVER-38263 Implement KVEngine harness and backup for BiggieSEGregory Wlodarek2018-11-281-0/+12
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-207-1/+81
* SERVER-38158 remove test KVStorageEngineTest::RecreateIndexesBenety Goh2018-11-202-55/+0
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-1/+0