summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-057-12/+210
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-054-44/+48
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2021-11-053-24/+0
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-042-0/+9
* SERVER-61158 add CreateIndexEntryFlags::kUpdateMetadataBenety Goh2021-11-043-0/+22
* SERVER-61177 implement WiredTigerKVEngine::dump() in terms of WT_CONNECTION::...Benety Goh2021-11-031-1/+9
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-0310-0/+28
* SERVER-61048 Make BackupCursorService use current engine instead of storing a...Moustafa Maher Khalil2021-11-022-5/+5
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-012-11/+1
* SERVER-61157 add feature flag for making an index uniqueBenety Goh2021-11-011-0/+4
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest RecordI...Louis Williams2021-10-291-4/+16
* SERVER-60986 WiredTigerIndex insert functions include uri and index name in W...Benety Goh2021-10-281-5/+18
* SERVER-60986 add support for context expression to wtRCToStatus()Benety Goh2021-10-282-4/+12
* SERVER-60623 Remove feature flag for Time-series CollectionBenety Goh2021-10-281-5/+0
* SERVER-60116 Used a 3-pointer implementation of BasicBufBuilder to optimize f...Mohammad Dashti2021-10-262-7/+15
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-251-7/+0
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-254-4/+7
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-2214-182/+192
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-7/+8
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-2112-60/+148
* SERVER-60698 Reduce performance change from adding StorageChangeContext.Matthew Russotto2021-10-203-29/+57
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-207-33/+7
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-197-7/+33
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-4/+5
* SERVER-56661 Increase close_handle_minimum from 250 to 2000Josef Ahmad2021-10-191-1/+1
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-162-0/+8
* SERVER-60245 Reduce RecordId copying in classic query engine collection scansLouis Williams2021-10-152-10/+40
* SERVER-59944 Reopen storage in temporary locationMoustafa Maher Khalil2021-10-151-1/+3
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-1414-30/+43
* SERVER-60574 Add a new catalog flag to indicate whether a time-series bucket ...Gregory Wlodarek2021-10-145-5/+105
* SERVER-59923 Retry reshardCollection command in ReshardingTest fixture.Max Hirschhorn2021-10-121-0/+10
* SERVER-60542 Make WiredTigerServerStatus use current engine instead of storin...Matthew Russotto2021-10-123-9/+8
* SERVER-60614 remove unused std imports from wiredtiger_index.cppBenety Goh2021-10-121-3/+0
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-1112-74/+346
* SERVER-57357 Make `listDatabases` a lock-free operationYuhong Zhang2021-10-071-2/+12
* SERVER-60511 getPinnedOplog return value should always be std::min compared w...Dianna Hohensee2021-10-071-1/+1
* SERVER-60493 Add the pinnedOplog timestamp to the oplog truncation thread's l...Dianna Hohensee2021-10-071-0/+1
* SERVER-60499 Use FCV 5.0 for `featureFlagTimeseriesUpdatesAndDeletes`Gregory Noma2021-10-071-1/+1
* SERVER-60170 Keystring: fix theoretical issue decoding RID sizeJosef Ahmad2021-10-061-4/+4
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-052-0/+8
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-045-0/+77
* SERVER-58311 Close BackgroundSync cursors before Rollback To StableJosef Ahmad2021-10-011-0/+7
* SERVER-60275 WiredTigerHarnessHelper registers client observer before initial...Benety Goh2021-09-292-0/+6
* SERVER-60271 remove supportsResumableIndexBuilds from storageEngine server st...Benety Goh2021-09-282-2/+0
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-282-2/+4
* SERVER-58776 Run BackupCloners on files returned by backup cursorMatthew Russotto2021-09-282-22/+0
* SERVER-60006 Update comment and error thrown when WT cursor open failsIan Boros2021-09-281-19/+21
* SERVER-59618 SERVER-60275 temporarily remove ClientObserver registration from...Benety Goh2021-09-281-4/+0
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-272-0/+8
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-234-35/+269