summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_metadata.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-23/+62
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-261-0/+7
* SERVER-35209 Remove the CollectionMetadata::getDifferentChunk code and its us...Sarah Zhou2018-06-081-5/+0
* SERVER-33454 Remove the 'chunks map' from CollectionMetadataMartin Neupauer2018-03-071-14/+2
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-131-14/+7
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-131-3/+2
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-5/+0
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-061-5/+6
* SERVER-31056 Make CollectionMetadata immutableKaloian Manassiev2017-11-291-10/+0
* SERVER-31056 Cleanup MetadataManager and CollectionMetadataKaloian Manassiev2017-11-281-18/+16
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+4
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-12/+16
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-181-1/+12
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-36/+21
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-221-8/+4
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-55/+10
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-3/+3
* SERVER-27510 remove chunk version check in moveChunk and splitChunkEsha Maharishi2017-01-101-3/+1
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-021-4/+13
* SERVER-25665 Cleanup chunk cache refreshKaloian Manassiev2016-10-271-1/+0
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-101-26/+3
* SERVER-26471 Always incrementally refresh metadata after committing chunk mig...Kaloian Manassiev2016-10-071-9/+0
* SERVER-24569 Maintain rangesToClean and metadataInUse on chunk migrationsKaloian Manassiev2016-07-211-11/+7
* SERVER-24569 Cleanup CollectionMetadata and MetadataManagerKaloian Manassiev2016-07-191-9/+9
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-181-0/+5
* SERVER-23493 Cleanup CollectionMetadata cloneSplit and cloneMergeKaloian Manassiev2016-04-051-14/+11
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-041-40/+16
* Revert "SERVER-23493 Cleanup CollectionMetadata::clonePlusChunk"Kaloian Manassiev2016-04-041-16/+40
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-041-40/+16
* SERVER-23296 Move pending chunk management under MigrationDestinationManagerKaloian Manassiev2016-03-231-8/+2
* SERVER-22656 Tighten assertions for move chunk donateKaloian Manassiev2016-03-221-8/+5
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-0/+318