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