]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-04-24  danielk1977Dequote the "from" table in a FOREIGN KEY definition...
2009-04-24  drhGet rid of the special RowSet processing in where.c...
2009-04-24  drhMake sure that the optimizer realizes that an "x IS...
2009-04-24  danielk1977Make selecting the asynchronous IO file-locking mode...
2009-04-24  danielk1977Improve comments and documentation of the asynchronous...
2009-04-23  shaneos_win.c, winOpen(), changed to handle the SQLITE_OPEN_...
2009-04-23  shaneUpdated misc. test scripts for Windows testing with...
2009-04-23  shaneRemove some incorrect async tests; (CVS 6540)
2009-04-23  danielk1977Move the asynchronous IO code from src/test_async.c...
2009-04-23  drhRework the column-cache mechanism to be more robust...
2009-04-22  drhEliminate the OP_VRowid opcode. The regular OP_Rowid...
2009-04-22  drhChange the OP_Rowid opcode so that a deferred OP_Seek...
2009-04-22  drhRemove the rowhash object from the code. Rowset now...
2009-04-22  drhExtend the Rowset object to contain all the capabilitie...
2009-04-21  danielk1977Move RowHashBlock.nUsed to RowHash.nUsed. Fix a typo...
2009-04-21  danielk1977Fix a segfault that followed a malloc failure introduce...
2009-04-21  drhAdjust the rowhash.test module so that it recovers...
2009-04-21  drhAllocate the initial RowHash object using lookaside...
2009-04-21  drhNew comments and minor refactoring of rowhash.c. (CVS...
2009-04-21  drhRemove a redundant test from sqlite3_shutdown(). (CVS...
2009-04-21  danielk1977Attempt to optimize virtual table queries with 'OR...
2009-04-20  drhChange the journal_mode pragma so that it always return...
2009-04-20  drhAdd new tests to show that journal_mode=OFF works with...
2009-04-20  drhClarify the documentation to make it clear that sqlite3...
2009-04-20  drhDo not use deprecated interfaces internally when compil...
2009-04-20  drhSpeed improvements by avoiding unnecessary calls to...
2009-04-19  drhUpdate comments and remove unused code in btree.c....
2009-04-19  drhMake extra calls to sqlite3_shutdown() be harmless...
2009-04-17  drhRevise the implementation of sqlite3_initialize() sligh...
2009-04-17  drhGet the behavior of SQLITE_HAVE_ISNAN right. It was...
2009-04-17  drhAdd the SQLITE_HAVE_ISNAN compile-time option which...
2009-04-17  drhCheck-in (6514) did not completely remove the obsolete...
2009-04-16  drhAdd NEVER and ALWAYS tags to conditionals in analyze...
2009-04-16  drhRemove obsolete test from bindxfer.tcl. Ticket #3802...
2009-04-16  drhChanges to alter.c to enable full branch coverage testi...
2009-04-16  drhMake sure the 'unixepoch' converter in the date and...
2009-04-16  drhIn a 3-fold compound SELECT make sure early code genera...
2009-04-15  drhFix the group_concat() function so that it inserts...
2009-04-15  shaneFix access violation on WinCE platforms. Ticket #3804...
2009-04-15  drhMark an branch in alter.c as always false. Only run...
2009-04-15  drhDisable the temptrigger.test test script when shared...
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...
next