| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill | 2011-08-26 | 2 | -4/+4 |
* | Put version information into m4 to avoid post-processing the configure script. | Michael Cahill | 2011-08-26 | 4 | -2/+30 |
* | Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va... | Michael Cahill | 2011-08-09 | 2 | -16/+3 |
* | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill | 2011-08-18 | 1 | -2/+2 |
* | Add a local version of getopt for the utilities program, plus a script | Keith Bostic | 2011-08-31 | 3 | -2/+10 |
* | Move {row,col}_put.c -> {row,col}_modify.c, match the function names. | Keith Bostic | 2011-08-31 | 1 | -2/+2 |
* | Update spelling exceptions. | Keith Bostic | 2011-08-31 | 1 | -0/+5 |
* | Intermediate commit of new cursor code. Both prev/next cursor motions | Keith Bostic | 2011-08-30 | 1 | -16/+2 |
* | Intermediate commit of new cursor code: this commit has mostly working | Keith Bostic | 2011-08-26 | 2 | -0/+21 |
* | Doubled ;; at the end of a line isn't insane for a for loop. | Keith Bostic | 2011-08-26 | 1 | -1/+1 |
* | Add a new cursor file, a stub with minor error functions. | Keith Bostic | 2011-08-25 | 1 | -0/+1 |
* | We're not using the read-only error for now, remove it. | Keith Bostic | 2011-08-23 | 1 | -1/+0 |
* | WT_TOOSMALL isn't used anywhere; delete it as an error. | Keith Bostic | 2011-08-23 | 1 | -1/+0 |
* | Exclude a few more directories from release builds. | Michael Cahill | 2011-08-19 | 1 | -0/+2 |
* | s_all: line 76: return: can only `return' from a function or sourced script | Michael Cahill | 2011-08-19 | 1 | -3/+1 |
* | spelling update | Keith Bostic | 2011-08-18 | 1 | -0/+1 |
* | Move "verify after read" into the block-read function: the 3 places that | Keith Bostic | 2011-08-18 | 1 | -1/+2 |
* | The row/col put functions take "int is_write", while the row/col search | Keith Bostic | 2011-08-18 | 1 | -2/+0 |
* | Take out test code. | Keith Bostic | 2011-08-17 | 1 | -1/+1 |
* | Complain if we can't find python. | Keith Bostic | 2011-08-17 | 1 | -1/+9 |
* | Move the block allocation and block write code out of btree/ and into | Keith Bostic | 2011-08-16 | 1 | -3/+3 |
* | Add an extension API with a list of functions so extensions can call into Wir... | Michael Cahill | 2011-08-16 | 2 | -1/+5 |
* | Exclude test/insert from release builds. | Michael Cahill | 2011-08-11 | 1 | -0/+1 |
* | Followup from Keith's review comments | Don Anderson | 2011-08-11 | 1 | -2/+2 |
* | Added compression infrastructure, example compressors and tests. | Don Anderson | 2011-08-10 | 1 | -0/+4 |
* | Rename s_release.exclude -> s_release.list, get back to 5 columns on | Keith Bostic | 2011-08-11 | 2 | -1/+1 |
* | Add a comment to s_symbols.list. | Keith Bostic | 2011-08-11 | 2 | -1/+2 |
* | Initial implementation of file prev cursors. | Keith Bostic | 2011-08-10 | 1 | -0/+2 |
* | Pass session->srch as a single parameter when serializing updates. | Michael Cahill | 2011-08-11 | 1 | -3/+1 |
* | First pass at a release script. Bump the version to 0.7 to make sure that ge... | Michael Cahill | 2011-08-11 | 5 | -9/+41 |
* | The format test program configures for small max page size and minimum split | Keith Bostic | 2011-08-09 | 1 | -1/+1 |
* | don't track overflow pages read on a per-cache basis, there's no reason | Keith Bostic | 2011-08-09 | 1 | -3/+2 |
* | Add statistics for cursor->reads,inserts,updates,removes. | Keith Bostic | 2011-08-09 | 1 | -0/+4 |
* | Add statistic for bytes on the free-list. | Keith Bostic | 2011-08-09 | 1 | -0/+1 |
* | Add a "file size" statistic. | Keith Bostic | 2011-08-09 | 1 | -1/+2 |
* | Split btree.h up into 3 files: on-disk structures (btdsk.h), in-memory | Keith Bostic | 2011-08-09 | 1 | -0/+2 |
* | Less than 15 hazard references really seems like a bad idea to me. | Keith Bostic | 2011-08-08 | 1 | -2/+2 |
* | Add simple support for restarting system calls, open needs it, although the | Keith Bostic | 2011-08-08 | 1 | -0/+1 |
* | A new version of aspell appears to have a smaller dictionary. Sigh. | Michael Cahill | 2011-08-08 | 1 | -0/+15 |
* | lint: make skipdepth unsigned, clear all of WT_SEARCH in one step at the begi... | Michael Cahill | 2011-08-08 | 1 | -1/+1 |
* | Turn the "eviction server: unable to evict cache pages" warning message | Keith Bostic | 2011-08-06 | 1 | -3/+4 |
* | Rename the env/ directory to be the conn/ directory, moving a few things | Keith Bostic | 2011-08-05 | 1 | -14/+14 |
* | Update a comment (we're not silent). | Keith Bostic | 2011-08-05 | 1 | -2/+1 |
* | Fix a buglet in s_longlines, rewrap some long lines. | Michael Cahill | 2011-08-04 | 1 | -3/+2 |
* | Put inserted items on skiplists so we can do efficient searches (including fo... | Michael Cahill | 2011-07-29 | 3 | -122/+116 |
* | Have statistics cursors return field names as keys and use multi-column value... | Michael Cahill | 2011-07-29 | 2 | -0/+9 |
* | Add a "clear" option when closing a statistics cursor. | Michael Cahill | 2011-07-29 | 3 | -22/+36 |
* | Add some more statistics to the reconciliation code as part of reviewing how | Keith Bostic | 2011-08-04 | 2 | -7/+10 |
* | For some reason, the python script stat.py is sorting entries in the | Keith Bostic | 2011-08-04 | 1 | -2/+2 |
* | Cleanup auto-generated documentation for config items without empty defaults. | Michael Cahill | 2011-07-29 | 1 | -1/+1 |