summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-081-0/+12
* SERVER-61159 add processCollModCommandForApplyOps()Benety Goh2021-11-091-0/+10
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-261-5/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+1
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-18/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36148 allow downgrade to 4.0 in the presence of long index namespaces.Benety Goh2018-07-191-6/+0
* SERVER-35824 disallow downgrade to 4.0 if long index namespaces are detectedBenety Goh2018-07-131-0/+6
* SERVER-35134 Remove UUID fixup code, instead fail fast for collectionsBen Judd2018-06-181-9/+0
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+19
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-14/+6
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+11
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-11/+0
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+11
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-251-0/+13
* SERVER-29225 Split off free functions in catalog.ADAM David Alan Martin2017-05-161-2/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-5/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-09-231-0/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-13/+12
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+45