openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
WiredTiger
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Sep 21, 2024 — Sep 21, 2025
Showing page 823 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add support for building trees with different size internal vs. leaf pages.
Keith Bostic
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.
Keith Bostic
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.
Keith Bostic
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.
Keith Bostic
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.
Keith Bostic
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.)
Keith Bostic
More...
over 16 years ago
Rename dup_compare -> btree_dup_compare.
Keith Bostic
More...
over 16 years ago
Add Db.{set,get}_btree_{itemsize,pagesize,dup_offpage} methods.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Rename WT_NO_CHECKSUM and WT_NO_INMEM_PAGE and WT_DISCARD to a single name, WT_UNFORMATTED.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
lint
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Add a hint so we know how big to create in-memory PAGE index arrays.
Keith Bostic
More...
over 16 years ago
Add ability to update the output from fl script Minor usability changes. Update flexlint.out
Keith Bostic
More...
over 16 years ago
Display file-handle stats for each DB handle.
Keith Bostic
More...
over 16 years ago
lint
Keith Bostic
More...
over 16 years ago
stop cleaning if there's nothing left to clean
Keith Bostic
More...
over 16 years ago
lint
Keith Bostic
More...
over 16 years ago
make file IDs consistent in type and name
Keith Bostic
More...
over 16 years ago
__wt_bt_verify_connections does not need the FILE argument
Keith Bostic
More...
over 16 years ago
fix global/globals naming collision
Keith Bostic
More...
over 16 years ago
KNF/whitespace
Keith Bostic
More...
over 16 years ago
whitespace/KNF
Keith Bostic
More...
over 16 years ago
Consistently pass around ENV/DB, not IENV/IDB.
Keith Bostic
More...
over 16 years ago
Rename {db,env}_method.c -> {db,env}_handle.c
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Initialize the right number of hash buckets.
Keith Bostic
More...
over 16 years ago
Don't need function decls if !HAVE_DIAGNOSTIC, either.
Keith Bostic
More...
over 16 years ago
WT_HASH operates on frag addresses, not page numbers
Keith Bostic
More...
over 16 years ago
←
1
2
…
819
820
821
822
823
824
825
826
827
…
830
831
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree