summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-2916-47/+279
* SERVER-38262 Avoid comparing elements between different tree versions in Bigg...Gregory Wlodarek2018-11-283-38/+100
* SERVER-38263 Implement KVEngine harness and backup for BiggieSEGregory Wlodarek2018-11-284-0/+101
* SERVER-38261 Execute rollback changes on BiggieSE's recovery unit destructor ...Gregory Wlodarek2018-11-283-21/+70
* SERVER-38272 Properly initialize member variables of SortedDataInterface in B...Gregory Wlodarek2018-11-283-11/+25
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-273-13/+9
* SERVER-38227 Fix biggie unique index cursor with non-inclusive boundGeert Bosch2018-11-262-7/+91
* SERVER-38226 Support storing a reserved RecordId in biggie SortedDataInterfaceGeert Bosch2018-11-263-1/+41
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-2021-4/+181
* SERVER-38158 remove test KVStorageEngineTest::RecreateIndexesBenety Goh2018-11-202-55/+0
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-192-11/+12
* SERVER-37985 Create aggregation stage $backupCursorExtendXiangyu Yao2018-11-193-2/+16
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-166-4/+137
* SERVER-38090 Put a backup identifier to the output of $backupCursorXiangyu Yao2018-11-153-3/+3
* SERVER-37484: Only change table logging settings if they are not in the expec...Daniel Gottlieb2018-11-151-11/+27
* SERVER-37483: Ensure correct table logging configuration on startup.Daniel Gottlieb2018-11-154-0/+57
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-142-2/+1
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-1/+1
* SERVER-38022 BiggieSE recovery unit should only mark trees dirty when written toGregory Wlodarek2018-11-134-15/+24
* SERVER-38061 Catch error by const reference instead of by valueGregory Wlodarek2018-11-131-1/+1
* SERVER-20445 Add support for majority read concern level to MapReduce and Agg...Martin Neupauer2018-11-131-2/+1
* SERVER-38061 Implement the recovery unit test harness for BiggieSEGregory Wlodarek2018-11-128-12/+123
* SERVER-38037 Fix copy without assignGregory Wlodarek2018-11-121-167/+182
* SERVER-37867 Include the record id and the store which failed to find a recordKaloian Manassiev2018-11-091-1/+2
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-088-53/+22
* SERVER-37975 Remove '_oplogMaxAtStartup' in WiredTigerOplogManagerXiangyu Yao2018-11-082-19/+6
* SERVER-37787 Refactor the way we use pointers in BiggieSEGregory Wlodarek2018-11-078-253/+271
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-10/+12
* SERVER-37706 Fix constant reference in KVEnginer4.1.5GWlodarek2018-11-061-1/+1
* 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