summaryrefslogtreecommitdiff
path: root/src/meta
AgeCommit message (Expand)Author
2017-10-25WT-3680 metadata unroll should discard in-process checkpoints (#3752)Keith Bostic
2017-09-29WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic
2017-09-12WT-3543 Ensure that failed checkpoints cleanup properly (#3646)Keith Bostic
2017-08-28WT-3476 Make tables first class data handles. (#3545)Michael Cahill
2017-07-31WT-3470 Avoid a metadata cursor open for table open/drop (#3542)Keith Bostic
2017-07-06WT-3394 Fix compilation warnings for GCC-7 (#3499)Alex Gorrod
2017-07-06Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod
2017-07-06WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic
2017-06-14SERVER-29439 WiredTiger turtle file "MoveFileExW: Access is denied." error. (...Keith Bostic
2017-04-14WT-3160 Queue empty internal pages for eviction. (#3357)Michael Cahill
2017-04-07WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic
2017-03-27SERVER-28168 Cannot start or repair mongodb after unexpected shutdown. (#3353)Keith Bostic
2017-03-13WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill
2017-03-10WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill
2016-12-16WT-3084 Fix Coverity resource leak complaint. (#3205)Keith Bostic
2016-12-06WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic
2016-12-05WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic
2016-10-07WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic
2016-09-16WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill
2016-09-06WT-2888 Switch functions to return void where possible (#3019)Keith Bostic
2016-08-16WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic
2016-08-04WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod
2016-07-15WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic
2016-06-08WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic
2016-06-01WT-2674 simplify metadata file check (#2763)Keith Bostic
2016-05-09WT-2627: Coverity complaints (#2727)Keith Bostic
2016-04-29WT-2583 Detect incremental file left in source directory (#2696)sueloverso
2016-04-28WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod
2016-04-23WT-2584: don't use periods in error messagesKeith Bostic
2016-04-12WT-2539 Make streams a separate handle type from files.Michael Cahill
2016-04-04WT-2526: mixing and matching readonly and read/write handlesKeith Bostic
2016-04-01WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic
2016-03-25WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic
2016-03-18Merge branch 'develop' into wt-2330Keith Bostic
2016-03-18WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic
2016-03-16WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic
2016-03-07WT-2451 Allow eviction of WiredTiger metadata.Michael Cahill
2016-02-23WT-2420 Gather backup metadata in a single pass.Michael Cahill
2016-02-18WT-2395 Use allocation_size from metadata.Susan LoVerso
2016-02-11Merge branch 'develop' into WT-2346Michael Cahill
2016-02-09WT-2361: column-store starting record number errorKeith Bostic
2016-02-08WT-2374 LintSusan LoVerso
2016-02-05WT-2374 Enable message when overriding metadata from a backup.Michael Cahill
2016-02-03WT-2374 Fix test and add warning message (turned off for now).Susan LoVerso
2016-02-02WT-2374 If a backup file exists, remove/recreate metadata and turtle.Susan LoVerso
2016-02-01Merge pull request #2436 from wiredtiger/WT-60Michael Cahill
2016-01-29WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso
2016-01-26Merge branch 'develop' into WT-60Keith Bostic
2016-01-25WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso
2016-01-22Merge branch 'develop' into WT-2346Michael Cahill