0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Instead of storing a level in the WT_ITEM_OFFP structure, encode the type of off-page reference in the item type field. This should make off-page refs 4 bytes smaller, which is worthwhile for internal pages. More... over 16 years ago
Better support for printing 64-bit quantities. More... over 16 years ago
Don't lint utility support by default. More... over 16 years ago
GDB changes things so I can't get repeatable runs under it -- update the memory stuff so I can just drop core and look at the stack. More... over 16 years ago
Clear the page index information when we're re-cycling the page, else we leak the memory. Always call the recycle routine -- it's not expensive, and I don't want the environment cache to know about page indexes. More... over 16 years ago
Use %llu to display 64-bit values. More... over 16 years ago
Lint. More... over 16 years ago
Lint More... over 16 years ago
Make it possible to run lint on programs in other directories. More... over 16 years ago
Remove __wt_malloc and change __wt_realloc to take an old-size/new-size pair of arguments. The problem is applications might write secret stuff into allocated memory, after which the application frees the memory and WiredTiger re-allocates the memory, then writes it to disk or the log -- for that reason, never allocate heap memory without clearing it. More... over 16 years ago
Clear any re-cycled pages. Rename function to clear access-method specific information from pages, it may someday not be just the indexes we're clearing. More... over 16 years ago
Another rework of record numbers; this appears to work for level 4 trees, and off-page duplicates (but the latter is untested). More... over 16 years ago
Create large (potentially overflow) records. More... over 16 years ago
Line numbers are potentially more than 32-bits. More... over 16 years ago
Move WT_ISLEAF macro into btree.h We may want to recycle more than just the PAGE indx someday, rename now. More... over 16 years ago
Record numbers appear to be working, fail if the record count is wrong. More... over 16 years ago
Move WT_ISLEAF macro into btree.h More... over 16 years ago
Minor name cleanup -- we may want to clean up more than just the indx field someday. More... over 16 years ago
minor comment re-wording More... over 16 years ago
Don't modify the callback-provided DBTs, the user process may be allocating space under the covers. More... over 16 years ago
Lint. More... over 16 years ago
Lint More... over 16 years ago
Lint. More... over 16 years ago
lint More... over 16 years ago
Add support for Db.get_recno method. More... over 16 years ago
Add support for record counts in the Btree. More... over 16 years ago
Fix an infinite loop -- we were never re-cycling pages. More... over 16 years ago
Add support for record counts in the Btree. Don't use __wt_bt_page_out when __wt_cache_db_in was used to read the page. More... over 16 years ago
Script so it's easy to build databases for smoke testing. More... over 16 years ago
Add the max-level of the Btree to the DB stats. Print out the database stats first -- my guess is we'll eventually discard the DB handle stats entirely, or put them on a flag, but they're not what is generally wanted. More... over 16 years ago