]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-08-04  drhSeparate verbs of sqlite3_config() and sqlite3_db_confi...
2008-08-04  danielk1977Modify the configure script to avoid using the += opera...
2008-08-04  drhEnhanced markings for experimental and deprecated inter...
2008-08-04  danielk1977Make it easier to build with the icu extension enabled...
2008-08-04  danielk1977Add an assert() statement that will alert us if the...
2008-08-04  danielk1977Add the pkgconfigdir variable to Makefile.in. Ticket...
2008-08-04  danielk1977Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticke...
2008-08-04  shaneremoved some extraneous blank lines. made sure to...
2008-08-02  drhTest scripts revised to work when auto_vacuum defaults...
2008-08-02  danielk1977Fix a reference count leak introduced by (5526). (CVS...
2008-08-02  danielk1977Avoid doing IO purely to check assert() constraints...
2008-08-02  danielk1977Fix a bug introduced by (5519) causing builds with...
2008-08-02  danielk1977Increase the ref-count on the sqlite3_vtab structure...
2008-08-02  drhAdditional coverage testing. Fix a segfault following...
2008-08-01  drhBring test coverage up to 99%. (CVS 5522)
2008-08-01  drhFix problems in test scripts. Add new test cases to...
2008-08-01  danielk1977Also test that setting sqlite3_vtab.zErrMsg works from...
2008-08-01  danielk1977Test that virtual table methods xBestIndex, xOpen,...
2008-08-01  drhTest cases for sqlite3_db_config() and sqlite3_db_statu...
2008-08-01  drhAdd a permutation test case for running all OOM tests...
next