summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-6/+1
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-153-1/+22
* SERVER-23906 Enable path-level multikey tracking for 2dsphere indexes.Max Hirschhorn2016-06-032-7/+16
* SERVER-24095 Set feature bit for path-level multikey tracking.Max Hirschhorn2016-05-312-1/+10
* SERVER-24313 Acquire lock when RS backing KVCatalog isn't thread-safe.Max Hirschhorn2016-05-311-0/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-282-3/+4
* SERVER-23116 Skip over the feature document when listing all the idents.Max Hirschhorn2016-05-241-0/+5
* SERVER-23116 remove pessimizing movesEric Milkie2016-05-171-2/+2
* SERVER-23116 Add versioning scheme to the KVCatalog.Max Hirschhorn2016-05-176-3/+931
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-172-4/+5
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-082-4/+15
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-084-6/+394
* SERVER-23243 Refactor KVHarnessHelper::createWaley Chen2016-05-053-11/+10
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-024-11/+20
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-024-20/+11
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-024-11/+20
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-271-1/+0
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-8/+4
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-4/+8
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-8/+4
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-042-0/+8
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-0/+1
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-021-27/+31
* SERVER-22866 implement isEphemeral for all enginesKyle Suarez2016-02-291-4/+3
* SERVER-22601: Rework ephemeral support to allow customization at the KVEngine...Scott Hernandez2016-02-232-5/+1
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-043-0/+14
* SERVER-22245 implement storage engine API changes for readOnly modeAdam Midvidy2016-01-201-0/+2
* SERVER-21050 Lower verbose WT loggingKaloian Manassiev2015-12-141-1/+1
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-023-1/+18
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-131-1/+1
* SERVER-20215 Unittests for SnapshotManagersMathias Stearn2015-09-252-0/+366
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-253-0/+39
* Revert "SERVER-20215 Unittests for SnapshotManagers"Mathias Stearn2015-09-182-363/+0
* SERVER-20215 Unittests for SnapshotManagersMathias Stearn2015-09-182-0/+363
* Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"David Hows2015-09-143-39/+0
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-143-0/+39
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-3/+21
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-282-3/+3
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-282-3/+3
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-272-3/+3
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-4/+14
* Change to std::string on files depending on s2Kevin Albertson2015-07-161-2/+2
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-132-2/+10
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-293-2/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2014-1632/+1524
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-174-20/+18
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-105-38/+34
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-12/+7