]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-11-05  danielk1977Don't code an OP_Statement within sqlite3NestedParse...
2004-11-05  danielk1977When using sqlite3NestedParse() to modify the sqlite_ma...
2004-11-05  drhAnother bug fix from two check-ins ago. (CVS 2062)
2004-11-05  drhFix a bug in the previous check-in. (CVS 2061)
2004-11-05  drhMore use of sqlite3NestedParse. This version of the...
2004-11-05  drhBegin using sqlite3NestedParse() to generate sections...
2004-11-05  danielk1977Fix bug introduced with (2057). (CVS 2058)
2004-11-05  danielk1977Pop the value pushed by OP_Destroy if SQLITE_OMIT_AUTOV...
2004-11-05  drhIncremental check-in of changes that will ultimately...
2004-11-04  drhAll tests pass when SQLITE_OMIT_INTEGRITY_CHECK is...
2004-11-04  danielk1977Support root-page allocation/deallocation in auto-vacuu...
2004-11-04  drhAll tests pass even if OMIT_TRIGGER is defined. (CVS...
2004-11-04  drhFix a #ifdef in util.c. Ticket #984. (CVS 2052)
2004-11-04  danielk1977Add support for table allocation (not deallocation...
2004-11-03  drhUpdate tests to work even if some features of the libra...
2004-11-03  drhMore work on optionally removing unused features at...
2004-11-03  danielk1977Auto-vacuum bug: Deallocate pointer-map pages when...
2004-11-03  danielk1977Comment the autovacuum.test script. No code or test...
2004-11-03  danielk1977Auto-vacuum bug: Correctly manipulate page cache hash...
2004-11-03  drhThe makefile now runs mkkeywordhash.c. Keywords that...
2004-11-03  danielk1977Auto-vacuum bugfix: Do not attempt to move a pointer...
2004-11-03  danielk1977Fix an auto-vacuum bug that occurs when a btree cell...
2004-11-02  drhFix a problem in the pragma.test script. (CVS 2041)
2004-11-02  drhGet btree.c to compile with -DNDEBUG=1. (CVS 2040)
2004-11-02  danielk1977Fix an auto-vacuum bug for btree entries that span...
2004-11-02  drhRequire that the page size be a power of 2. (CVS 2038)
2004-11-02  danielk1977Code to auto-vacuum the database if all root pages...
2004-11-01  drhUpdates to the support.html page. (CVS 2036)
2004-10-31  danielk1977Add code to create/update the btree 'pointer-map' for...
2004-10-31  drhInsert #ifdefs that can optionally remove features...
2004-10-30  drhBegin adding the ability to remove unused features...
2004-10-26  drhMove affinity.html into the attic. (CVS 2032)
2004-10-26  drhMark the affinity.html file as obsolete. (CVS 2031)
2004-10-26  drhFix a bug in the ".databases" command of the command...
2004-10-25  drhMinor optimizations in the pragma module. (CVS 2029)
2004-10-23  drhTighter encoding of the keyword hash table in the token...
2004-10-22  drhAdd the experimental and scary pragma "writable_schema...
2004-10-22  drhFix alignment problems in btree and pager and allow...
2004-10-19  drhReinsert code deleted by (1998) that we thought was...
2004-10-19  drhFix a typo in the quickstart document. (CVS 2024)
2004-10-18  drhFix typos in the names of some regression tests. Ticke...
2004-10-12  drhFix typo on homepage. Ticket #956. (CVS 2022)
2004-10-12  drhVersion 3.0.8 (CVS 2021)
2004-10-12  drhUpdates to the README file (CVS 2020)
2004-10-11  drhIncrement the version number. Prepare for release...
2004-10-11  drhFix typo on the homepage. (CVS 2018)
2004-10-11  drhFix typo in the lockingv3.html page on the website...
2004-10-10  drhThe mkopcodeh.awk script removes \r for use with msys...
2004-10-10  drhDocumentation updates (CVS 2015)
2004-10-10  drhTypos and spelling errors in documention. (CVS 2014)
2004-10-09  drhNew links on the common header page of the website...
2004-10-07  drhSort the output of glob in test script attach2.test...
2004-10-07  drhOptimizations to the tokenizer. (CVS 2011)
2004-10-07  drhAdditional parser optimizations. (CVS 2010)
2004-10-07  drhIn the command-line shell in CSV move, put strings...
2004-10-06  drhFix naming conflict between sqlite.h and sqlite3.h...
2004-10-06  drhConvert many constants to have type "const". (CVS 2006)
2004-10-06  drhMove some work out of the makefiles and into awk script...
2004-10-06  drhSize optimization in the parser. (CVS 2004)
2004-10-06  drhFix the ".import" command of the command-line shell...
2004-10-05  drhRearrange memory allocation in sqlite3VdbeMakeReady...
2004-10-05  drhUse the database name supplied to table_info() and...
2004-10-05  drhAdd support for DEFERRED, IMMEDIATE, and EXCLUSIVE...
2004-10-04  drhMore changes to take advantage of the TK_ and OP_ align...
2004-10-04  drhSave about 800 bytes of code space by aligning TK_...
2004-10-02  drhFixes to the OsUnlock() interface. Correctly leave...
2004-10-01  dougcurriemake diskfull test work on Windows; see check-in (1994...
2004-10-01  drhAdditional code to test the SQLITE_FULL return when...
2004-10-01  drhFully release exclusive locks in the Unlock primitive...
2004-10-01  drhUse type i64 instead of off_t for file offsets since...
2004-09-30  drhStrict prototype on sqlite3_libversion(). Ticket ...
2004-09-30  drhCorrectly parser column typenames that contain more...
2004-09-30  drhAllow functions to be created when there are outstandin...
2004-09-27  drhComment changes in btree.c. No changes to code. (CVS...
2004-09-27  drhBug fix in btree.c in cases where usableSize!=pageSize...
2004-09-25  drhRemove unused CLUSTER keyword from the parser. (CVS...
2004-09-25  drhOptimizations in the tokenizer. (CVS 1985)
2004-09-25  drhCode cleanup: get rid of the sqlite3SetNString utility...
2004-09-25  drhCode simplifications and size reductions. (CVS 1983)
2004-09-24  drhSize optimizations in vdbeapi.c. (CVS 1982)
2004-09-24  drhSave a few bytes in utf.c. (CVS 1981)
2004-09-24  drhOptimizations to vdbeaux.c and printf.c (CVS 1980)
2004-09-24  drhImprovements to the debugging code. (CVS 1979)
2004-09-24  drhFix typo in ".help" output from the shell. Ticket...
2004-09-24  drhAvoid a segfault in sqlite3_bind_parameter_index when...
2004-09-24  drhSimplification of the trigger code. (CVS 1976)
2004-09-24  drhFix for tickets #912 and #922. Problem introduced...
2004-09-20  dougcurriePthread is now conditionally included in makefile,...
2004-09-19  drhAdd comments to unused P3 fields of selected instructio...
2004-09-19  drhMerge the ListPush and ListPop VDBE opcodes into Contex...
2004-09-18  drhFix typo on homepage. (CVS 1971)
2004-09-18  drhVersion 3.0.7 (CVS 1970)
2004-09-18  drhUp the version number and prepare documentation files...
2004-09-17  drhAlways include -lpthread on link lines even if it is...
2004-09-17  drhMake use of $(libdir) in the Makefile.in. Ticket ...
2004-09-17  drhCreate directories using "mkdir -p". Ticket #903....
2004-09-17  drhClose stray statements prior to finishing trace.test...
2004-09-17  drhThe page_size pragma preserves the reserved area at...
2004-09-17  drhGet VACUUM working on databases that have reserved...
2004-09-17  drhFix a bug in the test3.c module that was causing failur...
next