summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-35086 empty collMod oplog entry mimics upgradeseantao972018-07-231-2/+15
* SERVER-34423 Avoid reloading UUID on collMod rollbackGeert Bosch2018-05-081-1/+0
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-02-271-8/+8
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-101-3/+3
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-2/+0
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-121-1/+1
* SERVER-31952 Return error if collMod provides a UUID that does not match the ...Xiangyu Yao2017-12-071-0/+8
* SERVER-32125 Only add/remove UUIDs during upgrade/downgradeGeert Bosch2017-11-301-1/+4
* SERVER-31805 rollbackViaRefetchNoUUID resyncs uuids correctlyJudah Schvimer2017-11-141-0/+5
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-081-0/+18
* SERVER-31614 Add logs when UUIDs get assigned/removed because of upgrading/do...Xiangyu Yao2017-11-031-0/+3
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-29/+41
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-41/+29
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-29/+41
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-5/+3
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-8/+9
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-30988 Fix misleading $jsonSchema error.Justin Seyster2017-09-121-2/+14
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-311-1/+11
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-091-2/+53
* SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgradeMaria van Keulen2017-08-091-2/+3
* Revert "SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgrade"Mathias Stearn2017-08-081-3/+2
* SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgradeMaria van Keulen2017-08-081-2/+3
* SERVER-30481 Make schema upgrades handle dropsGeert Bosch2017-08-021-5/+16
* SERVER-30416 Update nonreplicated UUIDs in admin.system.version collModsMaria van Keulen2017-07-311-2/+4
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-251-7/+161
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-29225 Split off free functions in catalog.ADAM David Alan Martin2017-05-161-5/+9
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-28205 SERVER-28740 Make collMod oplog entries reversibleWilliam Schultz2017-04-251-52/+91
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-1/+2
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-21/+21
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-061-0/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-22/+24
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-09-231-182/+203
* SERVER-26022 collMod should copy ViewDefinition before modifyingJames Wahlin2016-09-081-2/+6
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-5/+3
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-25675 fix collMod type check for view pipelineKyle Suarez2016-08-301-1/+1
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-8/+11