]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-08-11  drhMake the CLI more tolerant of malformed schemas by...
2008-08-11  drhDo not allow indexing of any table whose name begins...
2008-08-11  drhThe GCC magic to warn about experimental interfaces...
2008-08-11  shaneAdded SQLITE_EXPERIMENTAL and SQLITE_DEPRECATED tags...
2008-08-11  drhDisallow empty triggers. Ticket #3283. This does...
2008-08-08  drhMove a variable initialization earlier to work around...
2008-08-08  drhBack out part of (5546): Even though ON CONFLICT claus...
2008-08-08  drhRound lookaside buffer sizes in the right direction...
2008-08-08  drhDisallow the ON CONFLICT clause on CHECK constraints...
2008-08-07  drhImproved clarity of presentation in the tokenizer....
2008-08-06  danielk1977Fix compilation with SQLITE_OMIT_FOREIGN_KEY defined...
2008-08-06  danielk1977Fix typo in comments in sqlite.h.in. Ticket #3271....
2008-08-06  drhVersion 3.6.1 (CVS 5540)
2008-08-06  drhTrying again to fix the publish.sh script. (CVS 5542)
2008-08-06  drhFix the tarball builder in publish.sh to exclude CVS...
2008-08-05  drhRevise build scripts in set SQLITE_ENABLE_COLUMN_METADA...
2008-08-05  drhRemove a reference to snprintf() in test8.c. (CVS 5538)
2008-08-05  drhAdd SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRA...
next