summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-0611-30/+272
* SERVER-37928 remove unused repair_database link dependenciesBenety Goh2018-11-051-1/+0
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-051-12/+16
* SERVER-37342 Do not store the RecordId in the KeyString for unique indexes in...Gregory Wlodarek2018-11-021-143/+207
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-021-1/+4
* SERVER-37867 Cleanup the RecordStore insertRecord(s)/dataFor APIKaloian Manassiev2018-11-0113-150/+117
* SERVER-37443 Fix use of invalidated StringMap iterator.David Storch2018-10-311-1/+1
* SERVER-37589 RecordStore::compact() stops accepting RecordStoreCompactAdaptor...Benety Goh2018-10-253-22/+3
* SERVER-37589 make Collection::compact() a free functionBenety Goh2018-10-251-0/+16
* SERVER-37694 Remove redundant branch testsGregory Wlodarek2018-10-241-1/+1
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-234-17/+44
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22208-1974/+2353
* SERVER-37662: Add backupCursor state to serverStatus.Daniel Gottlieb2018-10-224-2/+15
* SERVER-37629 Enable supportsDockLocking() in the BiggieSE Record Store TestGregory Wlodarek2018-10-192-5/+29
* SERVER-37337 Allow operations to be done from subtrees in BiggieSEGregory Wlodarek2018-10-199-407/+1117
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-37550 Relax rules on setting readOnce flag on WiredTiger sessionMatthew Russotto2018-10-111-1/+2
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-083-25/+14
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-0212-51/+159
* SERVER-37380 Fix uninitialized scalar fieldGregory Wlodarek2018-10-021-1/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-3/+3
* SERVER-37030 Make internal reads ignore prepare conflicts by defaultSamy Lanka2018-10-013-11/+11
* SERVER-37338 Fix Biggie UnittestsGregory Wlodarek2018-09-261-2/+1
* SERVER-36002 Integrate and build biggie storage engineGregory Wlodarek2018-09-268-44/+19
* SERVER-36002 Integrate and build biggie storage engineBen Judd2018-09-269-155/+181
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-2511-76/+297
* SERVER-37256 Add missing index_access_methods dependency to storage_wiredtige...James Wahlin2018-09-211-0/+1
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-207-522/+215
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-185-46/+93
* SERVER-36948 fix incorrect usage of StatusWith<T> in biggie storage engineGregory Wlodarek2018-09-181-1/+1
* 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