summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-1/+6
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-6/+1
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-1/+6
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-1/+18
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-0/+28
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-28/+0
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-0/+28
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-1/+1
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-22/+11
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-11/+22
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-22/+11
* SERVER-43113 Check if a cached cursor exists before constructing configuratio...Yuhong Zhang2020-06-251-5/+11
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-2/+1
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-25/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+2
* SERVER-43316 uassert when trying to open a checkpoint cursor on a LSM WiredTi...Gregory Wlodarek2019-09-161-0/+7
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-161-4/+17
* SERVER-43232 Eliminate the trailing comma when opening 'overwrite=false' inde...Louis Williams2019-09-101-3/+11
* SERVER-42218 Enable getCursor() in the RecordStore to retrieve checkpoint cur...Gabe Villasana2019-08-051-6/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+9
* SERVER-36631 Have the storage engine expose a reduced cache footprint API for...Louis Williams2018-09-251-0/+67