| Age | Commit message (Expand) | Author |
| 2016-07-14 | WT-2725 Enforce visibility constraints before evicting a page. (#2875) | Alex Gorrod |
| 2016-01-12 | Don't open the metadata for the internal checkpoint session. | Alex Gorrod |
| 2016-01-12 | The parameters to open_internal_session have changed, update the code. | Alex Gorrod |
| 2016-01-11 | Merge pull request #2282 from wiredtiger/WT-2193 | Alex Gorrod |
| 2015-09-29 | WT-2112 Use bool in more places | Michael Cahill |
| 2015-09-29 | Merge pull request #2209 from wiredtiger/more-bool-keith | Michael Cahill |
| 2015-09-28 | WT-2093 Use the C99 bool type to clarify when functions return true/false | Michael Cahill |
| 2015-08-04 | Merge pull request #2077 from wiredtiger/checkpoint-file-fixes | Michael Cahill |
| 2015-08-04 | Merge pull request #2066 from wiredtiger/meta-track-postcommit | Alex Gorrod |
| 2015-06-29 | SERVER-18838 During drops, don't remove files until the metadata is durable. | Alex Gorrod |
| 2015-04-27 | Merge pull request #1894 from wiredtiger/tree-discard-background | Michael Cahill |
| 2015-04-25 | Fix a deadlock related to LSM. There are cases where closing a file with | Alex Gorrod |
| 2015-03-26 | meta_track.c:191: warning: declaration of 'sync' shadows a global declaration | Michael Cahill |
| 2015-03-26 | Merge branch 'develop' into checkpoint-closing-files | Michael Cahill |
| 2015-03-26 | When we complete a schema-changing operation, make sure the metadata is stabl... | Michael Cahill |
| 2015-03-25 | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto |
| 2015-03-24 | Add a single set of fhandle flags for open and close. #1785 | Susan LoVerso |
| 2015-03-23 | Add flags to wt_fopen/fclose. #1785 | Susan LoVerso |
| 2015-03-22 | Merge branch 'develop' into base-config-crash | Keith Bostic |
| 2015-03-21 | Separate out the code to flush a file handle and rename the file into | Keith Bostic |
| 2015-03-21 | Convert the rest of the __wt_exist/__wt_remove pairs into single calls | Keith Bostic |
| 2015-03-21 | Pass __wt_close() a reference to the WT_FH memory, that way it gets | Keith Bostic |
| 2015-03-21 | The typical turtle file is bigger than 1000B, boost the requested | Keith Bostic |
| 2015-03-20 | If the underlying FILE was opened for writing, flush and fsynd it | Keith Bostic |
| 2015-03-20 | Push the rest of the FILE handle functions down into the OS-specific | Keith Bostic |
| 2015-02-24 | Review places that set/clear session->dhandle, replace with macros. Change c... | Michael Cahill |
| 2015-02-11 | CID 44243: At condition fp != NULL, the value of fp cannot be NULL. | Keith Bostic |
| 2015-02-11 | CID 44242: At condition fp != NULL, the value of fp cannot be NULL. | Keith Bostic |
| 2015-01-05 | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |
| 2014-12-12 | Switch to stashing the metadata dhandle, not the btree. | Alex Gorrod |
| 2014-12-09 | Sweep old handles more aggressively: | Michael Cahill |
| 2014-12-02 | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso |
| 2014-11-22 | Track data handles rather than btree handles. This shouldn't be a real chang... | Michael Cahill |
| 2014-11-19 | Merge pull request #1389 from wiredtiger/turtle-fsync | Michael Cahill |
| 2014-11-18 | Add fsync to the turtle file and the to the directory when renaming it into p... | Michael Cahill |
| 2014-11-14 | Add restriction and error checking for having run recovery. Update | Susan LoVerso |
| 2014-11-13 | Changes to allow recovery to be run between incremental backups. #1183 | Susan LoVerso |
| 2014-11-04 | Merge branch 'develop' into custom-extractors | Michael Cahill |
| 2014-11-03 | Clarify the difference between handle locking in session_dhandle.c vs conn_dh... | Michael Cahill |
| 2014-10-22 | Merge branch 'develop' into custom-extractors | Michael Cahill |
| 2014-10-21 | If the metadata is updated, that update should ignore the running transaction... | Michael Cahill |
| 2014-10-16 | Don't use const for strings returned in allocated memory. | Michael Cahill |
| 2014-07-09 | Don't checkpoint the metadata on every schema operation if we are logging. | Michael Cahill |
| 2014-05-23 | Change WT_METADATA_URI to "metadata:". | Michael Cahill |
| 2014-05-13 | Don't roll forward the metadata when opening a hot backup: the version restor... | Michael Cahill |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-02 | concatenate format strings so spell doesn't get upset. | Keith Bostic |
| 2014-05-02 | concatenate format strings so spell doesn't get upset | Keith Bostic |
| 2014-05-02 | Add a verbose 'metadata' flag, that outputs WiredTiger metadata info. | Alex Gorrod |