0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add "private serialization" for the cache thread, it has to have everybody out of the system in order to flush pages from the cache. More... almost 16 years ago
Add "private serialization" for the cache thread, it has to have everybody out of the system in order to flush pages from the cache. Add "progress" function callback support. More... almost 16 years ago
Add function that prints out a statistics field, handling large numbers. More... almost 16 years ago
Add a verbose-flag-isset macro. Rename OVERWRITE_BYTE for consistency. More... almost 16 years ago
checkpoint More... almost 16 years ago
Rename "page generation" rather than "generation", for consistency. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Add function that prints out a statistics field, handling large numbers. More... almost 16 years ago
Add cache eviction support. Get rid of the SINGLE_THREADED flag -- we always have a cache server thread running to evict pages. More... almost 16 years ago
Get rid of the SINGLE_THREADED flag -- we always have a cache server thread running to evict pages. Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. More... almost 16 years ago
Add support for "messages" separate from error messages. More... almost 16 years ago
Add support for flushing pages from the cache: add "private serialization" for the cache thread, it has to have everybody out of the system in order to flush pages from the cache. Change serialization functions to return an error status. Don't even put 'unformatted' pages on the hash chains; store the unformatted flag bit in the page. Add "progress" function callback support. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Add routine to dump the current list of WT_TOC structures. More... almost 16 years ago
Add "private serialization" for the cache thread, it has to have everybody out of the system in order to flush pages from the cache. Add cache lockout at the API level, change bulk/verify code to respect it. Flush memory in the workQ thread to schedule work, rather than in individual API threads. More... almost 16 years ago
Add support for "messages", separately from error messages. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Add "progress" function callback support. More... almost 16 years ago
Add support for "messages", separate from errors. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. Add cache lockout at the API level, change bulk/verify code to respect it. Wrap up verify function arguments into a structure. Add "progress" function callback support. More... almost 16 years ago
Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Wrap up verify function arguments into a structure. Overwrite page structures when running in diagnostic mode. Don't call the underlying cache routines when returning pages to the cache, there's nothing to "unpin". More... almost 16 years ago
Wrap up verify function arguments into a structure. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Pin the Btree root page into memory. Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. More... almost 16 years ago
Don't even put 'unformatted' pages on the hash chains; store the unformatted flag bit in the page. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. Don't even put 'unformatted' pages on the hash chains. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. Discard pinned root page when closing a database. More... almost 16 years ago
Build single API descriptor file (merge Python flag script with API script). Add automatic flag checking in the API. Get rid of internal DB handle WT_TOC, create a new WT_TOC as necessary. Add cache lockout at the API level, change bulk/verify code to respect it. More... almost 16 years ago
Call sync from the underlying close function, it may have different rules than the DB handle. More... almost 16 years ago
lint More... almost 16 years ago
Don't permit allocations of 0 bytes. More... almost 16 years ago