summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-221-3/+2
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-221-25/+29
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-4/+2
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-16/+5
* SERVER-63023 Check that the time-series metric indexes feature flag is enable...Gregory Wlodarek2022-01-271-0/+3
* SERVER-54592 Enable featureFlagTimeseriesMetricIndexesDavid Percy2022-01-251-2/+0
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-1/+2
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-0/+5
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-0/+1
* SERVER-60577 Add logic to check time-series buckets for mixed-schema data at ...Gregory Wlodarek2021-10-301-0/+85
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-22/+4
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+1
* SERVER-60313 log index and collection idents at start of index buildBenety Goh2021-10-141-0/+2
* SERVER-60451 Copy BSON before saving and restoring a cursor around index buil...Dianna Hohensee2021-10-051-1/+9
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-0/+8
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-091-5/+27
* SERVER-51806 bulk key insertion phase of index build holds IX lock without yi...Yuhong Zhang2021-08-051-6/+6
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-2/+2
* SERVER-58944 add loop progress info to 'Index build: starting' log messageBenety Goh2021-07-301-0/+2
* SERVER-57127 BulkBuilder::insert() accepts CollectionPtrBenety Goh2021-06-041-1/+1
* SERVER-57127 MultiIndexBlock::insertSingleDocumentForInitialSyncOrRecovery() ...Benety Goh2021-06-041-6/+11
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+2
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ...Gregory Wlodarek2021-05-031-2/+5
* SERVER-55275 Index builder must check for interrupt between collection scan a...Louis Williams2021-04-211-0/+1
* SERVER-54703 Forced re-configs will restart the collection scan phase of inde...Gregory Wlodarek2021-04-211-101/+161
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-7/+1
* SERVER-54209: Audit index build lifecycle eventsVarun Ravichandran2021-03-111-7/+0
* SERVER-51774 Ensure the donor'sJason Zhang2021-03-021-1/+0
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-1/+1
* SERVER-54727 Make resumable index builds work on time-series collectionsGregory Wlodarek2021-02-241-2/+9
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* Revert "SERVER-51461 Support building indexes from existing indexes guarded b...Louis Williams2021-02-081-211/+0
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-201-3/+4
* SERVER-51762 Fix index building for ephemeralForTestLouis Williams2021-01-191-0/+2
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-10/+0
* SERVER-51048 Clean up resumable index build log messagesGregory Noma2021-01-141-7/+14
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-081-2/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-031-5/+20
* SERVER-50868 Refactor so insertSingleDocumentForInitialSyncOrRecovery is corr...Brian DeLeonardis2020-10-291-1/+5
* SERVER-51461 Support building indexes from existing indexes guarded by featur...Vishnu Kaushik2020-10-161-0/+219
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-141-33/+18
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-4/+7
* SERVER-51392 Include recipientConnectionString in TenantMigrationCommitted errorCheahuychou Mao2020-10-071-0/+4
* SERVER-51255 clean up log message in MultiIndexBlock::_writeStateToDisk()Benety Goh2020-10-051-1/+1
* SERVER-48771 Fix multi timestamp constraint violations on storage transactionsGregory Wlodarek2020-10-021-5/+11
* SERVER-51238 fix index build phase when aborting index build for rollbackBenety Goh2020-10-011-1/+2
* SERVER-51238 log resumable info when persisting index build state to diskBenety Goh2020-09-301-1/+9