]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-04-09  drhFix stack buffer overrun problem in the test harness...
2007-04-09  drhVersion 3.3.15 (CVS 3831)
2007-04-09  drhPerparations for the release of 3.3.15. (CVS 3830)
2007-04-09  drhFix an obscure pager refcnt leak that occurs following...
2007-04-09  danielk1977Have the pager call xReiniter() instead of xDestructor...
2007-04-08  drhWork around buggy TCL implementations in the exclusive2...
2007-04-07  drhMake sure autovacuum is turned off for malloc5.test...
2007-04-07  danielk1977For filesystem databases, do not store a list of pages...
2007-04-06  drhChanges to test scripts to support alternative configur...
2007-04-06  drhAdditional coverage testing. (CVS 3823)
2007-04-06  drhBinary file I/O infrastructure added and used to increa...
2007-04-06  drhThe FOR EACH STATEMENT clause in a trigger is now a...
2007-04-06  drhTest coverage improvements. Over 90% of branches are...
2007-04-06  drhChanges to increase test coverage. (CVS 3819)
2007-04-06  drhMake sure the sqlite3BtreePrevious() routine terminates...
2007-04-05  drhFix the amalgamation so that it works with -DSQLITE_ENA...
2007-04-05  drhAdd a target to the autoconf-generated makefile for...
2007-04-05  drhNew testfixture command: sqlite3_pager_refcounts. ...
2007-04-05  danielk1977Always truncate the pager cache when truncating the...
2007-04-05  danielk1977Use the MEMDB macro instead of OMIT_MEMORYDB in pager_r...
2007-04-05  danielk1977Avoid attempting to reclaim memory from in-memory datab...
2007-04-05  danielk1977Add some assert() statements to pager.c. (CVS 3811)
2007-04-05  drhImprovements to coverage testing. (CVS 3810)
2007-04-05  danielk1977Catch an IO error case introduced by (3808). (CVS 3809)
2007-04-05  danielk1977Zero cached pages located beyond the end of the file...
2007-04-04  drhTest coverage improvements. (CVS 3807)
2007-04-03  danielk1977Add Tcl (flush) commands to exclusive2.test, which...
2007-04-02  drhFix to Makefile.in so that "make test" works. (CVS...
2007-04-02  drhDo not use the second parameter to gettimeofday() on...
2007-04-02  drhFix a union initializer so that it works with the Borla...
2007-04-02  danielk1977Add a different form of I/O tests. So far has failed...
2007-04-02  drhIf preprocessor macro OS_OTHER is defined, then ignore...
2007-04-02  drhProvide a compile-time option to enable exclusive acces...
2007-04-02  drhVersion 3.3.14 (CVS 3799)
2007-04-02  drhChanges to the download page. (CVS 3798)
2007-04-02  drhUpdate the build scripts and the homepage in preparatio...
2007-04-02  danielk1977Cover an extra case in sqlite3PagerMovepage(). (CVS...
2007-04-02  danielk1977Fix for #2281. This was a problem with the test-case...
2007-04-02  danielk1977Cover a corrupt-db case in pager.c. (CVS 3794)
2007-04-02  drhIn the amalgamation, put date.c before os.c so that...
2007-04-02  drhIf an IO error is encountered on a commit, close the...
2007-04-02  danielk1977Correctly handle the obscure case of a read-only hot...
2007-04-02  danielk1977Fix a resource leak introduced by the change-counter...
2007-04-02  drhUpdate the version number and change comments in prepar...
2007-04-01  drhFix some warnings about unused and uninitialized variab...
2007-04-01  drhMake unix builds threadsafe by default. (CVS 3787)
2007-04-01  drhFix typos in the amalgamation builder script. (CVS...
2007-03-31  drhImprovements to the output of the speed tests. (CVS...
2007-03-31  drhRemove unreachable code from util.c. (CVS 3784)
2007-03-31  drhAdd the amalgamation generator to the makefile. (CVS...
2007-03-31  drhFix the amalgamation so that it can be compiled with...
2007-03-31  drhIncrease test coverage by statically defining SQLITE_BI...
2007-03-31  drhImproved test coverage for printf.c. (CVS 3780)
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...
next