| Commit message (Expand) | Author | Age | Files | Lines |
* | Split file cursors out into their own list in the session handle. | Michael Cahill | 2011-10-28 | 1 | -1/+1 |
* | Fixed error in cursor stats in raw mode, the key string needed to include nul... | Don Anderson | 2011-10-21 | 1 | -1/+1 |
* | Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt and | Keith Bostic | 2011-10-10 | 1 | -3/+3 |
* | Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets the | Keith Bostic | 2011-10-10 | 1 | -1/+0 |
* | Fix dropping then recreating a table. | Michael Cahill | 2011-09-29 | 1 | -4/+2 |
* | Fill in the rest of the statistics cursor methods, adding prev, last, | Keith Bostic | 2011-09-28 | 1 | -46/+133 |
* | Change statistics cursor get_value method signature from | Keith Bostic | 2011-09-27 | 1 | -2/+2 |
* | Handle table updates in indices. | Michael Cahill | 2011-09-26 | 1 | -3/+2 |
* | lint warning 534: Ignoring return value of function | Michael Cahill | 2011-09-19 | 1 | -1/+1 |
* | Add a rwlock to btree handles, use it to get exclusive access for sync, verif... | Michael Cahill | 2011-09-14 | 1 | -1/+11 |
* | Handle record numbers in raw cursors. | Michael Cahill | 2011-09-15 | 1 | -0/+1 |
* | Fix early exits from API or va_start blocks. | Michael Cahill | 2011-09-08 | 1 | -8/+5 |
* | Add macros to standardize cursors checking whether keys and values are set. | Michael Cahill | 2011-09-08 | 1 | -7/+3 |
* | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill | 2011-08-26 | 1 | -1/+1 |
* | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill | 2011-08-18 | 1 | -1/+1 |
* | Intermediate commit of new cursor code: this commit has mostly working | Keith Bostic | 2011-08-26 | 1 | -16/+5 |
* | Fix unit tests: __create_file needs a separate URI and filename to open colum... | Michael Cahill | 2011-08-08 | 1 | -2/+4 |
* | Simplify file creation so we check for existence using the normal open path. | Michael Cahill | 2011-08-04 | 1 | -1/+1 |
* | Have statistics cursors return field names as keys and use multi-column value... | Michael Cahill | 2011-07-29 | 1 | -26/+43 |
* | Add a "clear" option when closing a statistics cursor. | Michael Cahill | 2011-07-29 | 1 | -3/+11 |
* | Avoid the need for statistics cursor configuration: return two columns so app... | Michael Cahill | 2011-07-29 | 1 | -20/+26 |
* | Move the WT_STAT walk code into the statistics cursor, so we only have one copy. | Michael Cahill | 2011-07-29 | 1 | -32/+37 |
* | Depend on the ANSI C free semantics, where a NULL reference is simply | Keith Bostic | 2011-08-04 | 1 | -2/+1 |
* | Use "exact" instead of "lastcmp", that's what the documentation uses. | Keith Bostic | 2011-07-28 | 1 | -10/+4 |
* | typo | Keith Bostic | 2011-07-28 | 1 | -1/+1 |
* | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic | 2011-07-28 | 1 | -83/+137 |
* | Add a schema layer, storing configuration information for tables, indices and... | Michael Cahill | 2011-06-08 | 1 | -14/+13 |
* | Add various validation steps to config checking. | Michael Cahill | 2011-06-03 | 1 | -6/+8 |
* | Add error reporting to the config string parser. | Michael Cahill | 2011-06-03 | 1 | -3/+3 |
* | Reorg the cursor code into its own directory. | Michael Cahill | 2011-06-03 | 1 | -0/+239 |