0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for building trees with different size internal vs. leaf pages. More... over 16 years ago
Add support for building trees with different size internal vs. leaf pages. This required tracking the levels of the tree in each page's header. More... over 16 years ago
Add support for building trees with different size internal vs. leaf pages. Add Db.{set,get}_btree_{itemsize,pagesize,dup_offpage} methods. More... over 16 years ago
Make __wt_set_ff_and_sa_from_addr a function, it's called from the bulk load code. Add support for building trees with different size internal vs. leaf pages. More... over 16 years ago
Add Db.{set,get}_btree_{itemsize,pagesize,dup_offpage} methods. The page size configuration is complicated enough that we now do it open time, not as wee go. More... over 16 years ago
Add support for building trees with different size internal vs. leaf pages. Add code to add entries into the in-memory page structure when adding new entries to internal pages. (Not needed, yet, for leaf pages.) More... over 16 years ago
Rename dup_compare -> btree_dup_compare. More... over 16 years ago
Add Db.{set,get}_btree_{itemsize,pagesize,dup_offpage} methods. More... over 16 years ago
Add support so you can set the name on getter/setter functions separate from the default of using the first argument. More... over 16 years ago
Rename WT_NO_CHECKSUM and WT_NO_INMEM_PAGE and WT_DISCARD to a single name, WT_UNFORMATTED. More... over 16 years ago
Move code to build in-memory structures into the btree code. Rename WT_NO_CHECKSUM and WT_NO_INMEM_PAGE and WT_DISCARD to a single name, WT_UNFORMATTED. More... over 16 years ago
lint More... over 16 years ago
Add support for building trees with different size internal vs. leaf pages. This required tracking the levels of the tree in each page's header. Add Db.{set,get}_btree_{itemsize,pagesize,dup_offpage} methods. More... over 16 years ago
Add a hint so we know how big to create in-memory PAGE index arrays. More... over 16 years ago
Add ability to update the output from fl script Minor usability changes. Update flexlint.out More... over 16 years ago
Display file-handle stats for each DB handle. More... over 16 years ago
lint More... over 16 years ago
stop cleaning if there's nothing left to clean More... over 16 years ago
lint More... over 16 years ago
make file IDs consistent in type and name More... over 16 years ago
__wt_bt_verify_connections does not need the FILE argument More... over 16 years ago
fix global/globals naming collision More... over 16 years ago
KNF/whitespace More... over 16 years ago
whitespace/KNF More... over 16 years ago
Consistently pass around ENV/DB, not IENV/IDB. More... over 16 years ago
Rename {db,env}_method.c -> {db,env}_handle.c More... over 16 years ago
Consistently name Btree functions __wt_bt_XXX -- that way, even if the layering is wrong, it's easy to spot. More... over 16 years ago
Initialize the right number of hash buckets. More... over 16 years ago
Don't need function decls if !HAVE_DIAGNOSTIC, either. More... over 16 years ago
WT_HASH operates on frag addresses, not page numbers More... over 16 years ago