summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39723 Revert "SERVER-25175 listIndexes command only includes ready ind...Eric Milkie2019-02-212-15/+0
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2018-12-072-0/+7
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-09-102-0/+15
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsr3.4.3-rc0Maria van Keulen2017-03-061-9/+8
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2017-02-031-0/+12
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-095-23/+17
* SERVER-25385 Eliminate checks of this against nullptrAndrew Morrow2016-08-171-1/+0
* SERVER-23761 on MMAPv1, set data file version bit for collationDavid Storch2016-06-161-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-283-3/+4
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-082-6/+15
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+14
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-23/+5
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-211-1/+1
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-211-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-5/+23
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-042-0/+6
* SERVER-22357 do not flush READONLY filesAdam Midvidy2016-02-232-3/+3
* SERVER-22357 mmapv1 support for read-only modeAdam Midvidy2016-02-231-0/+4
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-092-6/+16
* SERVER-18624 Track location of collection in system.namespacesCharlie Swanson2015-09-212-31/+45
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-282-4/+4
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-282-4/+4
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-272-4/+4
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-132-3/+13
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-095-14/+21
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-202-9/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2016-1318/+1301
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-5/+3
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-6/+7
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-092-2/+2
* SERVER-18227 Initial part of document validationMathias Stearn2015-05-082-58/+64
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-194-52/+70
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0610-41/+41
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-154-0/+10
* SERVER-16711 Fix failing disk/diskfull.js suiteKaloian Manassiev2015-01-071-7/+11
* SERVER-16711 Do not require a non-empty intent setKaloian Manassiev2015-01-071-7/+0
* SERVER-16065 Some formatting changes and commentsKaloian Manassiev2015-01-061-18/+39
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-052-1/+7
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16591 Clean up MMAPV1DatabaseCatalogEntry initializationKaloian Manassiev2015-01-055-153/+146
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-122-12/+20
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-102-19/+11
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-102-11/+19
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-085-25/+26
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-2/+2
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-264-4/+4
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-182-2/+2
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-7/+9