summaryrefslogtreecommitdiff
path: root/src/schema
Commit message (Expand)AuthorAgeFilesLines
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-062-12/+4
* WT-2968 Fix a segfault when a drop races with closing a backup cursor. (#3127)Michael Cahill2016-11-071-3/+8
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-013-8/+10
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-263-0/+37
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-2/+2
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-064-17/+17
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-4/+4
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-2/+4
* WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson2016-06-171-1/+1
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-0/+2
* WT-2599: split out the checksum code from the support directory (#2707)Keith Bostic2016-05-021-0/+6
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-283-6/+8
* WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-1/+1
* WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-2/+1
* Merge pull request #2493 from wiredtiger/wt-2381Michael Cahill2016-03-141-16/+0
|\
| * WT-2381: dump utility discards table configKeith Bostic2016-03-081-16/+0
* | Merge pull request #2571 from wiredtiger/wt-2471Keith Bostic2016-03-111-6/+6
|\ \
| * | WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-6/+6
| |/
* | SERVER-23040: Coverity analysis defect 98151: Dereference after null checkKeith Bostic2016-03-111-7/+4
|/
* SERVER-22676 Remove other create configuration matching checks.Alex Gorrod2016-02-171-28/+23
* SERVER-22676 Don't check duplicated create calls for matching configurations.Alex Gorrod2016-02-171-8/+4
* Merge branch 'develop' into WT-2346Michael Cahill2016-02-114-5/+6
|\
| * SERVER-22437 Remove dead code from WT-2295.Michael Cahill2016-02-031-2/+3
| * WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-033-4/+4
* | Merge branch 'develop' into WT-2346Michael Cahill2016-01-225-44/+10
|\ \ | |/
| * Merge branch 'develop' into WT-2333Michael Cahill2016-01-221-40/+6
| |\
| | * WT-2275 Convert a file URI truncate into a range truncate.Susan LoVerso2016-01-211-40/+6
| * | WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-225-6/+6
| |/
* | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-12/+5
|/
* WT-2295 Revert exclusive checking for tables.Michael Cahill2016-01-201-1/+4
* WT-2995 Review error handling in create.Michael Cahill2016-01-201-41/+47
* WT-2295 An existing index will not be filled. Fixed exclusive index create.Don Anderson2016-01-191-15/+20
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-0111-11/+11
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-012-4/+7
|\
| * Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-191-0/+3
| |\
| | * WT-2218 Add truncate statsSusan LoVerso2015-11-161-0/+3
| * | WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-4/+4
| |/
* | __schema_open_table() needs to release the cursor on success.Keith Bostic2015-11-071-2/+2
* | Rework the metadata cursor change to transparently support openingKeith Bostic2015-11-071-2/+7
* | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-072-18/+54
|\ \ | |/
| * WT-2196 Fix error handling in size only statistics.Alex Gorrod2015-11-041-7/+9
| * WT-2196: A different solution, don't require callers to log their own errorKeith Bostic2015-11-031-4/+7
| * Revert "WT-2196 Fix size-only statistics when there are LSM tables."Keith Bostic2015-11-031-12/+11
| * WT-2196 Fix size-only statistics when there are LSM tables.Alex Gorrod2015-11-031-11/+12
| * WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-26/+39
| * WT-2170 Initialize txn.Susan LoVerso2015-10-271-0/+2
| * WT-2170 Wrap some metadata_cursor calls.Susan LoVerso2015-10-271-0/+16
* | WT-2073: review comments, rename __wt_metadata_cursor toKeith Bostic2015-10-202-3/+3