summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-2/+3
* Rename block manager statistics with "block manager" prefix so they sortKeith Bostic2013-11-171-18/+25
* enum don't need forward declarations.Keith Bostic2013-11-161-0/+4
* Change compaction into one-pass over the cache, handling both in-memory andKeith Bostic2013-11-131-1/+0
* "hazard reference" -> "hazard pointer"Keith Bostic2013-11-131-0/+1
* Merge branch 'develop' into page-leaf-cellKeith Bostic2013-11-132-0/+2
|\
| * Once we enter an LSM tree, we are "busy" for the purposes of cache full checks.Michael Cahill2013-11-132-0/+2
* | Create a new cell type WT_CELL_ADDR_LEAF, use it to mark leaf pageKeith Bostic2013-11-121-0/+1
|/
* Go back to "allocation_size" to avoid breaking the world.Michael Cahill2013-11-113-2/+4
* Use statistics to figure out if compaction was successful, that meansKeith Bostic2013-11-101-0/+1
* Be less vulnerable to comments that look like function calls (not reallyKeith Bostic2013-11-101-1/+1
* Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic2013-11-102-0/+2
* Merge branch 'develop' into compressKeith Bostic2013-11-091-0/+4
|\
| * imported patch spellingMichael Cahill2013-11-081-2/+2
| * Add statistics tracking forced eviction.Alex Gorrod2013-11-081-0/+4
* | Compression changes.Keith Bostic2013-11-094-9/+12
|/
* Move the LSM tree lock inside the schema lock.Michael Cahill2013-11-061-0/+1
* We can't default the cursor's statistics configuration to "fast", theKeith Bostic2013-11-051-1/+1
* Add a statistic of the number of bytes currently available in the fileKeith Bostic2013-11-051-2/+2
* lint, cleanup, style.Keith Bostic2013-11-011-0/+1
* Make memory statistics sort together, get rid of most of the uses ofKeith Bostic2013-11-011-16/+15
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+1
* Remove uninteresting stat. #586Susan LoVerso2013-10-231-1/+0
* Don't say the statistics configuration of WT_SESSION.open_cursorKeith Bostic2013-10-211-17/+16
* Check wtperf for long lines.Keith Bostic2013-10-211-1/+1
* Add wtperf to the s_style pass.Keith Bostic2013-10-211-4/+7
* Add clear to the connection statistics configuration and remove "clear"Keith Bostic2013-10-211-12/+14
* Change the default statistics configuration from "fast" to "none".Keith Bostic2013-10-211-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-192-29/+42
* Merge branch 'develop' into statistics-splitKeith Bostic2013-10-176-93/+102
|\
| * Replace the per-btree handle spinlock with an array of 256 spinlocks inKeith Bostic2013-10-171-3/+3
| * A couple of minor tuneups: WT_PAGE_DISK is gone, (void) followed byKeith Bostic2013-10-171-3/+2
| * Do WT_CACHE_LINE_ALIGNMENT for gcc spinlocks as well.Keith Bostic2013-10-161-0/+1
| * Serialize threads of control doing the "obsolete WT_UPDATE" check.Keith Bostic2013-10-161-1/+2
| * Switch the update serialization function to an atomic instruction insteadKeith Bostic2013-10-161-6/+10
| * Move the "page write generation wrap" check outside of the serializationKeith Bostic2013-10-161-4/+19
| * Rename serial_funcs.i -> serial.i, matching other include files.Keith Bostic2013-10-161-3/+3
| * Simplify argument passing in the serialization functions and inline them.Keith Bostic2013-10-161-72/+66
| * Add a new spinlock type, "pthread_logging" which configures the codeKeith Bostic2013-10-151-0/+3
| * Merge branch 'develop' into mutex-loggingKeith Bostic2013-10-154-12/+1
| |\
| | * Simplify the col_append serial function -- make it closer to a normal insert.Michael Cahill2013-10-151-1/+0
| | * Always set up next pointers before calling insert_serial. Never search insid...Michael Cahill2013-10-151-1/+0
| | * Merge pull request #718 from wiredtiger/serial-barrierMichael Cahill2013-10-141-1/+0
| | |\
| | | * If we set the WT_UPDATE/WT_INSERT forward pointers before calling theKeith Bostic2013-10-141-1/+0
| | * | spellingMichael Cahill2013-10-151-0/+1
| | * | Merge pull request #591 from wiredtiger/lsm-bloom-newestAlex Gorrod2013-10-141-4/+0
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-152-5/+9
| | | |\
| | | * \ Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-142-36/+28
| | | |\ \
| | | * \ \ Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-092-2/+10
| | | |\ \ \
| | | * | | | Create Bloom filters whenever waiting to do a merge. Remove the 'lsm_bloom_n...Michael Cahill2013-10-041-4/+0