summaryrefslogtreecommitdiff
path: root/src/btree/bt_ovfl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * fix a comment.Keith Bostic2012-10-061-1/+1
| * Explain why we must return restart.Keith Bostic2012-10-061-1/+6
| * Use the serialization lock to protect moving the cached overflow value toKeith Bostic2012-10-051-80/+69
| * One solution for #310: use the on-page cell address as our synchronizationKeith Bostic2012-09-301-30/+119
| * whitespaceKeith Bostic2012-09-281-1/+1
| * Update our copy of the oldest snap_min before deciding whether to read an old...Michael Cahill2012-09-281-9/+57
| * This function solves a problem in reconciliation. The scenario is:Keith Bostic2012-09-261-0/+69
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-1/+1
|/
* Merge WT_BUF into WT_ITEM.Michael Cahill2012-01-231-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-011-2/+6
* Rework verify to work in the new, block-manager world.Keith Bostic2011-12-231-1/+1
* Work through the block manager vs. block functions naming: the former areKeith Bostic2011-12-201-1/+1
* Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic2011-12-171-12/+8
* If there is a checksum failure during salvage, silently skip the block.Michael Cahill2011-08-171-1/+1
* Move the block allocation and block write code out of btree/ and intoKeith Bostic2011-08-161-1/+1
* Move block allocation, stream compression and zeroing out any unusedKeith Bostic2011-08-151-2/+2
* Fix compression of overflow items: keep the on-disk size in the WT_OFF. refs...Michael Cahill2011-08-121-1/+1
* Added compression infrastructure, example compressors and tests.Don Anderson2011-08-101-2/+2
* don't track overflow pages read on a per-cache basis, there's no reasonKeith Bostic2011-08-091-22/+1
* Add some more statistics to the reconciliation code as part of reviewing howKeith Bostic2011-08-041-3/+1
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-1/+1
* Change test/bt to do inserts (appends, really), on column-store files.Keith Bostic2011-07-071-3/+0
* Use a C99 variadic macro to simplify WT_VERBOSE.Michael Cahill2011-06-271-2/+2
* Change WT_VERBOSE to take a session as its first argument, that's the primaryKeith Bostic2011-06-261-1/+1
* Use inttypes.h for printf and scanf format strings for 64-bit quantities.Michael Cahill2011-05-301-2/+2
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-3/+3
* Add a new buffer-grow function __wt_buf_grow, to grow a buffer in placeKeith Bostic2011-05-291-1/+1
* Now that overflow objects are stored on page with their size attributeKeith Bostic2011-05-181-1/+1
* Don't store the length of the overflow item in the reference, store the sizeKeith Bostic2011-05-181-6/+4
* Rename WT_HDR_BYTES_TO_ALLOC to WT_DISK_REQUIRED and clean up some macro use.Keith Bostic2011-05-051-2/+2
* Quit copying overflow items down to the beginning of the WT_BUF's memory:Keith Bostic2011-05-051-3/+2
* Treating the statistics fields as an array makes it too easy to walk off theKeith Bostic2011-04-081-2/+2
* Add a path for data to be returned to a cursor.Michael Cahill2011-03-291-2/+2
* Formatting, mostly whitespace (s_longlines).Michael Cahill2011-03-071-3/+3
* Rename WT_SCRATCH to WT_BUF, put the code into a single file.Michael Cahill2011-03-041-6/+5
* Make "WT_ITEM" the public name.Michael Cahill2011-03-041-2/+2
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-11/+11
* Switch from DBT to WT_DATAITEM for public-facing items, and WT_SCRATCH for me...Michael Cahill2011-03-041-8/+8
* Begin renaming some of the structs in the internal API (in particular, IDB ->...Michael Cahill2011-02-071-1/+1
* Rename __wt_page_disk_{read,write} -> __wt_disk_{read,write}.Keith Bostic2011-02-261-1/+1
* Single-space source files while we're removing trailing whitespace.Keith Bostic2011-02-181-1/+0
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Copy page read/write, overflow page read statistics from the cacheKeith Bostic2011-02-041-3/+3
* lintKeith Bostic2011-02-011-1/+0
* Fix structs that are padded on 64-bit machines. Move runtime checks of the b...Michael Cahill2011-01-311-1/+1
* Restructure the tree to ease merge.Michael Cahill2011-02-011-0/+72