summaryrefslogtreecommitdiff
path: root/src/schema
AgeCommit message (Expand)Author
2017-04-18WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic
2017-04-11WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic
2017-04-07WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic
2017-04-05WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic
2017-03-24WT-98 Update the current cursor value without a search (#3330)Keith Bostic
2017-02-14WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill
2017-02-01WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod
2016-12-23WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic
2016-12-16WT-3084 Fix Coverity resource leak complaint. (#3205)Keith Bostic
2016-12-15WT-283 Add WT_SESSION::alter method (#3177)sueloverso
2016-12-06WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic
2016-11-07WT-2968 Fix a segfault when a drop races with closing a backup cursor. (#3127)Michael Cahill
2016-11-01WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic
2016-10-26WT-2968 Don't open file handles on backup. (#3101)sueloverso
2016-10-14WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod
2016-09-14WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan
2016-09-06WT-2888 Switch functions to return void where possible (#3019)Keith Bostic
2016-07-15WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic
2016-06-22WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic
2016-06-21WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson
2016-06-17WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson
2016-06-08WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic
2016-05-02WT-2599: split out the checksum code from the support directory (#2707)Keith Bostic
2016-04-28WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod
2016-03-17WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill
2016-03-16WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic
2016-03-14Merge pull request #2493 from wiredtiger/wt-2381Michael Cahill
2016-03-11Merge pull request #2571 from wiredtiger/wt-2471Keith Bostic
2016-03-11WT-2471: review WiredTiger "int" printf formatsKeith Bostic
2016-03-11SERVER-23040: Coverity analysis defect 98151: Dereference after null checkKeith Bostic
2016-03-08WT-2381: dump utility discards table configKeith Bostic
2016-02-17SERVER-22676 Remove other create configuration matching checks.Alex Gorrod
2016-02-17SERVER-22676 Don't check duplicated create calls for matching configurations.Alex Gorrod
2016-02-11Merge branch 'develop' into WT-2346Michael Cahill
2016-02-03SERVER-22437 Remove dead code from WT-2295.Michael Cahill
2016-02-03WT-2378 Always wait for the handle list lock.Michael Cahill
2016-01-22Merge branch 'develop' into WT-2346Michael Cahill
2016-01-22Merge branch 'develop' into WT-2333Michael Cahill
2016-01-22WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill
2016-01-22WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill
2016-01-21WT-2275 Convert a file URI truncate into a range truncate.Susan LoVerso
2016-01-20WT-2295 Revert exclusive checking for tables.Michael Cahill
2016-01-20WT-2995 Review error handling in create.Michael Cahill
2016-01-19WT-2295 An existing index will not be filled. Fixed exclusive index create.Don Anderson
2016-01-01Upgrade copyright notices from 2015 to 2016.Keith Bostic
2015-12-01Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic
2015-11-19Merge branch 'develop' into wt-1315-join-cursorMichael Cahill
2015-11-17WT-1315. Support statistics on join cursors.Don Anderson
2015-11-16WT-2218 Add truncate statsSusan LoVerso