]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-08-14  drhBack-port critical soft heap limit fixes to version... branch_3_3_17
2007-04-25  drhFix a file descriptor leak in the exclusive2 test scrip...
2007-04-25  drhPreparing for the release of 3.3.17. (CVS 3870)
2007-04-25  drhFix duplicate test IDs in the test suite. No changes...
2007-04-25  drhFix a bug in the sqlite3_changes() function reported...
2007-04-24  drhThis fixes a missed case in check-in (3866). Do not...
2007-04-24  drhWhen the write_version flag in the database header...
2007-04-23  drhGet the build working with -DSQLITE_OMIT_UTF16=1. ...
2007-04-21  drhAdd the ability to turn the FTS2 module into an amalgam...
2007-04-20  drhRemove the ARRAYSIZE macro from where.c to avoid a...
2007-04-19  shessFix bug in fts2 handling of OR queries. When one docli...
2007-04-19  danielk1977Better fix than (3860) for the same problem. (3860...
2007-04-19  danielk1977Fix a crash that can occur if an error happens in a...
2007-04-19  drhComment changes in the ioerr tests. No changes to...
2007-04-19  danielk1977Fix a bug whereby sqlite3_prepare_v2() could return...
2007-04-19  drhGet the build working with SQLITE_OMIT_SHARED_CACHE...
2007-04-18  drhFix a && where & was intended. This is a real problem...
2007-04-18  danielk1977Better handle malloc() failures in the "echo" virtual...
2007-04-18  drhThe sqlite3_step() routine reports SQLITE_ERROR after...
2007-04-18  drhVersion 3.3.16 (CVS 3853)
2007-04-18  danielk1977Fix an assertion failure caused by (3851). (CVS 3852)
2007-04-18  danielk1977Minor changes (mainly to assert() macros) to handle...
2007-04-18  drhBump the version number and update documents in prepara...
2007-04-17  danielk1977Avoid reloading the db schema after a failed OP_VerifyC...
2007-04-16  drhFix a memory leak introduced by (3842) associated with...
2007-04-16  danielk1977Add test cases to make sure virtual tables cannot be...
2007-04-16  drhMake it clear in the docs that virtual tables and share...
2007-04-16  danielk1977Ensure sqlite3_finalize() can be called from within...
2007-04-16  drhDetect database file changes using a 128-bit segment...
2007-04-14  drhUpdate the whentouse.html document to mention that...
2007-04-13  drhMatch ORDER BY terms to columns using names in compound...
2007-04-13  drhFix a bug in autovacuum introduced by (3839). (CVS...
2007-04-13  drhAdditional tests designed to detect future performance...
2007-04-13  drhFix multiple performance regressions (ticket #2298...
2007-04-12  drhChanges toward fixes for tickets #2296 and #2291. ...
2007-04-12  drhGet the column affinities right when processing an...
2007-04-11  drhBlind check-in of changes to fix #2294 - I have no...
2007-04-10  drhPreliminary fix for ticket #2291. This fixes the immed...
2007-04-10  drhBe careful not to use the result of sqlite3_value_blob...
2007-04-09  shessFix crash in delete when existing row has null fields...
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...
next