]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-05-18  drhKeep additional state information in the pager in an... branch-3.6.1-exp
2010-05-17  drhAn improvement to the SQLITE_FCNTL_SIZE_HINT change...
2010-05-17  drhInvoke the SQLITE_FCNTL_SIZE_HINT opcode on the sqlite3...
2010-03-03  danFix some extra instances of the problematic constant...
2010-03-03  danMerge change [83e47ca006] into the 3.6.1 branch.
2010-02-25  danAdd some technically unnecessary variable initializatio...
2010-02-23  danFix a segfault that can occur if a malloc fails in...
2010-01-05  danApply fix [9b8acf8319] to the 3.6.1 branch.
2010-01-05  danApply fix [097737e368] to the 3.6.1 branch.
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...
2008-07-24  drhUpdate the implementation of sqlite3ResultSetOfSelect...
2008-07-24  danielk1977Do not run capi3.test or capi3c.test when testing memsy...
2008-07-24  danielk1977Add a mutex to mem6.c to make it threadsafe. (CVS 5468)
2008-07-24  danielk1977Add mem6.c, a new allocator. More to come. (CVS 5467)
2008-07-23  drhError messages from virtual tables store on the sqlite3...
2008-07-23  drhRemove stray breakpoints from test scripts. (CVS 5465)
2008-07-23  drhClarify in the documentation that the database connecti...
2008-07-23  drhRead the sqlite3_vtab.zErrMsg after each call to a...
2008-07-23  drhUpdate requirements derivation information in sqlite...
2008-07-23  mihailimQuick typo fix. No changes to code. (CVS 5461)
2008-07-23  drhDocumentation updates. (CVS 5460)
2008-07-22  shessBe a bit more susicious of invalid results from the...
2008-07-22  shessImplement optimize() function.
2008-07-22  shessDelete all fts2 index data the table becomes empty.
2008-07-22  shessfts2 functions for testing scripts.
2008-07-22  shessChange prefix search from O(N*M) to O(NlogM).
2008-07-22  shessChanges fts2 to use only sqlite3_malloc() and not syste...
2008-07-22  shessfts2.c buildTerms() passes -1 for nInput.
2008-07-22  shessCleanup the hash functions in FTS2.
next