summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-179-70/+186
* SERVER-36269: Add backup_restore test for $backupCursorsDaniel Gottlieb2018-09-172-4/+4
* Revert "SERVER-35629 Use WiredTiger salvage API to repair corrupt metadata"Louis Williams2018-09-145-93/+46
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-1415-58/+124
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-143-1/+40
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-145-46/+93
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-1314-80/+144
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-1313-142/+78
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-1313-78/+142
* SERVER-37063 Fix uninitialized scalar fieldGregory Wlodarek2018-09-111-2/+2
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-103-1/+30
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-1/+1
* SERVER-36408 Efficiently merge trees in biggie storage engineGregory Wlodarek2018-09-071-49/+33
* SERVER-36408 more efficient merging for biggie radix trieDewal Gupta2018-09-072-155/+561
* SERVER-36952 Update the comment for SortedDataInterface classXiangyu Yao2018-09-051-15/+3
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on p...Samy Lanka2018-09-053-4/+6
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-052-87/+0
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-2912-111/+20
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-2917-206/+39
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-294-64/+55
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-2412-20/+111
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-2414-179/+268
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-08-242-8/+22
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-242-9/+8
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-239-91/+23
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-08-234-10/+26
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-08-238-84/+285
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-229-23/+91
* SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded an...Dianna Hohensee2018-08-221-5/+0
* SERVER-36268: Add ESE support for backup cursors.Daniel Gottlieb2018-08-215-8/+41
* 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