]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-01-30  shaneIn test case incrvacuum-15.1 close both db handles...
2009-01-30  shaneMinor changes to remove a few MSVC compiler warnings...
2009-01-29  drhAdd test cases to make sure that keywords that we say...
2009-01-29  vapieradd a cvsignore file (CVS 6213)
2009-01-28  drhFix a segfault that can occur when attempting to insert...
2009-01-28  vapierregenerate autotools (CVS 6211)
2009-01-28  vapierunify TCLLIBDIR handling with libtclsqlite3.so and...
2009-01-28  drhAdd testcase() macros for coverage in date.c. (CVS...
2009-01-26  vapieruse AC_MSG_xxx funcs rather than `echo` (CVS 6208)
2009-01-26  vapier(#3449) search for tclConfig.sh first by asking tclsh...
2009-01-26  vapier(#1428) installed shared libs with exec perms (CVS...
2009-01-26  vapier(#3583) add a rule for sqlite3.pc in case the .in file...
2009-01-24  drhRemove obsolete files from the tools subfolder. (CVS...
2009-01-24  drhFix some minor compiler warnings. Added sqlite3Isalpha...
2009-01-24  danielk1977Remove incorrect ALWAYS macro associated with empty...
2009-01-23  danielk1977Optimization: When loading a new page into the cache...
2009-01-22  drhFix the VACUUM command so that it does not commit a...
2009-01-22  danielk1977Silence a C++ builder warning by writing "if( (rc ...
2009-01-21  danielk1977Add a comment to fts3_tokenizer.h to make it clear...
2009-01-20  danielk1977Big change to make pager.c easier to follow. Unused...
2009-01-20  danielk1977When not compiling for an EBCDIC system, use built...
2009-01-19  drhMake sure the *pzErrMsg return from sqlite3_get_table...
2009-01-19  drhFix the --enable-tempstore option on the configure...
2009-01-19  drhMake sure mutexes are fully enabled for thread001.test...
2009-01-17  danielk1977Fix a bug that was preventing SQLite from releasing...
2009-01-17  drhBack out the Makefile.in changes from check-in (6181...
2009-01-16  drhRemove a harmless UMR that occurs inside some debugging...
2009-01-16  danielk1977Fix a change-counter bug similar to #3584. This one...
2009-01-16  danielk1977Revert (6187). (CVS 6188)
2009-01-16  danielk1977This commit is an error. Reverted by (6188). (CVS 6187)
2009-01-16  danielk1977Allow recently added keywords 'savepoint' and 'release...
2009-01-15  drhTreat "or" as an ANSI-C keyword, even though it is...
2009-01-15  drhVersion 3.6.10 (CVS 6184) version-3.6.10
2009-01-15  drhDisable test case select2-2.0.3. This was a timing...
2009-01-15  drhAvoid using ENOTSUP on systems that do not define that...
2009-01-14  drhMake some changes requested by Fedora. (CVS 6181)
2009-01-14  drhFix the shell so that the ".schema" command works regar...
2009-01-14  drhAdd asserts to detect if a transaction commits without...
2009-01-14  drhFix typos in comments in FTS3 implementation. (CVS...
2009-01-14  drhIncrement the version number in preparation for yet...
2009-01-14  danielk1977Fix a problem with committing a transaction while there...
2009-01-14  drhVersion 3.6.9 (CVS 6175)
2009-01-14  drhHere is the test case to prove that ticket #3581 is...
2009-01-14  drhMake sure the OR-clause optimizer takes the cost of...
2009-01-13  drhUpdates to comments as suggested by tickets #3578 and...
2009-01-13  danielk1977If the journal file is open when unlocking the database...
2009-01-12  drhVersion 3.6.8 (CVS 6170)
2009-01-12  danielk1977Only run tests that depend on SQLITE_PREFER_PROXY_LOCKI...
2009-01-11  drhSometimes a single byte is written to the main database...
2009-01-11  drhFix an assert() so that it works correctly with SQLITE_...
2009-01-11  danielk1977Fix jrnlmode.test so that it does not run tests involvi...
2009-01-11  drhThe crash8.test depends on auto_vacuum being off. ...
2009-01-11  drhIn io.test, reset the connection after manually deletin...
2009-01-11  drhAdjust savepoint.test so that it can deal with SQLITE_T...
2009-01-10  danielk1977Do not run crash8.test as part of the "journaltest...
2009-01-10  danielk1977Remove the unused Pager.alwaysRollback flag. Fix a...
2009-01-10  drhRemove an faulty assertion inserted a few days ago...
2009-01-10  drhWhen compiled with SQLITE_DEBUG (in other words, when...
2009-01-10  danielk1977Improve coverage of pager.c. (CVS 6158)
2009-01-10  drhFix a bug caused by overzealous code test coverage...
2009-01-10  drhRemove some unused code from expr.c in order to increas...
2009-01-10  danielk1977Fix a bug in the previous commit - use SQL comments...
2009-01-10  danielk1977Add a malloc failure test case that covers a few previo...
2009-01-09  drhCoverage improvements in pragma.c. Change the __DARWIN...
2009-01-09  danielk1977Increase pager.c coverage a bit. Fix an assert failure...
2009-01-09  drhFix two problems in test instrumentation that show...
2009-01-09  drhSimplifications to btree.c to improve test coverage...
2009-01-09  danielk1977Add a couple of coverage tests. (CVS 6149)
2009-01-09  drhMore coverage improvements. (CVS 6148)
2009-01-09  drhIncreased test coverage. (CVS 6147)
2009-01-08  drhIncreased test coverage in where.c. (CVS 6146)
2009-01-08  danielk1977Fix a comment in pager.c. No actual code changes. ...
2009-01-08  danielk1977Avoid an 'invalid cast' warning in test_osinst.c. ...
2009-01-08  danielk1977Fix a couple of potential corruption problems in pager...
2009-01-08  drhAdd a test script for ticket #2565. Change the assert...
2009-01-08  drhAllow database files to be created in the root director...
2009-01-08  danielk1977Clean up test_journal.c to make it easier to follow...
2009-01-08  drhIncrease test coverage of where.c. Make sure OR-optimi...
2009-01-07  drhAdd new test cases to increase coverage of where.c...
2009-01-07  drhFix a bug in the LIKE query optimization. (Found by...
2009-01-07  danielk1977Make the same change as (6121) (accidentally reverted...
2009-01-07  danielk1977Add a "synchronous = off" variant to savepoint6.test...
2009-01-07  danielk1977Change SQLITE_MAX_FUNCTION_ARG from 100 to 127 to match...
2009-01-07  drhFor archival purposes, add the TCL script that was...
2009-01-07  drhConjecture: a journal header with nRec==0 must be the...
2009-01-07  danielk1977Fix for 'truncate file' operations on in-memory databas...
2009-01-07  danielk1977Add a comment to the openSubjournal() function in pager...
2009-01-07  danielk1977Fix a problem with reverting a 'DROP TABLE' command...
2009-01-07  danielk1977Fix savepoint related bugs. A rollback caused by an...
2009-01-07  drhAdd a HIGHSTRESS parameter to the sqlite3_config_alt_pc...
2009-01-07  drhPager changes attempting to verify that ticket #2565...
2009-01-06  drhNow that we have permutations.test, it is really only...
2009-01-06  danielk1977Reduce the number of paths in btreeCopyFile(). (CVS...
2009-01-06  danielk1977Modify test_journal.c to verify the page data being...
2009-01-06  drhCleanup of the PAGERTRACE macro. Other comment changes...
2009-01-06  danielk1977The fix in (6120) wasn't quite right. This fixes it...
2009-01-06  danielk1977Fix a recently introduced problem in "permutations...
2009-01-06  drhUpdate permutations.test so that it does not show an...
2009-01-06  danielk1977Fix a memory leak in test_journal.c (test code). Also...
2009-01-06  drhFix compiler warnings. (CVS 6117)
next