]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-09-01  shaneConverted strcasecmp to sqlite3StrICmp. Test code...
2008-09-01  danielk1977Modify the aBuiltinFunc array in func.c to use the...
2008-09-01  danielk1977Begin adding support for the SQLITE_OMIT_WSD macro...
2008-09-01  drhRemove an unused function declaration from a header...
2008-09-01  drhDefer deleting Table objects associated with flattened...
2008-09-01  danielk1977Have the rtree module set the estimatedCost output...
2008-08-31  shaneChanged to used sqlite3_snprintf instead of snprintf...
2008-08-30  drhVersion 3.6.2 (CVS 5647)
2008-08-30  drhRun permutation subtests in sorted order. (CVS 5646)
2008-08-30  danielk1977Add some code to permutations.test to make sure no...
2008-08-30  danielk1977Make sure thread003.test waits for all spawned threads...
2008-08-29  rseremove private declaration of sqlite3_snprintf() in...
2008-08-29  rseremove a doubled function declaration (the second just...
2008-08-29  danielk1977Move a call to sqlite3_mutex_leave() to protect calls...
2008-08-29  danielk1977Modify tclsqlite.test so that it works reliably with...
2008-08-29  danielk1977In permutations.test, disable tests that depend on...
2008-08-29  danielk1977If a page is made eligible for recycling when more...
2008-08-29  drhAvoid reevaluating WHERE and ORDER BY expressions that...
2008-08-28  danielk1977Fix ioerr5.test so that it works with the new pcache...
2008-08-28  drhPartial fix for a bug in recovery from xStress failures...
2008-08-28  danielk1977Avoid using (clock seconds) in thread003.test. It is...
2008-08-28  danielk1977Use ckfree() instead of sqlite3_free() to free an alloc...
2008-08-28  danielk1977Fix mutex related bug in pcache.c to do with handling...
2008-08-28  danielk1977Enable the disabled asserts added by (5629). Add extra...
2008-08-28  danielk1977Fix a threads/mutex problem in pcache.c. (CVS 5630)
2008-08-28  drhMiscellaneous cleanup in the new pcache code. (CVS...
2008-08-27  danielk1977If any error occurs during sqlite3_open(), move the...
2008-08-27  drhAdd the trans2.test script designed to stress statement...
2008-08-27  drhDo not mark pages as clean when doing a statement journ...
2008-08-27  danielk1977Modifications to malloc5.test to account for the fact...
2008-08-27  drhClear the $result variable prior to using it in corrupt...
2008-08-27  drhIn the test logic: load the md5sum() SQL function as...
2008-08-27  danielk1977Use a bitvec object to store the set of pages with...
2008-08-27  drhRemove obsolete file: md5.c. This file had been remove...
2008-08-27  danielk1977Remove unreachable branches from pcache.c. (CVS 5620)
2008-08-26  drhFix an issue with the permutation test script. (CVS...
2008-08-26  drhIn the TCL interface, disable the authorizer when durin...
2008-08-26  drhAll the page_size pragma to change the page size on...
2008-08-26  danielk1977Disable some very expensive asserts in pcache.c that...
2008-08-26  danielk1977Simplify the pcache module by only recycling clean...
2008-08-26  drhImplement a "counter" SQL function that can be used...
2008-08-26  drhDo not flatten subqueries where the subquery has a...
2008-08-25  drhAdd the SQLITE_OPEN_FULLMUTEX definition to sqlite3...
2008-08-25  drhFix obscure permutation test problems. (CVS 5611)
2008-08-25  drhFix bug in the premutation testing that was causing...
2008-08-25  danielk1977Pick up a small performance increase by eliminating...
2008-08-25  drhAdditional coverage testing in the new name resolver...
2008-08-25  drhTwo if statements should be asserts. GCC was silently...
2008-08-25  danielk1977Fix a segfault that can occur when running integrity_ch...
2008-08-25  danielk1977If the sector size is greater than the database page...
2008-08-23  danielk1977Instead of marking a page as clean when sqlite3PagerDon...
2008-08-23  danielk1977Do not incorrectly detect corruption when an auto-vacuu...
2008-08-22  aswiftquieting compiler warning about pointer/int conversion...
2008-08-22  drhRemove dead code. (CVS 5601)
2008-08-22  pweilbacheradd legacy.lo back (in alphabetical order) (CVS 5600)
2008-08-22  danielk1977Relinquish the pcache mutex before calling an xStress...
2008-08-22  drhEnhanced test coverage. (CVS 5598)
2008-08-22  danielk1977When recycling a page, try to find one that does not...
2008-08-22  drhMake sure the function context is fully initialized...
2008-08-22  drhRemove unused variable from printf.c. Ticket #3331...
2008-08-22  pweilbacherremove OS/2 compiler flags that aren't really necessary...
2008-08-22  pweilbacherfix some tests to take the right branch on OS/2 (hope...
2008-08-22  pweilbacherHide (for non-debugging builds) and remove DELETEONCLOS...
2008-08-22  drhFix nuisance compiler warnings. Ticket #3309. (CVS...
2008-08-22  drhAdd test case to verify that Ticket #3301 was fixed...
2008-08-22  drhAllow the WHERE clause in an UPDATE or DELETE against...
2008-08-22  drhFix os_unix.c so that it will compile on Linux again...
2008-08-22  aswiftDeferring file descriptor closing to avoid trashing...
2008-08-22  aswiftAdded SQLITE_IOERR_LOCK extended error code and support...
2008-08-21  drhMove date+time functions to start-time initialization...
2008-08-21  drhRemove references to OP_MoveTo in comments of vdbe...
2008-08-21  drhInitialize the global built-in function table at start...
2008-08-21  danielk1977Fix soft-heap-limit related test suite failures. (CVS...
2008-08-21  drhIncrease the version number in preparation for the...
2008-08-21  drhMake sure "rowid" columns in views are named correctly...
2008-08-21  drhAdd test cases to verify that ticket #3314 has been...
2008-08-21  drhReinsert an SCopy operation that was removed in (5523...
2008-08-21  drhPatch to mkfunction to try and detect miscompiles....
2008-08-21  danielk1977Fix the functionality associated with sqlite3_release_m...
2008-08-21  danielk1977Move an assert() in sqlite3PcacheDirtyPage() so that...
2008-08-21  danielk1977Remove leftover PGHDR_TO_DATA macro from pager.c. Ticke...
2008-08-20  drhModify the sqlite3VdbeUnpackRecord() interface to force...
2008-08-20  drhComment and function naming tweaks to pcache. No funct...
2008-08-20  drhModify the lemon parser template to avoid using zero...
2008-08-20  danielk1977Fix a problem in Makefile.in causing the static functio...
2008-08-20  drhRefactor the name resolution procedures in the code...
2008-08-20  danielk1977When a "pragma main.table_info(...)" is issued, conside...
2008-08-20  danielk1977Fix typo in main.c: SQLITE_MAX_ATTACH -> SQLITE_MAX_ATT...
2008-08-20  danielk1977Add the pcache module from the experimental branch...
2008-08-14  drhDo not flatten the right term of a LEFT join. Ticket...
2008-08-13  drhExplicit casts of the return from strlen() to int in...
2008-08-13  drhFix token destructors in lemon generated parsers. ...
2008-08-13  drhAdditional changes toward fixing ticket #3292. (CVS...
2008-08-13  drhA partial fix for ticket #3292. This fixes the origina...
2008-08-12  drhMake sure the lookaside test script saturates the looka...
2008-08-12  drhRevise the initialization and shutdown logic so that...
2008-08-12  danielk1977Fix further warnings/compilation errors in test code...
2008-08-12  drhDocumentation updates and clarifications in sqlite...
2008-08-12  danielk1977Fix warnings and a compilation error in test code....
2008-08-11  shaneGCC attribute warning first appears in the 4.3.0 docs...
next