summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57205 Always write all three validator variables in the validator sett...Henrik Edin2021-05-261-0/+4
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-3/+8
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-60/+476
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-8/+10
* SERVER-56344 Test that secondaries with capped collections upgrading from FCV...Gregory Wlodarek2021-05-041-0/+6
* SERVER-56262 Fix _cappedFirstRecord usage for capped collectionsGregory Wlodarek2021-04-301-27/+43
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-41/+104
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-16/+3
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-6/+2
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-0/+6
* SERVER-55512 Keep track of the next record to delete in capped collectionsGregory Wlodarek2021-03-251-3/+25
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-20/+169
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-0/+16
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-3/+2
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-0/+24
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-8/+8
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-5/+24
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-4/+22
* SERVER-54161 Startup recovery should not fail with time-series collections th...Gregory Wlodarek2021-02-011-0/+5
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-2/+2
* SERVER-53948 Remove unnecessary ServiceContext pointer stored in CollectionImplHenrik Edin2021-01-211-4/+3
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-2/+3
* SERVER-52221 Enable Lock Free Reads feature flag by defaultHenrik Edin2021-01-081-4/+0
* SERVER-53575 Include default validation action/level in catalog entryA. Jesse Jiryu Davis2021-01-061-6/+12
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-110/+31
* SERVER-53142 Fix data race on CollectionImpl::_committedHenrik Edin2020-12-101-3/+12
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+2
* SERVER-51839 Add error context when document validator with $expr fails by th...Mihai Andrei2020-12-031-3/+15
* SERVER-52529 enable schema validation on time-series bucket collectionsBenety Goh2020-11-211-0/+4
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-1/+12
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-061-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-68/+88
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+13
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-5/+16
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-1/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-10/+9
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-311-3/+17
* SERVER-49915 Disable document validation for <database>.system.resharding.* n...Haley Connelly2020-08-171-0/+13
* SERVER-50328 fix use-after-free error with corruptDocumentOnInsert fail pointBenety Goh2020-08-171-5/+2
* SERVER-50205 fix corruptDocumentOnInsert fail pointBenety Goh2020-08-141-4/+4
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-2/+4
* SERVER-49687 Fix an off-by-one memory copy error in collection_impl.cppKaloian Manassiev2020-08-081-1/+1
* SERVER-49687 Fix a Windows compile error in collection_impl.cppKaloian Manassiev2020-08-081-5/+7
* SERVER-49687 Add flag for validate to repair data in standalone modeShin Yee Tan2020-08-071-0/+12
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-5/+11
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-2/+1
* SERVER-49212 Verify that generated validation errors are logged when a collec...Jenny Peshansky2020-07-241-4/+5
* SERVER-49366 Allow presence of 'recordPreImages' in collection metadata in st...Dianna Hohensee2020-07-091-6/+0