]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-08-01  shaneApplied patch to fix failure with build on gcc-powerpc...
2008-08-01  danielk1977If xAccess() fails while attempting to detect a hot...
2008-07-31  drhDefine _GNU_SOURCE only if it is not already defined...
2008-07-31  drhUpdate the memsubsys1 test script to take into account...
2008-07-31  drhChange the definition of SQLITE_CONFIG_PAGECACHE and
2008-07-31  drhDocumentation updates. (CVS 5511)
2008-07-31  shaneUpdated omittest.tcl. Updated OMIT list. Updated for...
2008-07-31  shaneOmit calls to test_get_table_printf() if SQLITE_OMIT_GE...
2008-07-31  shaneOmit calls to test_destructor16() if SQLITE_OMIT_UTF16...
2008-07-31  shaneFixed comment to use right function names for sqlite3Vd...
2008-07-31  shaneOmit calls to sqlite3Pragma() if SQLITE_OMIT_PARSER...
2008-07-31  shaneImproved retry logic for winDelete() when in "pending...
2008-07-30  drhWhen opening a zero-size database on unix, write one...
2008-07-30  drhIn the unix OS implementation, replace inode hash table...
2008-07-30  drhImplicit string->numeric conversion should go to an...
2008-07-30  drhMake sure everything is deallocated before calling...
2008-07-30  drhRemove unused sqlite3VdbeMemDynamicify() function from...
2008-07-29  shessBackport http://www.sqlite.org/cvstrac/chngview?cn...
2008-07-29  shessAdd some simple tests to make sure that the different...
2008-07-29  pweilbacherfinally make temporary and journal files hidden in...
2008-07-29  pweilbacherrecursively call os2Open() with the incoming VFS pointe...
2008-07-29  pweilbachermove os2FullPathname() so that it can be used in os2Ope...
2008-07-29  drhEnhancements to the pagecache malloc test configuration...
2008-07-29  drhIncrease the version number to 3.6.1. (CVS 5493)
2008-07-29  danielk1977Use a macro to make sure that the calls to sqlite3Utf8R...
2008-07-29  danielk1977Add a missing "finish_test" to the end of misc5.test...
2008-07-29  danielk1977Speed up OP_Column by eliminating some double handling...
2008-07-29  shessRe-used prepared statement from fts3 cursor. Previousl...
2008-07-28  drhImplement the "lookaside" memory allocation cache....
2008-07-28  danielk1977Add mem6.c to Makefile.in. Ticket #3253. (CVS 5487)
2008-07-28  danielk1977In the documentation for SQLITE_CONFIG_MEMSTATUS, make...
2008-07-26  danielk1977Remove a branch that could not be taken from OP_IsUniqu...
2008-07-26  danielk1977Fix a case where database corruption was causing an...
2008-07-25  drhAdd an SQLITE_OMIT_LOCALTIME around the "utc" modifier...
2008-07-25  danielk1977Further performance improvements to mem6.c. (CVS 5482)
2008-07-25  drhAdd the capability to track the maximum depth of the...
2008-07-25  drhFix the corrupt7 tests to track changes in the integrit...
2008-07-25  drhIncrease limits on memsubsys1 tests to accomodate the...
2008-07-25  drhRequire the SQLITE_ENABLE_INSTVFS symbol in order to...
2008-07-25  drhMake the libtclsqlite3.la shared library depend on...
2008-07-25  drhFix a build problem on tclsqlite in Makefile.in. (CVS...
2008-07-25  danielk1977Speed up the xFree() method of the mem6.c allocator...
2008-07-25  danielk1977Change mem6.c to use the malloc() and free() functions...
2008-07-25  danielk1977Updates to mem6.c allocator. (CVS 5473)
2008-07-24  drhReduce the size of the parser allocation. Add addition...
2008-07-24  drhUse a new algorithm for sqlite3Strlen that is slightly...
next