| Age | Commit message (Expand) | Author |
| 2014-05-21 | Cut WiredTiger release 2.2.02.2.0 | Alex Gorrod |
| 2014-05-20 | Fix a bug where rolling back the first transaction to update an LSM tree coul... | Michael Cahill |
| 2014-05-19 | In the fast-path for avoiding scans of the global transaction table, check th... | Michael Cahill |
| 2014-05-15 | Merge pull request #1013 from wiredtiger/compression-can-fail | Michael Cahill |
| 2014-05-14 | Sort the subconfig lists. | Keith Bostic |
| 2014-05-14 | Pull out configuration ordering into its own section, for clarity. | Keith Bostic |
| 2014-05-14 | Fix initialization bug in async reconfig. #1002 | Susan LoVerso |
| 2014-05-14 | Mention the WIREDTIGER_CONFIG environment variable. | Keith Bostic |
| 2014-05-14 | Reset locked variable when releasing the lock. #976 | Susan LoVerso |
| 2014-05-14 | Return ENOTSUP if someone tries to allocate an async op handle | Susan LoVerso |
| 2014-05-14 | Allow the raw compression function to fail, in which case we write the | Keith Bostic |
| 2014-05-13 | Add async to reconfig test. Fix code to retain defaults. #1002 | Susan LoVerso |
| 2014-05-13 | Allow async to be reconfigured. #1002 | Susan LoVerso |
| 2014-05-13 | Don't roll forward the metadata when opening a hot backup: the version restor... | Michael Cahill |
| 2014-05-12 | Add backoff to sleep if no async work available. #1002 | Susan LoVerso |
| 2014-05-12 | Be a little more defensive: a reasonable compression function might not | Keith Bostic |
| 2014-05-12 | Document dst and dst_len for WT_COMPRESSOR::compress. | Keith Bostic |
| 2014-05-12 | Merge pull request #1004 from wiredtiger/stat-log-reconfig | Michael Cahill |
| 2014-05-10 | Run the "standard" extensions through the style checks, mostly add a | Keith Bostic |
| 2014-05-09 | Coverity #1212124 Resource leak. | Keith Bostic |
| 2014-05-09 | Coverity #1212126: Uninitialized scalar variable. | Keith Bostic |
| 2014-05-09 | Fix a leak of the scratch buffer array in the dummy session: don't allocate s... | Michael Cahill |
| 2014-05-09 | Update checkpoint server reconfigure to match stat log semantics. | Alex Gorrod |
| 2014-05-09 | Make statistics log server reconfigurable. | Alex Gorrod |
| 2014-05-09 | typo | Michael Cahill |
| 2014-05-09 | Speed up checkpoints by doing a better job of skipping pages that can't conta... | Michael Cahill |
| 2014-05-09 | Fix a leak of the buffer used to hold config files. | Michael Cahill |
| 2014-05-09 | Merge branch 'row-skip-append-check' into develop | Michael Cahill |
| 2014-05-08 | Change search-near to always set the "insert" flag, LSM depends on it. | Keith Bostic |
| 2014-05-09 | Merge pull request #1003 from wiredtiger/row-skip-append-check | Michael Cahill |
| 2014-05-08 | Don't do an append test regardless if searching the tree, but more | Keith Bostic |
| 2014-05-08 | Comment cleanup. | Keith Bostic |
| 2014-05-08 | Skip the fast-append key comparison unless we've previously appended | Keith Bostic |
| 2014-05-08 | Valgrind - free ops key/value buffers and work queue. | Susan LoVerso |
| 2014-05-08 | error: variable 'kpack' set but not used [-Werror=unused-but-set-variable] | Keith Bostic |
| 2014-05-08 | When moving keys from the parent to the child when deepening the tree, we | Keith Bostic |
| 2014-05-08 | When moving instantiated keys from a parent page to a child page during | Keith Bostic |
| 2014-05-08 | Rename the ref to "ref", not "child", child is usually a child page. | Keith Bostic |
| 2014-05-08 | The function code gets retried on deadlock, release the scratch buffer | Keith Bostic |
| 2014-05-08 | automatic rebuild. | Keith Bostic |
| 2014-05-08 | whitespace | Keith Bostic |
| 2014-05-08 | Scan include files for style problems. Fix the ones found right away. | Michael Cahill |
| 2014-05-08 | Merge pull request #998 from wiredtiger/lsm-logging-fixes | Alex Gorrod |
| 2014-05-08 | Merge pull request #997 from wiredtiger/reconfigure-checkpoint | Michael Cahill |
| 2014-05-08 | When copying a disk block built by raw compression, include the size of the h... | Michael Cahill |
| 2014-05-07 | Add a "destination" buffer for raw compression to the standard | Keith Bostic |
| 2014-05-07 | Add async test for config flags. Fix bug found by test. | Susan LoVerso |
| 2014-05-07 | If not the last block and the compression function ate it all, there are | Keith Bostic |
| 2014-05-07 | Additional fixes for raw compression and the new split code, we need to | Keith Bostic |
| 2014-05-07 | Consolidate conditionals for going past log EOF. #994 | Susan LoVerso |