summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-5972 Allow `system.js` to be droppedGregory Noma2022-09-021-1/+2
|
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ↵Dianna Hohensee2022-09-021-4/+0
| | | | ensure read operations are interruptible
* SERVER-68254 Create a function to instantiate collections and index entries ↵Gregory Wlodarek2022-08-319-36/+857
| | | | from earlier points in time
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-301-1/+1
|
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-0/+20
|
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ↵Benety Goh2022-08-302-0/+29
| | | | index build
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-11/+7
|
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-08-294-19/+48
|
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-08-283-3/+33
|
* SERVER-68477 add startup warning for TTL indexes with NaN 'expireAfterSeconds'Benety Goh2022-08-261-0/+14
| | | | (partially cherry-picked from commit abdedd367e2f331816354563f8ae95f6bb35c51d)
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-1/+2
|
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-269-17/+7
|
* SERVER-68477 include 'expireAfterSeconds' type information when registering ↵Benety Goh2022-08-265-8/+40
| | | | TTL indexes with the TTLCollectionCache
* SERVER-69066 Clean up validation code for time-series collectionsYuhong Zhang2022-08-261-148/+267
|
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-253-44/+42
|
* SERVER-57786 Include `_id` along with the recordId for multikey errors in ↵Yuhong Zhang2022-08-241-6/+11
| | | | validation report
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData ↵Sophia Tan2022-08-231-5/+5
| | | | dbname, const BSONObj& cmdObj)
* SERVER-68899 Check FCV is initialized before checking that ↵jannaerin2022-08-232-6/+8
| | | | featureFlagRequireTenantId is enabled
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-233-14/+11
|
* 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 ↵Damian Wasilewicz2022-08-221-0/+48
| | | | validation
* SERVER-66012 Use the WiredTiger version cursor to print the index entries ↵Yuhong Zhang2022-08-191-2/+7
| | | | metadata when corruption is detected during validation
* 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 ↵Justin Zhang2022-08-191-2/+2
| | | | fields included in the index
* 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 ↵Nicholas Zolnierz2022-08-181-2/+2
| | | | dependency analysis
* SERVER-67814 Fix detection of and report the number of time-series ↵Dan Larkin-York2022-08-185-11/+66
| | | | collections requiring extended range support in serverStatus
* 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 ↵Shin Yee Tan2022-08-171-1/+1
| | | | mongo/db/session directory
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-163-10/+12
|
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-167-10/+86
| | | | | It is the timestamp of the most recent DDL operation on the collection. Has different semantics from minVisibleSnapshot and will eventually replace it.
* SERVER-68129 Add the field `control.count` to the schema validation for ↵Yuhong Zhang2022-08-161-2/+4
| | | | bucket collections
* 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 ↵Yuhong Zhang2022-08-111-0/+6
| | | | an underlying bucket collection
* SERVER-68671 Only maintain drop pending idents in the CollectionCatalog when ↵Gregory Wlodarek2022-08-102-2/+6
| | | | the point-in-time catalog lookups feature flag is enabled
* Revert "SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false ↵Tommaso Tocci2022-08-101-30/+52
| | | | | | paths" This reverts commit cf139ab08e1a08051f47aea99a9637e03baa275d.
* 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 ↵Faustoleyva542022-08-081-10/+13
| | | | NamespaceNotFound instead of CollectionUUIDMismatch
* 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 ↵Gregory Wlodarek2022-08-0410-49/+225
| | | | CollectionCatalog