]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-03-30  drhComment changes in btree.c and added a missing "else...
2007-03-30  danielk1977Test coverage a few extra lines in where.c. (CVS 3756)
2007-03-30  danielk1977Extra test cases to improve coverage of main.c. (CVS...
2007-03-29  drhAssume any return code from fcntl() other than -1 is...
2007-03-29  drhFix to token destructors in Lemon. This does not impac...
2007-03-29  drhAdd the sqlite3_clear_bindings() API to the loadable...
2007-03-29  shessBuffer updates per-transaction rather than per-update...
2007-03-29  drhChange the name of PAGER_SECTOR_SIZE to SQLITE_DEFAULT_...
2007-03-29  drhMake sure the strftime() date conversions put in leadin...
2007-03-29  danielk1977Avoid calling OsDelete() on journal files when they...
2007-03-29  danielk1977Add a couple of test cases to improve coverage testing...
2007-03-29  shessDon't call ctype functions on hi-bit chars. Some platf...
2007-03-29  danielk1977Assume the malloc-failed flag cannot already be set...
2007-03-29  drhFix a bug in XFER optimization introduced by check...
2007-03-29  danielk1977Explicitly test some error cases that up until now...
2007-03-29  danielk1977Explicitly test some error cases that up until now...
2007-03-29  drhChange BtreeMoveto so that it can be biased to the...
2007-03-29  drhBias the b-tree binary search toward the high end....
2007-03-29  drhGet LEMON working again when YYSTACKDEPTH is greater...
2007-03-29  drhLemon change: compile the resulting parser with -DYYSTA...
2007-03-29  drhPatch so the the code compiles with -DSQLITE_OMIT_CHECK...
2007-03-28  drhImprovements to the XFER Optimization of the INSERT...
2007-03-28  drhCorrectly handle NULLs in IN operators. Ticket #2273.
2007-03-28  drhUpdate comments in sqlite3.h. No changes to code....
2007-03-28  drhFix an memory allocation error revealed by malloc3...
2007-03-27  drhThe SQLITE_ENABLE_LOAD_EXTENSION macro enables the...
2007-03-27  drhFix the prototype of the CodecAttach function in attach...
2007-03-27  danielk1977Remove a c++ comment in pager.c. (CVS 3730)
2007-03-27  danielk1977Test handling of IO errors that occur in OsDelete(...
2007-03-27  drhUpdates to the VACUUM documentation. Ticket #2257...
2007-03-27  drhThe -DSQLITE_OMIT_ATTACH=1 option now omits both the...
2007-03-27  drhFix off-by-one errors in the header comments of btree...
2007-03-27  drhMore strict aliasing fixes. The single source file...
2007-03-27  drhGet the -DSQLITE_OMIT_XFER_OPT option working. Run...
2007-03-27  drhGet the -DSQLITE_OMIT_XFER_OPT option working. Run...
2007-03-26  drhModify sources to that they can be combined into a...
2007-03-26  drhSet the same random seed for the speed tests. (CVS...
2007-03-26  danielk1977Run some malloc() tests with exclusive-access mode...
2007-03-26  danielk1977Discard the pager-cache when the page-size is changed...
2007-03-26  drhAvoid unnecessary calls to pager_unwritelock() when...
2007-03-26  danielk1977Run some malloc() tests with exclusive-access mode...
2007-03-26  danielk1977Add some tests and fixes surrounding exclusive-access...
2007-03-26  danielk1977Add some documentation for pragma locking_mode. (CVS...
2007-03-26  danielk1977Some fixes and test cases for exclusive access mode...
2007-03-25  drhAdd the sqlite3_prepare_v2 and sqlite3_prepare16_v2...
2007-03-24  danielk1977Changes for exclusive access mode. There are still...
2007-03-23  danielk1977Discard the contents of the pager-cache only when the...
2007-03-23  danielk1977Add a comment to the OsSectorSize() function. (CVS...
2007-03-22  drhIn os_unix.c, make a distinction between pread() and...
2007-03-22  danielk1977Call sqlite3_free() instead of free() to release a...
2007-03-22  shessRefactor PLWriter to remove owned buffer. DLCollector...
2007-03-20  shessRefactor PLWriter in preparation for buffered-document...
2007-03-19  danielk1977Modify the interface to the pager sub-system in prepara...
2007-03-19  danielk1977Add some test cases simulating crashes with various...
2007-03-19  danielk1977Fix some problems with test cases in shared_err.test...
2007-03-19  drhFix a comment in btree.c (CVS 3702)
2007-03-19  danielk1977Changes to support medium sector sizes larger than...
2007-03-19  danielk1977Add new OS file method to return the sector-size of...
2007-03-17  drhAdd documentation of the REPLACE, TRIM, LTRIM, and...
2007-03-17  drhAdded TRIM, LTRIM, and RTRIM functions. (CVS 3698)
2007-03-17  drhFirst cut at an implementation of the REPLACE() functio...
2007-03-17  danielk1977Add crash2.test, for robustness testing with variable...
2007-03-17  danielk1977Modifications to crash-test infrastructure. (CVS 3695)
2007-03-17  danielk1977Combine the two very similar definitions of (crashsql...
2007-03-16  shessOut-of-memory cleanup in tokenizers. Handle NULL retur...
2007-03-15  danielk1977Save an if(...) clause made redundant by (3691). (CVS...
2007-03-15  danielk1977Check for multiple calls to sqlite3FailedMalloc()....
2007-03-15  drhFix the pager so that it handles persistent I/O errors...
2007-03-15  drhInfrastructure to make simulated I/O errors persistent...
2007-03-15  danielk1977Catch an IO error code that was being ignored in OP_Row...
2007-03-15  drhEnhanced temp-file security under unix. There are...
2007-03-14  danielk1977Modify the behaviour of writable_schema to ignore schem...
2007-03-13  drhAdd hyperlink anchors to the lockingv3.html document...
2007-03-13  danielk1977Do not crash when a corrupt database contains two indic...
2007-03-12  drhClarify the use of loop variables in a expr.c. (CVS...
2007-03-10  drhFix another typo in copyright.html (CVS 3682)
2007-03-10  drhAmplify and clarify reasons for wanting to get a licens...
2007-03-10  drhFix typos in the copyright.html webpage. Ticket #2267...
2007-03-10  drhUpdates to the copyright.html page to address concerns...
2007-03-09  danielk1977Remove extra heading accidentally added to lang.tcl...
2007-03-09  danielk1977Add a few "class" attributes to the html generated...
2007-03-08  drhChange the documentation to be more specific about...
2007-03-06  danielk1977Catch an out-of-memory condition in vacuum code. (Bug...
2007-03-06  drhFixes to the overflow-chain optization of (3672). ...
2007-03-06  danielk1977Use heap instead of stack for large buffers in the...
2007-03-06  drhDo not read the last page of a overflow chain when...
2007-03-04  drhChanges to the btree and pager that reduce the amount...
2007-03-02  danielk1977Handle the case where the estimated cost of a virtual...
2007-03-02  danielk1977Disable the "SELECT max(rowid) ..." optimization for...
2007-03-02  danielk1977Minor fixes so that testfixture builds without IO traci...
2007-03-01  drhAdditional I/O Tracing support. (CVS 3667)
2007-02-28  drhWork around incompatibilities in the windows printf...
2007-02-28  drhAdd the undocumented and experimental I/O tracing inter...
2007-02-27  drhImprovements to OS layer tracing on the unix backend...
2007-02-24  drhAdd comments to sqlite3ExprCompare() to clarify its...
2007-02-24  drhAdditional test cases added. Improvements to the INSER...
2007-02-24  drhAdditional tests and some improvements to the INSERT...
2007-02-24  drhMake sure the INSERT xfer optimization does not trigger...
2007-02-24  drhMake sure that integer values are converted to real...
2007-02-23  drhDisable the OR optimization if it would conflict with...
next