| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2916 Fix and simplify s_whitespace. (#3047) | Michael Cahill | 2016-09-16 | 1 | -1/+1 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -8/+8 |
* | WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929) | Alex Gorrod | 2016-08-04 | 1 | -0/+3 |
* | WT-2674 simplify metadata file check (#2763) | Keith Bostic | 2016-06-01 | 1 | -12/+0 |
* | WT-2525: in-memory configurations: miscellaneous cleanups | Keith Bostic | 2016-04-01 | 1 | -0/+4 |
* | WT-2451 Allow eviction of WiredTiger metadata. | Michael Cahill | 2016-03-07 | 1 | -9/+7 |
* | Merge branch 'develop' into WT-60 | Keith Bostic | 2016-01-26 | 1 | -1/+1 |
|\ |
|
| * | WT-2333 Make the "ret" variable explicit in lock macros. | Michael Cahill | 2016-01-22 | 1 | -1/+1 |
* | | WT-60: big endian support | Keith Bostic | 2016-01-14 | 1 | -0/+12 |
|/ |
|
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Nits in metadata cleanup. Add a comment and an assertion. | Alex Gorrod | 2015-12-31 | 1 | -1/+10 |
* | Review comments: when not closing an open cursor because | Keith Bostic | 2015-12-30 | 1 | -0/+2 |
* | Avoid s_style, it thinks "return.*;" is a line of C that needs fixing. | Keith Bostic | 2015-11-07 | 1 | -1/+1 |
* | Minor cleanups & restructuring, fix a typo. | Keith Bostic | 2015-11-07 | 1 | -12/+18 |
* | Rework the metadata cursor change to transparently support opening | Keith Bostic | 2015-11-07 | 1 | -18/+74 |
* | Merge branch 'develop' into wt-2073-metadata-cleanup | Keith Bostic | 2015-11-07 | 1 | -1/+13 |
|\ |
|
| * | WT-2170 Revert some line reordering. | Michael Cahill | 2015-10-28 | 1 | -3/+2 |
| * | WT-2170 Add a macro perfom an operation at an isolation level. | Michael Cahill | 2015-10-28 | 1 | -11/+7 |
| * | WT-2170 Reset isolation after closing the cursor. | Susan LoVerso | 2015-10-27 | 1 | -4/+0 |
| * | WT-2170 Fix error paths and reset isolation. | Susan LoVerso | 2015-10-27 | 1 | -2/+6 |
| * | WT-2170 Move comment | Susan LoVerso | 2015-10-26 | 1 | -1/+6 |
| * | WT-2170 Only have read uncommitted visible for metadata_search. | Susan LoVerso | 2015-10-26 | 1 | -0/+11 |
* | | WT-2073: review comments, rename __wt_metadata_cursor to | Keith Bostic | 2015-10-20 | 1 | -9/+9 |
* | | WT-2073: whitespace | Keith Bostic | 2015-10-20 | 1 | -2/+0 |
* | | WT-2073: cache a metadata WT_CURSOR in the WT_SESSION, rather than a | Keith Bostic | 2015-10-20 | 1 | -73/+42 |
* | | WT-2073: "overwrite" is the default, there's no reason to specify it. | Keith Bostic | 2015-10-19 | 1 | -1/+1 |
|/ |
|
* | WT-2170 Add turtle file lock. | Susan LoVerso | 2015-10-14 | 1 | -2/+5 |
* | Boolean conversion pass over cursor. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -1/+1 |
* | WT-2093 Use the C99 bool type to clarify when functions return true/false. | Michael Cahill | 2015-09-08 | 1 | -5/+5 |
* | Test WT_BTREE handle flags before setting them so updates can't race in | Keith Bostic | 2015-07-23 | 1 | -5/+13 |
* | The metadata file has special WT_BTREE handle flags; instead of setting | Keith Bostic | 2015-07-21 | 1 | -0/+11 |
* | KNF, fix a comment. | Keith Bostic | 2015-07-20 | 1 | -2/+2 |
* | Revert "SERVER-18838 flush WT metadata during create/drop so we don't see mis... | Michael Cahill | 2015-06-25 | 1 | -28/+0 |
* | SERVER-18838 flush WT metadata during create/drop so we don't see missing fil... | Michael Cahill | 2015-06-25 | 1 | -0/+28 |
* | Restructure handle locking so it all happens at the session level, avoid enta... | Michael Cahill | 2015-04-28 | 1 | -1/+6 |
* | Merge branch 'develop' into tree-discard-background | Michael Cahill | 2015-04-27 | 1 | -1/+1 |
|\ |
|
| * | Push renaming down into `api_data.py`, replacing lower-case handle | Keith Bostic | 2015-04-21 | 1 | -1/+1 |
* | | Discard trees from cache in the background. | Michael Cahill | 2015-04-16 | 1 | -1/+1 |
|/ |
|
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Switch to stashing the metadata dhandle, not the btree. | Alex Gorrod | 2014-12-12 | 1 | -6/+6 |
* | Sweep old handles more aggressively: | Michael Cahill | 2014-12-09 | 1 | -4/+3 |
* | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-11-04 | 1 | -1/+1 |
|\ |
|
| * | Clarify the difference between handle locking in session_dhandle.c vs conn_dh... | Michael Cahill | 2014-11-03 | 1 | -1/+1 |
* | | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 1 | -1/+1 |
|/ |
|
* | Change WT_METADATA_URI to "metadata:". | Michael Cahill | 2014-05-23 | 1 | -2/+2 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -8/+8 |
* | concatenate format strings so spell doesn't get upset. | Keith Bostic | 2014-05-02 | 1 | -3/+3 |
* | concatenate format strings so spell doesn't get upset | Keith Bostic | 2014-05-02 | 1 | -1/+1 |
* | Add a verbose 'metadata' flag, that outputs WiredTiger metadata info. | Alex Gorrod | 2014-05-02 | 1 | -0/+20 |