| Age | Commit message (Expand) | Author |
| 2014-04-30 | Cleanup places where the schema layer uses a WT_ITEM to read/write from a rec... | Michael Cahill |
| 2014-04-29 | Revert 8795d9b, it makes things worse, not better. | Keith Bostic |
| 2014-04-29 | Kluge to make ex_call_center work in this branch, probably not the | Keith Bostic |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-22 | Use empty values in LSM indices. | Michael Cahill |
| 2014-02-27 | Do buffer alignment checks when reading from checkpoints. | Alex Gorrod |
| 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 | 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-06 | Merge branch 'develop' into compact-lsm | Alex Gorrod |
| 2013-12-06 | Implement compact for LSM trees. Add a new timeout compact configuration. | Alex Gorrod |
| 2013-12-05 | remove unnecessary WT_UNUSED() | Keith Bostic |
| 2013-12-05 | In truncate, release the btree handle before calling __wt_conn_dhandle_close_... | Michael Cahill |
| 2013-12-05 | Simplify drop: allow the lower level code to take care of locking. Avoid rec... | Michael Cahill |
| 2013-12-03 | whitespace | Keith Bostic |
| 2013-12-03 | whitespace | Keith Bostic |
| 2013-11-25 | Add a default declaration for WT_PACK structures too. | Michael Cahill |
| 2013-11-25 | Always initialize WT_PACK_VALUE before use. | Michael Cahill |
| 2013-11-22 | Fix an assertion: we must have a buffer if we aren't skipping. | Michael Cahill |
| 2013-11-22 | Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure... | 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-18 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-11-15 | Don't leak memory on error, cgconfig holds memory that's may not have | Keith Bostic |
| 2013-11-15 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-14 | __wt_config_next() has lots of possible errors, check for not-found | Keith Bostic |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-05 | Don't release a table unless we actually got a table. | Keith Bostic |
| 2013-11-05 | Clear out the returned table reference in all cases so we don't have | Keith Bostic |
| 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-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-15 | lint | Michael Cahill |
| 2013-10-15 | Merge branch 'develop' into lsm-bloom-newest | Michael Cahill |
| 2013-10-14 | Minor code shuffling, create a single statistics-cursor-init wrapper | Keith Bostic |
| 2013-10-14 | Fix a long-standing deadlock that could happen when closing a busy LSM tree. | Michael Cahill |
| 2013-10-12 | Quit allocating the statistics cursor's stat structures separately from | Keith Bostic |
| 2013-10-12 | Make the allocation code for an aggregate statistics structure look the | Keith Bostic |
| 2013-10-12 | Change table statistics to use standard statistics aggregation code | Keith Bostic |
| 2013-10-11 | The stat "clear" function isn't correct for initialization because it | Keith Bostic |
| 2013-09-10 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-09-09 | KNF | Keith Bostic |
| 2013-09-09 | Don't do compact operations on LSM trees. | Alex Gorrod |
| 2013-08-29 | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill |
| 2013-08-08 | Simplify the default implementation of range_truncate. | Michael Cahill |
| 2013-08-08 | Move data source truncate method into WT_DATA_SOURCE. | Michael Cahill |
| 2013-08-04 | Simplify the checkpoint support for data sources: for now, just | Keith Bostic |