0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First attempt to create internal pages. More... over 16 years ago
Add Db.close method. More... over 16 years ago
First attempt to create internal pages. 0 is a valid frag offset, make the invalid frag the maximum 32-but value. Remove notion of "root" pages (may come back, but don't need it right now). Remove notion of separate internal page structure: it's the same as the offpage structure we already have. Rename __wt_page_inmem to be __wt_page: we now have code that actually uses an in-memory structure. More... over 16 years ago
Add FreeBSD's bitstring.h into the include files -- we're going to need it for full-file verification. More... over 16 years ago
Add bitstring.h, we're going to need that for full-file verification. More... over 16 years ago
Clean up item types, make internal keys work (well, untested, but I have hopes). More... over 16 years ago
Re-work verify to verify almost all of the leaf pages, both primary and offpage dup sets. The only thing missing is reconciliation of different parts of the tree, and I'm waiting on internal pages to do that work. More... over 16 years ago
Move hdr and item print routines into misc.c, verify needs them. More... over 16 years ago
Clean up item types. More... over 16 years ago
Clean up item types. Move hdr and item print routines into misc.c, verify needs them. More... over 16 years ago
We can't reasonably check for duplicate duplicates in bulk load, don't even try (the obvious case is two identical items separated by a different item). Verify will have to pick up this job. More... over 16 years ago
Add off-page type. More... over 16 years ago
Add alloc_size field for DBTs, it's the library memory allocated for this DBT. Add a (currently unused) flags field to the DBT. More... over 16 years ago
Off-page duplicate sets are working as far as I know -- we can now handle sets on pages that are full, but where the set isn't over the limit per page. More... over 16 years ago
Rename __wt_bt_XXX routines to be __wt_db_XXX for now, we only have a single access method and so it's simpler. More... over 16 years ago
Rename the comparison routines for clarity. More... over 16 years ago
Add duplicate comparison function. More... over 16 years ago
Off-page duplicate sets are working as far as I know -- we can now handle sets on pages that are full, but where the set isn't over the limit per page. Rename __wt_bt_XXX routines to be __wt_db_XXX for now, we only have a single access method and so it's simpler. Update the dump routines to handle off-page dup sets. Re-factor the debug dump routines for easier calling from GDB. More... over 16 years ago
Re-work page & item types, we can almost bulk-load duplicates, now -- we move them off-page, but we don't yet keep going. More... over 16 years ago
make flag/field isset macros return a binary value, add a CLEAR macro. More... over 16 years ago
Re-work page & item types, we can almost bulk-load duplicates. More... over 16 years ago
Handle static functions. More... over 16 years ago
Expand the types to support duplicates and overflow items. More... over 16 years ago
Expand the types to support duplicates and overflow items. Remove db->frags_per_page in favor of a macro, WT_FRAGS_PER_PAGE. More... over 16 years ago
We run in dist, no need to append to our path. More... over 16 years ago
Remove flags.in, the script updates wiredtiger.in in place. More... over 16 years ago
Update the flags section in place. More... over 16 years ago
Rename getset.py to be api.py (it's more than just getter/setter), change api_defines.py to update wiredtiger.in in place. More... over 16 years ago
Clean up imports, move compare_srcfile here, it's used by more than just api.py. More... over 16 years ago
Update wiredtiger.in in place. More... over 16 years ago