0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Additional test cases with locking fixes. Also, make the code thread-safe. (CVS 262)
drh
More... almost 25 years ago
Fixes to the locking and rollback behavior. (CVS 261)
drh
More... almost 25 years ago
Put in a generic hash table system in place of the various ad-hoc hash table scattered everywhere. Except, the page hash table in the pager is unchanged. (CVS 260)
drh
More... almost 25 years ago
Web site changes prior to release 2.0-Alpha-2. (CVS 259)
drh
More... almost 25 years ago
2.0-Alpha-2 release (CVS 1724)
drh
More... almost 25 years ago
2.0-Alpha-2 release (CVS 258)
drh
More... almost 25 years ago
Add the OpenReadOnly() OS method to fix a bug in the pager. (CVS 257)
drh
More... almost 25 years ago
Trying to get the OS abstraction layer to work. (CVS 256)
drh
More... almost 25 years ago
Fix a problem in GROUP BY with multiple columns. (CVS 255)
drh
More... almost 25 years ago
Bug fixes. Trying to make it go faster. (CVS 254)
drh
More... almost 25 years ago
Enchanced transaction tests (CVS 253)
drh
More... almost 25 years ago
Add a new column in the SQLITE_MASTER table to record the root page number of primary key indices. (CVS 252)
drh
More... almost 25 years ago
Version to 2.0.0 (CVS 251)
drh
More... almost 25 years ago
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
drh
More... almost 25 years ago
Separate columns in keys using nulls instead of tabs. (CVS 249)
drh
More... almost 25 years ago
Limit the total data in a single row to 2^16-1 bytes. (CVS 248)
drh
More... almost 25 years ago
Removing some surplus files. (CVS 1723)
drh
More... almost 25 years ago
Release 2.0-alpha-1 (CVS 247)
drh
More... almost 25 years ago
Everything is working on Linux. This is release 2.0-Alpha-1. (CVS 246)
drh
More... almost 25 years ago
Added a PRAGMA statement. Took out the special comment parsing. (CVS 245)
drh
More... almost 25 years ago
Bug fixes and speed improvements. Delete is still slow. (CVS 244)
drh
More... almost 25 years ago
All tests now pass. But there are still issues. For example, inserts are way too slow. And additional tests are needed for new features. (CVS 243)
drh
More... almost 25 years ago
Many problems fixed. Many problems yet to go. (CVS 242)
drh
More... almost 25 years ago
Many problems fixed. Many problems yet to go. (CVS 1722)
drh
More... almost 25 years ago
It runs. Simple tables can be created. INSERT and SELECT work. Much more testing is needed, however. (CVS 241)
drh
More... almost 25 years ago
The new Btree code runs, but it does not yet work. (CVS 240)
drh
More... almost 25 years ago
The BTree changes are now integrated and the whole thing compiles and links. I have not yet tried to run it, though. (CVS 239)
drh
More... almost 25 years ago
The code is in place to replace GDBM with BTree. But I have not yet attempted to compile it. I am sure the code contains bugs. (CVS 238)
drh
More... almost 25 years ago
Restore btree to the main line. (CVS 237)
drh
More... almost 25 years ago
Add index access methods to the DBBE in preparation for adding a new DBBE for the btree.c module. (CVS 236)
drh
More... almost 25 years ago