]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-03-31  drhThe XFER optimization works if the target table lacks...
2007-03-31  danielk1977More coverage for pager.c. (CVS 3778)
2007-03-31  drhFix a long-standing memory leak in the hash table....
2007-03-31  drhFix a large memory leak in the btree layer
2007-03-31  drhFix memory leaks in WHERE clause processing and in...
2007-03-30  drhRemove vestiges of SQLITE_PROTOCOL from the test script...
2007-03-30  drhRemove vestiges of the SQLITE_PROTOCOL error. (CVS...
2007-03-30  drhFix a memory leak that occurs after a malloc failure...
2007-03-30  drhFix a memory leak in multi-database commit. Also enhan...
2007-03-30  danielk1977Coverage testing for a few lines in pager.c. (CVS 3770)
2007-03-30  drhRemove asserts on the existing of journal files in...
2007-03-30  drhGet the memleak.test script working again after recent...
2007-03-30  danielk1977Coverage tests for some pragmas. (CVS 3767)
2007-03-30  drhAlways enable exclusive access mode for TEMP databases...
2007-03-30  danielk1977Coverage improvements for where.c. (CVS 3765)
2007-03-30  danielk1977Coverage improvements for where.c. (CVS 3764)
2007-03-30  drhTease apart the two phases of pager commit. (CVS 3763)
2007-03-30  drhRefactoring the btree and pager routines into distinct...
2007-03-30  drhMake yypMinor available to the stack overflow callbacks...
2007-03-30  drhAvoid using the "clock" command in test scripts since...
2007-03-30  drhMove the sqlite3_temp_directory global variable out...
2007-03-30  drhRemove the anonymous union from the sqlite3_value struc...
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...
next