summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-1/+1
* SERVER-67021 Ensure the correctness of time-series buckets data field in vali...Damian Wasilewicz2022-08-221-0/+48
* SERVER-66012 Use the WiredTiger version cursor to print the index entries met...Yuhong Zhang2022-08-191-2/+7
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-1/+2
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-191-2/+2
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-184-4/+4
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-185-7/+15
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+2
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-185-11/+66
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-183-29/+21
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-184-17/+10
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-163-10/+12
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-167-10/+86
* SERVER-68129 Add the field `control.count` to the schema validation for bucke...Yuhong Zhang2022-08-161-2/+4
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-156-106/+113
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-1517-354/+308
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-151-52/+30
* 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