| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -1/+0 |
* | WT-2280: Add CRC32 Optimized code for PPC64LE | Keith Bostic | 2016-02-11 | 1 | -0/+2 |
* | WT-1315 Fix a few script warnings about unused functions / macros. | Michael Cahill | 2015-11-19 | 1 | -0/+2 |
* | Update | Keith Bostic | 2015-05-01 | 1 | -1/+0 |
* | Add an API to validate configuration strings. | Keith Bostic | 2015-03-09 | 1 | -0/+1 |
* | Replace the POSIX read/write lock code with our own implementation so | Keith Bostic | 2014-10-24 | 1 | -0/+1 |
* | Add a debug routine to print out an address, it helps with salvage | Keith Bostic | 2014-09-14 | 1 | -0/+1 |
* | Merge the mid-level of the bulk code into the cursor level. | Keith Bostic | 2014-07-28 | 1 | -2/+0 |
* | Add a cursor operation to skip the in-order key check in a row-store, | Keith Bostic | 2014-07-25 | 1 | -0/+5 |
* | Change the overflow key/value addresses from a skiplist into a simple | Keith Bostic | 2014-03-19 | 1 | -1/+1 |
* | Merge branch 'develop' into new-split | Keith Bostic | 2014-02-26 | 1 | -0/+1 |
|\ |
|
| * | Configuration parser API, update documentation and examples. | Alex Gorrod | 2014-02-25 | 1 | -0/+1 |
* | | Add __wt_debug_set_verbose so I can configure a verbose flag from gdb. | Keith Bostic | 2014-02-20 | 1 | -0/+1 |
* | | First cut a a version of new version of split that deepens the tree. | Keith Bostic | 2014-02-19 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-09-05 | 1 | -0/+3 |
|\ |
|
| * | update | Keith Bostic | 2013-08-30 | 1 | -0/+1 |
| * | Cleanup up debugging/dump functions. | Keith Bostic | 2013-08-30 | 1 | -0/+1 |
| * | update. | Keith Bostic | 2013-08-30 | 1 | -0/+1 |
* | | Speed up tests by allowing smaller log files (100K) and using them. | Michael Cahill | 2013-07-26 | 1 | -0/+1 |
|/ |
|
* | Pass the collator reference instead of the Btree handle to the "standard" | Keith Bostic | 2013-07-25 | 1 | -2/+2 |
* | Merge branch 'develop' into logging | Susan LoVerso | 2013-07-15 | 1 | -0/+1 |
|\ |
|
| * | Track how many bytes we skip in each lexical comparison and don't check | Keith Bostic | 2013-07-14 | 1 | -0/+1 |
* | | Add unused func to list. | Susan LoVerso | 2013-06-20 | 1 | -0/+2 |
* | | Clean up a few prints. Turn off read testing within log_printf code for | Susan LoVerso | 2013-06-05 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill | 2013-04-24 | 1 | -3/+3 |
|\ |
|
| * | Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api. | Keith Bostic | 2013-04-17 | 1 | -1/+0 |
| * | Make WiredTiger extension functions available to linked-in modules via | Keith Bostic | 2013-04-09 | 1 | -3/+4 |
* | | Replace __evict_dirty_validate with a check during shutdown. Change __evict_... | Michael Cahill | 2013-04-15 | 1 | -0/+1 |
|/ |
|
* | Add new exported symbols | Michael Cahill | 2013-02-22 | 1 | -0/+9 |
* | Merge pull request #444 from wiredtiger/mmap | Michael Cahill | 2013-01-30 | 1 | -1/+0 |
|\ |
|
| * | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -1/+0 |
* | | Add __wt_debug_offset() so I can dump a page by offset/size/checksum triplet. | Keith Bostic | 2013-01-30 | 1 | -0/+1 |
|/ |
|
* | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 1 | -1/+0 |
* | Cache the hash values used for Bloom filter lookups, rather than hashing for ... | Michael Cahill | 2012-11-01 | 1 | -0/+1 |
* | Add Bloom filters to LSM chunks after merges. | Michael Cahill | 2012-09-07 | 1 | -0/+1 |
* | Some minor cleanups to config.py. | Michael Cahill | 2012-08-07 | 1 | -0/+1 |
* | Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as their | Keith Bostic | 2012-05-11 | 1 | -0/+1 |
* | ADd a routine that dumps disk blocks by addr/addr_size pair. | Keith Bostic | 2012-05-10 | 1 | -0/+1 |
* | move CURDUMP_PASS into the WiredTiger name space, don't complain that | Keith Bostic | 2012-03-28 | 1 | -0/+1 |
* | Update the list. | Keith Bostic | 2012-01-28 | 1 | -8/+1 |
* | Remove session buffer support: they are no longer used for bulk-load and they | Keith Bostic | 2012-01-12 | 1 | -0/+3 |
* | Do default btree comparisons inline, switch to using a collator in preparatio... | Michael Cahill | 2011-09-15 | 1 | -0/+1 |
* | Redo Paul Vixie's bitstring.h #defines as inline functions, using | Keith Bostic | 2011-08-03 | 1 | -0/+2 |
* | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic | 2011-07-28 | 1 | -2/+0 |
* | Remove the vararg versions of the packing functions from the public API. Add... | Michael Cahill | 2011-06-24 | 1 | -3/+0 |
* | Separate "table dump with a cursor" from "dump the file in debugging | Keith Bostic | 2011-06-28 | 1 | -1/+0 |
* | __wt_trk_dump no longer exists. | Keith Bostic | 2011-06-26 | 1 | -1/+0 |
* | Add a check for unused functions, fix a few cases. | Michael Cahill | 2011-05-13 | 1 | -0/+23 |