summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75922 Fall back to old format partial index entry removal if an entry ...Dianna Hohensee2023-04-261-5/+62
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-6/+6
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang2023-03-141-3/+0
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-091-0/+7
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ind...Ruoxin Xu2023-02-131-1/+1
* SERVER-72458 Clarify or remove advanceNext return valueGeert Bosch2023-02-081-108/+103
* SERVER-72459 Remove unused KeyString builder from WiredTigerIndexCursorBaseGeert Bosch2023-02-041-4/+1
* SERVER-73121 Store const members on WiredTigerIndexCursorBase instead of usin...Gregory Wlodarek2023-01-201-32/+58
* SERVER-73019 Eliminate IndexDescriptor* in WiredTigerIndexGregory Wlodarek2023-01-201-19/+27
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-1/+1
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-131-13/+30
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-12/+28
* SERVER-65484: fullValidate() for column store.Colin Stolley2022-10-281-26/+2
* SERVER-65527 Use range bounded cursors in place of prefix search_near on uniq...Gregory Wlodarek2022-10-261-9/+66
* SERVER-65980: Implement compact(), share isEmpty()Colin Stolley2022-10-171-58/+4
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-1/+2
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-0/+3
* SERVER-69949: appendCustomStats() for column store.Colin Stolley2022-10-031-35/+1
* SERVER-69845: Implement column store size on disk.Colin Stolley2022-09-271-32/+3
* SERVER-65528 Set bounds when restoring index cursorsShin Yee Tan2022-09-141-35/+64
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang2022-08-191-0/+68
* SERVER-68186 Reconcile index table metadata during startup if there is a mism...Yuhong Zhang2022-08-081-1/+40
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-6/+1
* SERVER-66920 Fix assertion that didn't expect exact match for seek cursorSulabh Mahajan2022-07-151-7/+3
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-49/+11
* SERVER-67102 Avoid unnecessary string copies for metricsJordi Olivares Provencio2022-07-071-12/+12
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-11/+49
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-49/+11
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-241-14/+14
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65102 Add WT column storeIan Boros2022-04-301-59/+25
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-18/+10
* SERVER-65885 Remove TestingProctor conditional on setting write_timestamp_usageGregory Wlodarek2022-04-221-10/+7
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-16/+16
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-16/+16
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-16/+16
* SERVER-63577 Introduce new unique index data formatsYuhong Zhang2022-04-061-18/+8
* SERVER-64828 Only check for out-of-order index entries in debug buildsDan Larkin-York2022-03-291-28/+15
* SERVER-64829 Do not materialize key twice in WiredTigerIndexCursorBase::seekDan Larkin-York2022-03-291-11/+18
* SERVER-61582 Return `Status` from from `SortedDataInterface::insert`Gregory Noma2022-03-171-67/+86
* SERVER-63582 add SortedDataInterface::Cursor:::isRecordIdAtEndOfKeyString()Benety Goh2022-03-101-0/+9
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-101-0/+27
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-241-2/+15
* SERVER-63694: Recategorize WT timestamp assertions.Daniel Gottlieb2022-02-171-3/+7
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-31/+35
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-102/+115
* SERVER-61185 Use prefix_search instead of prefix_key for unique index lookupsLouis Williams2022-01-131-4/+4
* SERVER-61185 Use WT prefix_key search for unique index lookupsLouis Williams2022-01-111-4/+9