| Age | Commit message (Expand) | Author |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-20 | __open_directory_sync can sync the wrong directory if the application | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-12-12 | Fix LSM compact so it doesn't try to compact the file inside an LSM tree. | Michael Cahill |
| 2013-12-04 | Add a fast path for getting bitmap values from a cursor. | Michael Cahill |
| 2013-12-03 | Fix __wt_cursor_close so it can decrement the data handle cursor count statis... | Michael Cahill |
| 2013-11-22 | lint: Remove NULL checks when a non-NULL pointer is required. | Michael Cahill |
| 2013-11-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-19 | Give statistics' integer IDs separate namespaces. | Keith Bostic |
| 2013-11-12 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-11 | If a big truncate fills the cache, there is no point retrying. | Michael Cahill |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-24 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-22 | Fix various problems with recovery and log archiving: | Michael Cahill |
| 2013-10-21 | if (conn->stat_all == 0 && conn->stat_fast == 0) isn't possible at this | Keith Bostic |
| 2013-10-21 | Add clear to the connection statistics configuration and remove "clear" | Keith Bostic |
| 2013-10-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-19 | Better testing of the "fast" configuration, fix a bug, the btree code | Keith Bostic |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-17 | whitespace | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-15 | Merge branch 'develop' into lsm-bloom-newest | Michael Cahill |
| 2013-10-14 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-14 | Minor code shuffling, create a single statistics-cursor-init wrapper | Keith Bostic |
| 2013-10-14 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-14 | Fix a long-standing deadlock that could happen when closing a busy LSM tree. | Michael Cahill |
| 2013-10-14 | Always use the chunk flags to check for Bloom filter existence. Sometimes ch... | Michael Cahill |
| 2013-10-14 | Fix error handling in backup cursor open. | Alex Gorrod |
| 2013-10-13 | Allocate the local variables at the start of the function, our style | Keith Bostic |
| 2013-10-13 | Cleanup error handling; don't jump to an err: label in the middle of a | Keith Bostic |
| 2013-10-13 | Fix to clear the aggregated checkpoint handle statistics structures. | Keith Bostic |
| 2013-10-12 | Quit allocating the statistics cursor's stat structures separately from | Keith Bostic |
| 2013-10-12 | A different approach to aggregating checkpoint handle statistics; when | Keith Bostic |
| 2013-10-12 | cleanup, __wt_backup_list_all_append is a local function, remove leading __wt. | Keith Bostic |
| 2013-10-11 | The stat "clear" function isn't correct for initialization because it | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-09-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-09-10 | Merge pull request #674 from wiredtiger/backup-bulk-number-2 | Michael Cahill |
| 2013-09-10 | Merge branch 'develop' into backup-bulk-number-2 | Keith Bostic |
| 2013-09-10 | Make hot backups work concurrently with files being bulk-loaded. | Keith Bostic |
| 2013-09-10 | Change WT_CURSOR::insert to not hold a position/resources in the tree on | Keith Bostic |
| 2013-09-10 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-09-10 | Cleanup, move the checkpoint lock inside __lsm_discard_handle. | Michael Cahill |
| 2013-09-10 | Use a blind insert in the primary of tables with no indices. | Michael Cahill |
| 2013-09-07 | A simpler solution, avoiding the additional search of the primary cursor, | Keith Bostic |
| 2013-09-07 | Open column groups with the default overwrite configuration, true. | Keith Bostic |
| 2013-09-05 | fix a comment | Keith Bostic |