summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+1
* SERVER-36573 remove unnecessary operators, constructors for Biggie SEDewal Gupta2018-08-201-16/+0
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-1712-47/+793
* SERVER-36711: Avoid double locking mutex in ScopeGuard destruction.Daniel Gottlieb2018-08-172-2/+17
* SERVER-36691 Fix used result in kv_storage_engine_testXiangyu Yao2018-08-161-1/+1
* SERVER-36691 Only recover orphaned collection idents when starting with repairXiangyu Yao2018-08-162-5/+34
* SERVER-36267: Return data state/replication information when opening a backup...Daniel Gottlieb2018-08-153-1/+98
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-155-80/+1
* SERVER-36213 Fix lintAudrey Fang2018-08-151-1/+1
* SERVER-36213: Add prefix compression to Biggie store.Audrey Fang2018-08-152-172/+552
* SERVER-36636 Avoid using uint8_t as type parameter for std::uniform_int_distr...Xiangyu Yao2018-08-141-6/+4
* SERVER-36228 Extend the max size of TypeBits in KeyStringr4.1.2Xiangyu Yao2018-08-133-86/+312
* SERVER-36546 Be more cautious with key comparision during cursor restore.nehakhatri52018-08-141-2/+5
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-132-4/+1
* SERVER-36566 Remove assertion that RecordId exists after salvage in WiredTige...Louis Williams2018-08-131-4/+0
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-105-14/+16
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-096-14/+14
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-08-084-2/+111
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-1/+3
* SERVER-35820 Fix Windows compile error due to Biggie SEDewal Gupta2018-08-081-2/+2
* SERVER-28734 Recover WiredTiger data files when lacking metadata, but have _m...Louis Williams2018-08-087-57/+464
* SERVER-35820 Implements radix trie for biggie storage engine allowing more ef...Dewal Gupta2018-08-086-298/+1745
* SERVER-36191 Simplify Error HandlingMark Benvenuto2018-08-072-9/+10
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-072-0/+14
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-062-0/+3
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-061-9/+9
* SERVER-32994 Update reference link for Unique Index 4.2 downgrading errorLuke Chen2018-08-061-1/+1
* SERVER-34745 Simplify seekExact() and fix restore() for unique indexesSulabh Mahajan2018-08-064-28/+57
* SERVER-35947 Implement sorted data interface for the biggie storage engine.Sean Tao2018-08-021-11/+9
* SERVER-35947 Implement sorted data interface for the biggie storage engine.seantao972018-08-0210-69/+876
* SERVER-36289 Add benchmarks for KeyString-BSON conversionsXiangyu Yao2018-08-012-1/+185
* SERVER-36153 Delete SortedDataInterface::newRandomCursor()David Storch2018-07-313-267/+0
* SERVER-35367 Do not hold locks while calling waitForAllEarlierOplogWritesToBe...Spencer T Brody2018-07-311-1/+1
* SERVER-35473 Fix writeconflict issues with cursor restartsSulabh Mahajan2018-07-295-18/+61
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-276-5/+14
* SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee2018-07-274-127/+158
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-07-272-0/+9
* SERVER-34994 Allow identical index key insert in new format unique indexnehakhatri52018-07-271-11/+17
* SERVER-36296: Constrain "Slow WT transaction" log to interesting cases.Daniel Gottlieb2018-07-261-1/+3
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-2511-12/+256
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-258-31/+62
* SERVER-35975 Added support for updateWithDamages to biggie engineBen Judd2018-07-251-13/+16
* SERVER-35949 Biggie record store to use KeyString instead of fixed length intsBen Judd2018-07-254-40/+51
* SERVER-35532 Set up record store and pass all unit tests.Ben Judd2018-07-2517-468/+942
* SERVER-35531 New "biggie" storage engine starts up and registers selfBen Judd2018-07-2511-1/+1076
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-07-244-4/+19
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-245-0/+247
* SERVER-36048 removed unused, unimplemented EphemeralForTestRecordStore::incre...Dewal Gupta2018-07-232-7/+0
* SERVER-36055 Return a proper error for unsupported compact on mobileSulabh Mahajan2018-07-232-14/+2
* SERVER-36184 Remove RecordStore::getManyCursors().David Storch2018-07-205-138/+0