]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-07-07  drhMake check-in (5356) compatible with builds that do...
2008-07-07  danielk1977Fix an error introduced by (5346). The list could becom...
2008-07-07  danielk1977Fix a problem in shared_err.test preventing it from...
2008-07-07  drhWhen sqlite3_create_collation is called with an invalid...
2008-07-07  danielk1977Fix an error checked in as part of (5350). (CVS 5353)
2008-07-07  danielk1977Another test case to test a specific kind of database...
2008-07-07  danielk1977Add a test case to test corruption discovered as part...
2008-07-07  danielk1977Test a couple of specific malloc() failures that were...
2008-07-07  drhAdditional test cases added on the sqlite3_create_funct...
2008-07-07  drhAdd the vfs_unregister_all and vfs_reregister_all test...
2008-07-07  drhFix a comment in alter.c. No changes to code. (CVS...
2008-07-07  danielk1977Make the Pager.pAll linked-list doubly linked when...
2008-07-06  drhFail to build if the -ffast-math option is specified...
2008-07-04  drhFix a bug in btree.c that caused it to report a databas...
2008-07-04  danielk1977Fix for explicitly inserting a NULL value into the...
2008-07-04  danielk1977Remove redundant code from sqlite3GetTempReg(). (CVS...
2008-07-04  danielk1977Remove references to temporary registers from the compi...
2008-07-03  shessfts3 functions for testing scripts. These are a first...
2008-07-02  danielk1977Fix a memory leak that can occur following a malloc...
2008-07-02  danielk1977Call the authorizer callback the same number of times...
2008-07-01  danielk1977Fix errors in in.test. Also add a few tests to selectB...
2008-07-01  danielk1977Fix another memory leak related to UNION ALL and sub...
2008-07-01  drhIn lemon: coalesce identical destructors. (CVS 5335)
2008-07-01  drhIn Lemon, if a non-terminal has the same type as a...
2008-07-01  danielk1977Fix a memory leak to do with the recent UNION ALL sub...
2008-07-01  danielk1977Fix a problem with LIMIT and OFFSET clauses on the...
2008-07-01  danielk1977Optimize sub-selects and views that use UNION ALL....
2008-06-30  danielk1977Call the query flattener while processing the parent...
2008-06-30  danielk1977Changes to loadext.test so that it works on osx as...
2008-06-30  danielk1977Fix a malloc() failure related problem in os_unix.c...
2008-06-30  danielk1977Add a couple of tests to see if the new compound select...
2008-06-28  danielk1977Remove an assert() that was failing if there were any...
2008-06-28  mihailimAdded reminder message to terminate SQL statements...
2008-06-28  danielk1977Rearrange some ENABLE_LOCKING_STYLE related code in...
2008-06-27  mihailimChanged copy-paste error in comment. Fixes #3193. ...
2008-06-27  drhDocumentation tweaks. (CVS 5322)
2008-06-27  danielk1977Fix mem3.c (broken by (5320)). (CVS 5321)
2008-06-27  danielk1977Change mem5.c so that the minimum allocation size is...
2008-06-27  drhRemove unused variable. Fix a compiler warning. (CVS...
2008-06-27  drhTweaks to the IN expression code generator. Fix an...
2008-06-26  drhFix a bug introduced by check-in (5316). Add some...
2008-06-26  drhAvoid generating unnecessary SCopy instructions with...
2008-06-26  drhDocumentation updates in sqlite.h.in. No changes to...
2008-06-26  danielk1977Fix handling of "x IN (...)" and "x NOT IN (...)" expre...
2008-06-26  drhDocument the rules for when an sqlite3_blob object...
2008-06-26  danielk1977Change the TEMP_STORE preprocessor symbol to SQLITE_TEM...
2008-06-26  danielk1977Change the OS_XXX pre-processor symbols to SQLITE_OS_XX...
2008-06-26  danielk1977Fix a race condition in sqlite3_initialize(). (CVS...
2008-06-26  drhDocumentation updates. No changes to code. (CVS 5309)
2008-06-25  danielk1977Change the makefiles so that "make test" now runs the...
2008-06-25  danielk1977Remove internal function sqlite3OsDefaultVfs(). The...
2008-06-25  danielk1977Have mem3.c and mem5.c grab a mutex when required....
2008-06-25  drhTest enhancements, especially to the new compound-SELEC...
2008-06-25  danielk1977Fix the allocator in mem5.c so that it can be enabled...
2008-06-25  danielk1977Fix up some details to do with the mem3.c (memsys3...
2008-06-25  mihailimFixed typo to close #1731. (CVS 5302)
2008-06-25  drhIf a unique index covers any prefix of the ORDER BY...
2008-06-25  drhAdd new test script for compound select statements...
2008-06-25  drhThe compound-select merge optimization passes quick...
2008-06-24  pweilbacherOS/2 fixes for pre-C99 compilers and a return code...
2008-06-24  danielk1977Modify the memory allocation system in mem3.c so to...
2008-06-24  danielk1977Add a few extra tests to select9.test. (CVS 5296)
2008-06-24  drhFix a problem in sqlite3ExprIsInteger() causing failure...
2008-06-24  drhRemove a surplus "breakpoint" from select4.test. (CVS...
2008-06-24  danielk1977Add start of new test file "select9.test". To test...
2008-06-24  danielk1977Fix a typo in the documentation for the sqlite3_bind_XX...
2008-06-24  drhThe compound-select merge optimization is mostly workin...
2008-06-23  pweilbacherUpdate OS/2 mutex implementation: make methods static...
2008-06-23  mihailimReverted previous checkin (on second thought, changing...
2008-06-23  mihailimChanged HTML mode output to use lowercase tags making...
2008-06-23  mihailimAdded ldconfig invocations for postinstall and postunin...
2008-06-23  danielk1977Fix a bug in handling queries on the sqlite_master...
2008-06-23  drhAdditional tests added to capi3.test. (CVS 5285)
2008-06-23  danielk1977Fix a failure to report a failed malloc() within sqlite...
2008-06-23  danielk1977Fix a bug causing the pager-cache size to be reset...
2008-06-23  danielk1977Run (a subset of) the rtree tests from quick.test....
2008-06-23  danielk1977Handle a real system malloc() failure in mem1.c. (CVS...
2008-06-23  danielk1977Remove a non-ansi construct from mem1.c - an assert...
2008-06-23  danielk1977Avoid passing "void(*)(void)" as an argument to va_arg...
2008-06-23  danielk1977Fix some codewarrior compilation problems. (CVS 5278)
2008-06-23  danielk1977Fix a compilation problem with SQLITE_OMIT_VIRTUAL_TABL...
2008-06-23  mihailimFixed wrong type in sqlite3_create_collation16 declarat...
2008-06-23  danielk1977Correct comments above sqlite3_release_memory() and...
2008-06-23  danielk1977Fix a bug whereby opening a connection to an existing...
2008-06-22  mihailimRemoved INVARIANTS sections in the experimental extensi...
2008-06-22  drhFix a bug in the KEYINFO handling within select.c....
2008-06-22  mihailimReadded erroneously deleted {END} tag and doublechecked...
2008-06-22  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-22  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Prevent veryquick.test and all.test from running permut...
2008-06-21  danielk1977Fix a bug in permutations.test causing the utf-16 tests...
2008-06-21  danielk1977Add test file permutations.test, which runs various...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Remove mutex2.test. It will be replaced later today...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Fix a problem in the test suite that could cause a...
2008-06-21  mihailimDocumentation spellcheck and cleanup. No changes to...
next