summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make cursor bulk loads work for fixed-length column stores.Michael Cahill2011-05-101-0/+6
* Only try to set session->btree for btree cursors.Michael Cahill2011-05-108-39/+57
* Add GCC argument checking for printf-format strings, fix warnings:Michael Cahill2011-05-106-9/+25
* Added some missing API_CALL macros so that session->btree is set in all place...Michael Cahill2011-05-105-18/+35
* Remove WT_PAGE->addr and WT_PAGE->size -- we only use the addr/size pairKeith Bostic2011-05-0915-168/+131
* SESSION is the primary handle; make declarations consistent.Keith Bostic2011-05-091-7/+4
* Free the per-thread bulk-load buffers when the page is discarded.Keith Bostic2011-05-091-12/+35
* We can't decrement r->recno when fixing up the split buffers, that's the countKeith Bostic2011-05-091-22/+11
* lintKeith Bostic2011-05-092-3/+2
* Add debugging routine to dump disk pages by addr/size pair.Keith Bostic2011-05-091-0/+5
* Add a routine to dump a disk page by addr/size pair.Keith Bostic2011-05-091-4/+33
* Update the saved record number before clearing the value we're using toKeith Bostic2011-05-091-8/+10
* __rec_cell_build_ovfl() doesn't need to build a WT_PAGE structure, just theKeith Bostic2011-05-091-17/+13
* Switch to using page-reconciliation to build all of the bulk-loaded pages.Keith Bostic2011-05-093-992/+167
* Fix wt_load error message: "Unknown configuration key found: 'force'"Michael Cahill2011-05-093-10/+11
* Revert 583de704c06e, pushed by mistake.Michael Cahill2011-05-094-25/+12
* Don't try to print out keys when dumping column stores. Also store enough in...Michael Cahill2011-05-093-5/+11
* Attempt to create a valid empty tree for inserts.Michael Cahill2011-04-125-13/+26
* Remove some s_all output: remove some macros we no longer need.Michael Cahill2011-05-0912-130/+75
* Move bulk load state into CURSOR_BULK.Michael Cahill2011-05-066-128/+119
* imported patch returnkey-wrongMichael Cahill2011-05-091-10/+5
* Fix the handling of "printable" config for dump cursors: make it a separate f...Michael Cahill2011-05-067-30/+21
* Make tests work on the public API:Michael Cahill2011-05-0320-166/+607
* Remove the internal API, move automatically generated code to the public API.Michael Cahill2011-04-2526-1890/+439
* First cut at making bulk-load work through page reconciliation: code forKeith Bostic2011-05-0714-272/+656
* Copy a list of bad-arg errors out of the original bulk code into the bulkKeith Bostic2011-05-071-1/+18
* Don't exit with an error on EOF.Keith Bostic2011-05-071-29/+35
* Use the caller names to __wt_page_reconcile; note that salvage is currentlyKeith Bostic2011-05-071-4/+13
* fix a typo.Keith Bostic2011-05-071-1/+1
* Increase the maximum size, bulk-load is using these buffers.Keith Bostic2011-05-071-1/+1
* Add the -h option to the usage statement.Keith Bostic2011-05-061-1/+1
* Column-store insert arrays don't have an additional slot, pull out the lastKeith Bostic2011-05-061-7/+8
* Don't forget to clean up the "extra" insert slot when discarding a page.Keith Bostic2011-05-051-0/+5
* Close the read server's session, it's leaking temporary buffers allocatedKeith Bostic2011-05-052-1/+5
* Move WT_PAGE allocation/initialization into __wt_page_inmem().Keith Bostic2011-05-054-73/+65
* The page has two sizes: in-memory and on-disk, where the former is the pageKeith Bostic2011-05-053-18/+22
* Rename WT_HDR_BYTES_TO_ALLOC to WT_DISK_REQUIRED and clean up some macro use.Keith Bostic2011-05-058-28/+17
* Quit copying overflow items down to the beginning of the WT_BUF's memory:Keith Bostic2011-05-0510-80/+127
* Clean up a couple of comments.Keith Bostic2011-05-051-5/+2
* __wt_tree_walk() is no longer used by sync, so the magic to release aKeith Bostic2011-05-054-39/+12
* lint.Keith Bostic2011-05-041-2/+4
* A couple of assertions to get a clean lint on the search loops.Keith Bostic2011-05-042-0/+4
* Now that we can pass NULL to the tree-walk routines, do so -- but that meansKeith Bostic2011-05-041-3/+8
* Forgot to remove a debugging call to __wt_evict_dump().Keith Bostic2011-05-041-1/+0
* Now that evict doesn't doing anything with the page's referencing WT_REF,Keith Bostic2011-05-047-79/+74
* whitespaceKeith Bostic2011-05-041-1/+1
* Move the copying of the hazard references to the reconciliation code: evictionKeith Bostic2011-05-045-115/+115
* Fix the problem where a sync or close call could deadlock with a thread ofKeith Bostic2011-05-049-236/+397
* Rename the WT_PAGE->indx_count field to be WT_PAGE->entries: it makes moreKeith Bostic2011-05-0312-56/+56
* Now that we have exclusive access to any page being reconciled, there's noKeith Bostic2011-05-032-29/+17