]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-04-14  aswiftnMax can be zero and subtracting 1 from an unsigned...
2009-04-14  drhChange the sqlite3_bind_value() implementation to use...
2009-04-14  drhReimplement the sqlite3_bind_value() interface so that...
2009-04-13  drhEnhancements to virtual table documentation. Comment...
2009-04-13  drhVersion 3.6.13 (CVS 6502)
2009-04-13  drhRerun autoconf in preparation for 3.6.13. (CVS 6501)
2009-04-13  chwupdated Makefile.vxwSH4 and renamed it to Makefile...
2009-04-11  drhFix malloc5.test so it work on both 64-bit and 32-bit...
2009-04-11  drhFix an obscure problem with recovery from I/O errors...
2009-04-11  drhAdd a comments and an assert() to the virtual table...
2009-04-11  danielk1977Fix a case where a corrupt database could cause an...
2009-04-11  drhAllocate a little extra scratch space for the memsubsys...
2009-04-11  drhIncrease the hard upper bound on the number of pcache...
2009-04-11  danielk1977Replace invocation of (really_finish_test) from async...
2009-04-11  danielk1977In sqlite3PagerMovepage(), avoid holding a reference...
2009-04-10  drhRemove more unused branches from vdbeapi.c. (CVS 6491)
2009-04-10  drhIn the async test, make sure procedures do not get...
2009-04-10  drhRemove unused branches from the vdbeapi.c module. ...
2009-04-10  danielk1977Increase the error tolerance when verifying the approxi...
2009-04-10  danielk1977Do not run io.test as part of the inmemory_journal...
2009-04-10  drhRe-enable the alt_pcache tests in permutations.test...
2009-04-10  shaneFix MSVC compiler warning in vdbeaux.c. (CVS 6485)
2009-04-10  drhDisable the select1-15 tests when locking_mode is EXCLU...
2009-04-10  danielk1977Changes to jrnlmode.test to account for in-memory temp...
2009-04-10  drhSimplifications and additional comments on the sqlite3_...
2009-04-10  danielk1977Changes to ensure that when running in shared-cache...
2009-04-10  danielk1977Always set BtShared.db when entering the BtShared mutex...
2009-04-10  drhForce 8-byte alignment of sqlite3_value objects in the
2009-04-09  drhIncrease the version number to 3.6.13 in preparation...
2009-04-09  chwProvide dummy DWORD arguments to output parameters...
2009-04-09  drhRemove misuse detection from the deprecated sqlite3_tra...
2009-04-09  drhEnhance sqlite3_shutdown() so that it automatically...
2009-04-08  drhSimplify the implementation of the columnName() functio...
2009-04-08  drhAdd an assert() to the implementation of count(*) that...
2009-04-08  drhReconfigure the default case for the printf switch...
2009-04-08  drhRemove a pair unnecessary conditions from printf.c...
2009-04-08  drhMinor refactoring of the expression-compaction logic...
2009-04-08  drhDo not attempt to walk a TokenOnly or SpanOnly expressi...
2009-04-08  drhAdd a comment to printf.c - no changes to code. (CVS...
2009-04-07  drhFix the sqlite3_unlock_notify() interface so that when...
2009-04-07  drhRemove two unused tests from the integrity_check pragma...
2009-04-07  danielk1977Fix an incorrect assert in btree.c. (CVS 6465)
2009-04-07  danielk1977Fix compilation and testing when SQLITE_OMIT_TRIGGER...
2009-04-07  drhOnly enable WHERE-tracing when both TEST and DEBUG...
2009-04-07  danielk1977Change "... myfunction() { ... }" to "... myfunction...
2009-04-07  danielk1977Have OP_IdxRowid handle the case where the index entry...
2009-04-07  chwCompile fixes and improvements for vxwork: fixed deadlo...
2009-04-07  drhRemove an unused test for EXPLAIN-mode in the PRAGMA...
2009-04-07  drhAlways enable WHERE-tracing on a test build.
2009-04-07  drhIt is OK for a unix file descriptor to be zero. It...
2009-04-06  danielk1977Test cases and minor code changes to increase coverage...
2009-04-06  drhUpdates and clarification to the documentation of the...
2009-04-06  drhAllow "default" to be a keyword used by PRAGMA statemen...
2009-04-06  drhMake sure the reverse_unordered_selects pragma works...
2009-04-06  drhCheck-in (6450) introduced the possibility of calling...
2009-04-05  drhFix a segfault in Lemon that occurs if the input gramma...
2009-04-05  drhAdditional code to make sure and to assert that memory...
2009-04-04  drhAllow the journal_size_limit to be larger than 21474836...
2009-04-04  drhAllow the journal_mode for in-memory databases to be...
2009-04-04  drhClarify the meanings of the SQLITE_SYNC_NORMAL and...
2009-04-03  drhRemove a blank line in sqlite.h.in that was preventing the
2009-04-03  drhUse integer rather than floating point compuations...
2009-04-03  drhFix the PRAGMA parser so that it can accept negative...
2009-04-02  drhMake sure count(*) works on the sqlite_master table...
2009-04-02  drhMake sure the VACUUM statement locks down the page_size...
2009-04-02  drhFix the sqlite3_prepare() family of interfaces so that...
2009-04-02  danielk1977Fix a problem causing the BtShared.isPending flag to...
2009-04-02  danielk1977Ensure the required VerifyCookie/Transaction/TableLock...
2009-04-02  drhFix a couple of harmless nuisance warnings. (CVS 6438)
2009-04-02  drhDisable the query flattening optimization when the...
2009-04-02  drhChange the way that the random() SQL function prevents...
2009-04-02  drhUse ALWAYS and NEVER macros on unchangeable conditions...
2009-04-02  drhIn the built-in SQL function implementations, improve...
2009-04-02  drhEnforce the run-time sqlite3_limit() length limit on...
2009-04-01  drhIncrease test coverage of bitvec.c slightly. Fix the...
2009-04-01  drhMark untestable branches of memjournal.c as such. ...
2009-04-01  drhFix the strftime() function so that the %s format can...
2009-04-01  drhChange an unreachable error condition test to an assert...
2009-04-01  danielk1977Remove an unreachable branch from lockBtree(). Add...
2009-04-01  drhFix a bug in the sqlite3Utf16ByteLen() function so...
2009-04-01  danielk1977Test that two database connections that use different...
2009-04-01  danielk1977Remove the unused SQLITE_Vtab flag. (CVS 6425)
2009-04-01  danielk1977In pageReinit() in btree.c, only reinitialize a page...
2009-04-01  drhRemove dead code from the UTF conversion routines....
2009-04-01  danielk1977Remove an unreachable branch from allocateSpace() in...
2009-04-01  danielk1977Add some assert() statements to querySharedCacheTableLo...
2009-04-01  vapieradd a sanity check to make sure the configure script...
2009-03-31  vapierupdate configure script so it has proper VERSION in...
2009-03-31  drhVersion 3.6.12 (CVS 6418)
2009-03-31  shaneFix compiler warnings from gcc and MSVC; Correct typo...
2009-03-31  drhMake sure a ROLLBACK that follows an incremental vacuum...
2009-03-31  drhRemove two unused lines from pcache.c. (CVS 6415)
2009-03-31  drhAdded a test case for ticket #3672. (CVS 6414)
2009-03-30  danielk1977Fix a case where a pointer map page was not being journ...
2009-03-30  drhAdd a comment to the pageReinit() routine explaining...
2009-03-30  danielk1977Modify integrity-check to prevent a buffer overread...
2009-03-30  drhMake sure recursive calls to winOpen() preserve the...
2009-03-30  drhAvoid calls to newer TCL interfaces in the test logic...
2009-03-30  drhAvoid all use of the "LL" suffix for long-long integer...
2009-03-30  drhDisplay a warning that the notify2-3 test sometimes...
next