summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-204-7/+33
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-1333-155/+132
* Revert "SERVER-28734 Provide a way to recover data files when lacking WiredTi...Xiangyu Yao2018-07-1310-472/+59
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-114-60/+5
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-5/+1
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger meta...Louis Williams2018-07-1010-59/+472
* SERVER-36028 Fix Windows compile by adding typename to Biggie iterator value_...Audrey Fang2018-07-101-1/+1
* SERVER-35522 Implement dummy version of Biggie store for new in memory storageAudrey Fang2018-07-064-1/+713
* SERVER-35984 Remove remaining MMAPv1 testingGeert Bosch2018-07-061-26/+0
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-06123-31857/+52
* SERVER-35965 Improve storage documentation for RecoveryUnit, RecordStore and ...Louis Williams2018-07-052-28/+50
* SERVER-34129 Don't hold database or collection locks during oplog truncationXiangyu Yao2018-07-051-20/+32
* SERVER-35164 cappedDeleteAsNeeded should not be a public methodAudrey Fang2018-07-052-12/+16