summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-251-1/+1
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-10-121-1/+6
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-10-101-6/+34
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-281-1/+1
* SERVER-63876 Allow secondaries to convert collections to ttlYuhong Zhang2022-02-241-13/+34
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-10-191-0/+7
* SERVER-59805 The 'collMod' command removes invalid index optionsGregory Wlodarek2021-10-041-0/+13
* SERVER-58130 Disable incompatible collMod options for time-series collectionsYuhong Zhang2021-09-291-15/+18
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-58171 Changing time-series granularity does not update view definitionDan Larkin-York2021-07-141-50/+4
* SERVER-58186 Temporarily disallow collMod from changing timeseriesLouis Williams2021-07-011-10/+3
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-281-0/+75
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-13/+11
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-241-17/+14
* SERVER-56772 Do not std::move validator BSON in collMod in case a write confl...Nick Zolnierz2021-05-071-1/+1
* SERVER-55499 TTL monitor needs to be updated when a clustered collection is m...Louis Williams2021-03-291-31/+45
* SERVER-55500 collMod should not assume that the time-series buckets namespace...Gregory Wlodarek2021-03-261-2/+2
* SERVER-54646 support hiding/unhiding indexes by name on time-series collectionsBenety Goh2021-03-051-1/+3
* SERVER-54646 move hidden index collMod checks into command parserBenety Goh2021-03-041-17/+23
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-6/+2
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-3/+5
* SERVER-54010 Clustered indexes 'expireAfterSeconds' option can be modified by...Gregory Wlodarek2021-02-101-0/+64
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-1/+1
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-12/+13
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-3/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-50421-2 Rename global server parameter validateFeaturesAsMaster to val...Huayu Ouyang2020-10-101-3/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-12/+13
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-5/+4
* Revert "SERVER-49765 fail with MovePrimaryInProgress for dropIndexes, create ...Tommaso Tocci2020-07-221-4/+0
* SERVER-49765 fail with MovePrimaryInProgress for dropIndexes, create view, mo...Misha Tyulenev2020-07-221-0/+4
* SERVER-49452 fail with MovePrimaryInProgress in collModMisha Tyulenev2020-07-201-0/+34
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-5/+4
* SERVER-48394 Operations on views should not reach onShardVersionMismatchPierlauro Sciarelli2020-06-111-2/+3
* SERVER-8628 Check the index option of collMod for unrecognized fieldsGregory Noma2020-06-021-0/+10
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-1/+1
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-2/+0
* SERVER-48047 Do not generate "hidden" field in oplog if collMod "hidden" para...Ruoxin Xu2020-05-131-0/+13
* SERVER-47846 fix use-after-free coding error in collMod hidden indexesEric Milkie2020-05-061-1/+3
* SERVER-47743 Remove all hidden index FCV checks and multiversion tests on mas...Ruoxin Xu2020-04-281-5/+0
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-04-271-54/+56
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-43/+104
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-3/+3
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-4/+6
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-301-6/+4