summaryrefslogtreecommitdiff
path: root/dist/s_funcs.list
Commit message (Expand)AuthorAgeFilesLines
* Replace the POSIX read/write lock code with our own implementation soKeith Bostic2014-10-241-0/+1
* Add a debug routine to print out an address, it helps with salvageKeith Bostic2014-09-141-0/+1
* Merge the mid-level of the bulk code into the cursor level.Keith Bostic2014-07-281-2/+0
* Add a cursor operation to skip the in-order key check in a row-store,Keith Bostic2014-07-251-0/+5
* Change the overflow key/value addresses from a skiplist into a simpleKeith Bostic2014-03-191-1/+1
* Merge branch 'develop' into new-splitKeith Bostic2014-02-261-0/+1
|\
| * Configuration parser API, update documentation and examples.Alex Gorrod2014-02-251-0/+1
* | Add __wt_debug_set_verbose so I can configure a verbose flag from gdb.Keith Bostic2014-02-201-0/+1
* | First cut a a version of new version of split that deepens the tree.Keith Bostic2014-02-191-0/+1
|/
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-051-0/+3
|\
| * updateKeith Bostic2013-08-301-0/+1
| * Cleanup up debugging/dump functions.Keith Bostic2013-08-301-0/+1
| * update.Keith Bostic2013-08-301-0/+1
* | Speed up tests by allowing smaller log files (100K) and using them.Michael Cahill2013-07-261-0/+1
|/
* Pass the collator reference instead of the Btree handle to the "standard"Keith Bostic2013-07-251-2/+2
* Merge branch 'develop' into loggingSusan LoVerso2013-07-151-0/+1
|\
| * Track how many bytes we skip in each lexical comparison and don't checkKeith Bostic2013-07-141-0/+1
* | Add unused func to list.Susan LoVerso2013-06-201-0/+2
* | Clean up a few prints. Turn off read testing within log_printf code forSusan LoVerso2013-06-051-1/+0
|/
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-241-3/+3
|\
| * Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-1/+0
| * Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-3/+4
* | Replace __evict_dirty_validate with a check during shutdown. Change __evict_...Michael Cahill2013-04-151-0/+1
|/
* Add new exported symbolsMichael Cahill2013-02-221-0/+9
* Merge pull request #444 from wiredtiger/mmapMichael Cahill2013-01-301-1/+0
|\
| * In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-1/+0
* | Add __wt_debug_offset() so I can dump a page by offset/size/checksum triplet.Keith Bostic2013-01-301-0/+1
|/
* Move compression out of the block-manager layer to the btree layer.Keith Bostic2012-11-221-1/+0
* Cache the hash values used for Bloom filter lookups, rather than hashing for ...Michael Cahill2012-11-011-0/+1
* Add Bloom filters to LSM chunks after merges.Michael Cahill2012-09-071-0/+1
* Some minor cleanups to config.py.Michael Cahill2012-08-071-0/+1
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-0/+1
* ADd a routine that dumps disk blocks by addr/addr_size pair.Keith Bostic2012-05-101-0/+1
* move CURDUMP_PASS into the WiredTiger name space, don't complain thatKeith Bostic2012-03-281-0/+1
* Update the list.Keith Bostic2012-01-281-8/+1
* Remove session buffer support: they are no longer used for bulk-load and theyKeith Bostic2012-01-121-0/+3
* Do default btree comparisons inline, switch to using a collator in preparatio...Michael Cahill2011-09-151-0/+1
* Redo Paul Vixie's bitstring.h #defines as inline functions, usingKeith Bostic2011-08-031-0/+2
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-2/+0
* Remove the vararg versions of the packing functions from the public API. Add...Michael Cahill2011-06-241-3/+0
* Separate "table dump with a cursor" from "dump the file in debuggingKeith Bostic2011-06-281-1/+0
* __wt_trk_dump no longer exists.Keith Bostic2011-06-261-1/+0
* Add a check for unused functions, fix a few cases.Michael Cahill2011-05-131-0/+23