summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-0/+9
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-03-273-11/+0
* SERVER-45055 Startup recovery should work with more than one unfinished two-p...Louis Williams2020-03-261-18/+26
* SERVER-46608 Ban use of $function in schema validatorsSvilen Mihaylov2020-03-251-0/+37
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-244-15/+12
* SERVER-45733: Remove ghost timestamping that is now always a no-op.Daniel Gottlieb2020-03-241-6/+0
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-4/+6
* SERVER-46778: Remove FCV 4.4 gating for increased namespace limit.Daniel Gottlieb2020-03-241-10/+0
* SERVER-46781 Remove v4.4 FCV handling for the index catalog entry 'ns' fieldGregory Wlodarek2020-03-241-23/+2
* Revert "SERVER-46781 Remove v4.4 FCV handling for collection and index catalo...Gregory Wlodarek2020-03-241-2/+23
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-212-2/+2
* SERVER-46781 Remove v4.4 FCV handling for collection and index catalog entry ...Gregory Wlodarek2020-03-201-23/+2
* SERVER-45147: Ensure ghost timestamped transactions trigger the stable timest...Daniel Gottlieb2020-03-201-3/+18
* SERVER-46805 Limit memory usage in the second phase of validate and add param...Gregory Noma2020-03-197-14/+105
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-191-11/+14
* SERVER-46468 Allow up to 1MB each for extra index entry errors and missing in...Gregory Noma2020-03-171-2/+2
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-172-1/+6
* SERVER-44854 Make stronger visibility guarantees for new collectionsMaria van Keulen2020-03-163-55/+27
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-161-14/+8
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-163-2/+41
* SERVER-46640 The TTLMonitor should not remove the cached index information fr...Gregory Wlodarek2020-03-132-0/+12
* SERVER-46640 Register index information in TTLCollectionCache upon a successf...Gregory Wlodarek2020-03-132-9/+13
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-122-41/+7
* SERVER-46791 Fix incorrect FCV initialisation check to allow compound hashed ...Arun Banala2020-03-122-4/+11
* SERVER-46761 Don't skip dbs with uncommitted collections during lookupMaria van Keulen2020-03-103-0/+74
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-103-3/+1
* SERVER-46397 Only report an index build as aborted if it is currently abortin...Louis Williams2020-03-101-31/+16
* SERVER-46750 Fix error message when creating compound hashed index while on F...Arun Banala2020-03-101-2/+1
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-097-6/+58
* SERVER-46287: Switched background validation to use PIT read instead of check...Andrew Chen2020-03-063-159/+37
* SERVER-46647 Stepping down the primary when running 'dropDatabase' can hit an...Gregory Wlodarek2020-03-061-0/+14
* SERVER-44654 Allow unique, two-phase index builds to continue running on step...Louis Williams2020-03-052-10/+20
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-0/+27
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+1
* SERVER-46410 Validate should check for duplicate keys in unique indexesLouis Williams2020-03-031-9/+52
* SERVER-44984 reduce index build thread pool default and index build external ...Eric Milkie2020-03-031-3/+3
* SERVER-46553 Set index build commit quorum default value as majority for 2 ph...Suganthi Mani2020-03-032-4/+10
* SERVER-46235 log IndexDescriptor as BSONBenety Goh2020-03-032-5/+5
* SERVER-46241 Set minVisibleSnapshot before new collections are visibleMaria van Keulen2020-03-021-6/+34
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-0210-10/+41
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-288-80/+124
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-3/+5
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-287-10/+70
* SERVER-45852 Two-phase index build constraints are checked at the completion ...Louis Williams2020-02-271-0/+25
* SERVER-46123 Make the dropDatabase command abort in-progress index buildsGregory Wlodarek2020-02-273-35/+121
* SERVER-46123 Check whether the database is drop pending for aggregation opera...Gregory Wlodarek2020-02-261-3/+6
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-262-10/+7
* SERVER-46253 Only register rollback handlers for registered collectionsMaria van Keulen2020-02-253-17/+15
* SERVER-46196 Fix creation of orphan Top entries on failed collection creationDavid Storch2020-02-251-12/+26