]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2004-09-17  drhThe INSERT code generator does a better job of detectin...
2004-09-15  drhThe callback on sqlite3_trace() is invoked the first...
2004-09-13  drhRemove the encode/decode from the version 3.0 source...
2004-09-13  drhThe TCL interface responds correctly to "break", "conti...
2004-09-13  drhFix an uninitialized variable bug in nullif(). Ticket...
2004-09-10  drhIn lemon, allows open() using the "b" option to avoid...
2004-09-09  drhFix lemon so that inserted code always ends in a newlin...
2004-09-09  drhFix a segfault in the authorizer when it is given a...
2004-09-09  drhTrying to get some tests in printf.test to pass on...
2004-09-08  drhUpdate the makefile so that util.c gets the -DSQLITE_DE...
2004-09-08  drhMore changes directed at getting things to work on...
2004-09-08  drhMore changes directed at getting things to work on...
2004-09-08  drhAlways cast 0 to (char*)0 when it is an argument in...
2004-09-08  drhAdd new APIs to sqlite3.def: sqlite3_bind_parameter_nam...
2004-09-08  drhDocumentation updates. (CVS 1946)
2004-09-07  drhWildcards with the same name map into the same variable...
2004-09-07  drhFix the onecolumn method in the TCL interface so that...
2004-09-07  drhLemon escapes backslashes in filenames in #line directi...
2004-09-06  drhFix more name collisions. Allow sqlite.h and sqlite3...
2004-09-06  drhFix a naming conflict between sqlite versions 2 and...
2004-09-05  drhComment changes and minor code cleanup. (CVS 1940)
2004-09-05  drhMake VACUUM work when the page size is different than...
2004-09-03  drhFix a comment. (CVS 1938)
2004-09-03  drhModify btree.c so that is allocates big data structures...
2004-09-03  drhMore tests of sqlite3_step() and SQLITE_BUSY added...
2004-09-02  drhFix a typo in the "News" on the homepage. (CVS 1935)
2004-09-02  drhVersion 3.0.6 (beta) (CVS 1934)
2004-09-02  drhUpdate version number and documentation for version...
2004-09-02  drhAddress some minor 32/64 bit issues. (CVS 1932)
2004-09-02  drhFix a bug in the pagesize test script. (CVS 1931)
2004-09-02  drhFix VACUUM so that it works on files whose name contain...
2004-09-02  drhFix a problem with EXPLAIN on pragmas that return singl...
2004-09-02  drhTransactions commit on the last sqlite3_step(), not...
2004-09-01  drhWork around a bug in the Borland C++ compiler. Ticket...
2004-09-01  drhOptimizations on the SELECT code generator. (CVS 1926)
2004-08-31  drhChanges to support compiling under windows. (CVS 1925)
2004-08-31  drhSimplifications and optimizations. Also: disable the...
2004-08-31  drhCombine the implementation of LIKE and GLOB into a...
2004-08-30  drhBetter detection and handling of corrupt database files...
2004-08-30  drhDocumentation updates (CVS 1921)
2004-08-30  drhRemove the \001 character that lemon inserts automatica...
2004-08-30  drhModify the sqlite shell program so that the ".dump...
next