summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-20/+17
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-1/+1
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-181-28/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+4
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-151-2/+0
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ...Yu Jin Kang Park2023-03-141-40/+28
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-2/+2
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-2/+54
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-6/+7
* SERVER-72328 Move memUsage to sorter statsShin Yee Tan2023-01-061-0/+1
* SERVER-72419 Refactor IndexAccessMethod to have a single side-writes function...Dianna Hohensee2022-12-301-1/+1
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-221-0/+2
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-1/+0
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-141-14/+20
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-5/+15
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-261-3/+4
* SERVER-66503 Skip unindexing from `_id` index when handling duplicate record ...Gregory Noma2022-10-201-6/+2
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-2/+0
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-1/+1
* SERVER-65978: Online column store index buildsWill Buerger2022-09-301-1/+60
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-3/+2
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-2/+6
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-1/+1
* SERVER-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-08-311-0/+20
* SERVER-68941 Unify common functionality in BulkBuilder implementationsErin Zhu2022-08-191-129/+79
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-1/+12
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-3/+3
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-50/+60
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-60/+50
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-50/+60
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+4
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-04-291-0/+9
* SERVER-64659 add resumable index build counter to indexBulkBuild server statu...Benety Goh2022-04-291-0/+6
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-04-281-2/+38
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64659 move sorter.h include to IndexAccessMethod cpp fileBenety Goh2022-04-281-0/+1
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ...Yuhong Zhang2022-04-261-4/+3
* SERVER-65576 Improve time-series index build performance on non-measurement i...Gregory Wlodarek2022-04-141-1/+3
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-19/+11
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-4/+4
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-221-11/+7
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-3/+4
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-150/+323
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-031-110/+111
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-12/+23
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-32/+50
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-50/+32
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-14/+3