summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-118-160/+266
* SERVER-68654 Fails the validate command if a time-series view doesn't have an...Yuhong Zhang2022-08-111-0/+6
* SERVER-68671 Only maintain drop pending idents in the CollectionCatalog when ...Gregory Wlodarek2022-08-102-2/+6
* Revert "SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pa...Tommaso Tocci2022-08-101-30/+52
* SERVER-68694 Reverse the compact commands locking orderGregory Wlodarek2022-08-101-7/+6
* SERVER-68666 Remove redundant check in IndexCatalogImpl::_deleteIndexFromDisk()Gregory Wlodarek2022-08-101-1/+1
* SERVER-67461 Convert the renameCollection command to a TypedCommandSophia Tan2022-08-091-2/+2
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-091-52/+30
* SERVER-67679 Fix concurrent collection drops from returning NamespaceNotFound...Faustoleyva542022-08-081-10/+13
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-084-46/+0
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-0711-530/+399
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-052-21/+322
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-0410-49/+225
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-1/+3
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-3/+1
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-1/+3
* SERVER-68497 Handle skipped data fields when validating closed time-series bu...Yuhong Zhang2022-08-021-3/+5
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-015-20/+55
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-013-3/+3
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-012-5/+5
* SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecatedSara Golemon2022-07-304-25/+23
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-308-19/+107
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-306-32/+402
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-292-4/+4
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-292-3/+0
* SERVER-67023 : Check 'control.count' in time-series validate commandRichard Hausman2022-07-282-17/+48
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-275-65/+90
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2725-54/+53
* SERVER-62496 remove FCV-gated capped collection restrictionBenety Goh2022-07-271-19/+0
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-68259 Introduce `NonConformantBSON` error code to differentiate new in...Yuhong Zhang2022-07-263-13/+52
* SERVER-68183 Change ViewDefinition constructor to take in DatabaseNamejannaerin2022-07-262-2/+2
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-262-25/+0
* SERVER-67984 enableTemporarilyUnavailableExceptions set to default trueYu Jin Kang Park2022-07-261-1/+1
* SERVER-67561 Create the interface to enable `validateBSON()` to run more thor...Yuhong Zhang2022-07-261-1/+4
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-252-7/+21
* SERVER-66987 Check time-series bucket min and max fields during validation co...Damian Wasilewicz2022-07-212-5/+113
* SERVER-61481 Remove check in dropIndexes that no index builds are in progress...Pavi Vetriselvan2022-07-211-17/+0
* SERVER-68127 Correct the field name in the error reporting of collMod parsingRui Liu2022-07-191-1/+1
* SERVER-67633 Use the RecoverableCriticalSection to synch createCollection() w...Paolo Polato2022-07-181-0/+8
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-151-15/+0
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-1510-43/+47
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-1514-69/+78
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-153-35/+10
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-152-2/+6
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-146-18/+5
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-132-2/+2
* SERVER-61545 Remove feature compatibility version casing around TTL indexes o...Faustoleyva542022-07-121-5/+0
* SERVER-66986 Added check for equivalence of OID-embedded timestamp and 'contr...Richard Hausman2022-07-121-3/+31
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-112-4/+6