summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/coll_mod.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-4/+6
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+12
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+5
* SERVER-42951 Test that CRUD operations outside transactions don't throw LockT...Judah Schvimer2019-10-041-1/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-1/+1
* SERVER-42330Maria van Keulen2019-08-281-69/+93
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+7
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+1