]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-09-09  drhUpdate the README file to state that TCL is required...
2009-09-09  drhAdded SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECA...
2009-09-09  drhIncrease the size of bitvec objects to 1024 bytes on...
2009-09-09  danAdd a test case to show that [/info/29ab7be99f|29ab7be9...
2009-09-09  danAdd a complicated assert() to check that statement...
2009-09-08  danCombine the OP_Statement and OP_Transaction opcodes.
2009-09-08  danIf recursive-triggers are enabled, fire DELETE triggers...
2009-09-08  drhAdditional simplifications in support of structural...
2009-09-08  drhFurther simplifications to the VDBE - removing function...
2009-09-08  drhCode simplifications, especially to the pseudo-table...
2009-09-07  drhAdd the SQLITE_LIMIT_TRIGGER_DEPTH option to sqlite3_li...
2009-09-07  danMerge [/src/vinfo/1958db4493461b3a54217a6a45f2730287107...
2009-09-07  danFix a bug where a condition was incorrectly being compi...
2009-09-07  shaneWarning cleanup from the MSVC compile.
2009-09-07  shaneAttempt to handle numbers at the limits of the IEEE...
2009-09-07  shaneChanges to internal AtoF to improve "accuracy" when...
2009-09-03  drhAdd the "unix-wfl" VFS that does whole-file locking...
2009-09-03  drhDo not reuse function parameters in subsequent expressi...
2009-09-02  drhDocumentation updates for the version info #defines...
2009-09-01  danFix a problem in main.c. SQLITE_NoRecTriggers -> SQLITE...
2009-09-01  danChange "PRAGMA disable_recursive_triggers" to "PRAGMA...
2009-09-01  danMerge in changes to support recursive invocation of...
2009-09-01  danAdd new test script triggerC.test.
2009-09-01  danMore fixes and comment updates.
2009-08-31  drhMore thorough initialization of a buffer when writing...
2009-08-31  danMore fixes for test cases.
2009-08-31  danFix some authorization callback problems.
2009-08-31  danMerge with main branch.
2009-08-31  danFix another test problem and some instances where an...
2009-08-30  danFixes for new triggers scheme.
2009-08-28  danChanges to support recursive triggers.
2009-08-28  drhAdd a new source code logo gif.
2009-08-27  drhPatch to the named semaphore locking mechanism used...
2009-08-26  drhUpdates to the pluggable page cache documentation.
2009-08-25  drhRemove an unreachable branch from where.c in order...
2009-08-25  drhInitialize variables differently in the range processin...
2009-08-25  drhAttempt to clarify the meaning of a "parameter" in...
2009-08-25  drhMake sure that the output of EXPLAIN is right when...
2009-08-25  drhAvoid calling sqite3VdbeRecordCompare() with uninitiali...
2009-08-25  drhFix an uninitialized variable in sqlite3VdbeIdxRowid().
2009-08-25  drhMerge together the os_unix.c fix of [aa6acfa8ca] and...
2009-08-25  danFix a bad interaction between "proxy-locking" and ...
2009-08-24  drhUpdate the version number to 3.6.18, even though the...
2009-08-24  danFix some errors in [http://www.sqlite.org/src/vdiff...
2009-08-24  drhRun the column cache in a new context when generating...
2009-08-22  drhRemove an obsolete documentation file left over from...
2009-08-22  danFix a problem in os_unix.c where a malloc failure could...
2009-08-21  danWhen a database file is opened, try to find an unused...
2009-08-21  drhChange the expression code generator to account for...
2009-08-21  danAdd assert() statements to os_unix.c to check that...
2009-08-21  shaneUpdated sqlite3AtoF() that performs slightly better...
2009-08-21  shaneUpdates for test_init.c for configure and other consist...
2009-08-20  drhRemove a redundant OOM test from the sqlite_stat2 analy...
2009-08-20  drhSimplifications to the range-scan logic in support...
2009-08-20  drhContinuing refinements of the range-scan optimizations...
2009-08-20  danChange the code that collects samples for sqlite_stat2...
2009-08-20  drhIncremental code and comment cleanup in where.c. There...
2009-08-20  drhSet the "type" correctly of built-in BINARY collating...
2009-08-20  drhAll the sqlite3GetCollSeq() function to specify an...
2009-08-19  drhMake sure that sqlite3ValueFromExpr() sets the "type...
2009-08-19  danChange the way an Expr that has been converted to TK_RE...
2009-08-19  danFix an assert() failure that may follow an OOM error.
2009-08-19  danMerge 29cafcfdcc and a6f39181a7.
2009-08-19  drhDocumentation improvements in sqlite.h.in. No changes...
2009-08-19  danAdd some tests that use the sqlite_stat2 table in share...
2009-08-19  danMerge with 709e16145e.
2009-08-19  danClean up sqlite_stat2 related code. Add test cases.
2009-08-19  danFix a problem where a buffer allocated from a lookaside...
2009-08-19  danAdd the SQLITE_ENABLE_STAT2 macro. If this is not defin...
2009-08-19  shaneAdjust sync count for SQLITE_DISABLE_DIRSYNC compiler...
2009-08-18  danChange the sqlite_stat2 schema to be more flexible.
2009-08-18  drhUnknown functions in the DEFAULT clause of a table...
2009-08-18  drhMove the allocation of the memsys5 mutex into the initi...
2009-08-18  drhFix obscure issues with the memsys5 memory allocator...
2009-08-18  drhWhen shutting down the memsys5 memory allocator, be...
2009-08-18  drhFix a bug in mem5.c which would cause an infinite loop...
2009-08-17  danFirst version of sqlite_stat2 (schema forces exactly...
2009-08-17  drhAlways call sqlite3_malloc() in sqlite3OsInit(), even...
2009-08-17  danMove error simulation code from the sqlite3_os_init...
2009-08-17  shaneMore documentation and comment updates for sqlite3_init...
2009-08-17  danAdd tests to check that sqlite recovers from an error...
2009-08-17  drhEnhanced documentation and minor code tweaks in prepara...
2009-08-17  danAdd a test to verify that 3.6.17 releases read-locks...
2009-08-14  drhUpdate the amalgamation builder so that it avoids putti...
2009-08-14  drhWork around an over-zealous optimization in GCC 4.3...
2009-08-14  danFix a case where SQLite may write past the end of a...
2009-08-14  drhFix to the "publish.sh" script that was broken by the...
2009-08-14  drhIncorporate fossil-scm version information into the...
2009-08-13  drhFix typos in comments used to generate documentation.
2009-08-13  drhTweak to the new whereB.test file to make it more consi...
2009-08-13  danIf a binary operator in a WHERE clause that should...
2009-08-13  drhEnhancements to the whereB.test to check more affinity...
2009-08-13  drhAdd a test case for the affinity problem reported by...
2009-08-13  drhMerge the accidental fork.
2009-08-13  drhFix a typo on a comment in sqlite3VdbeIntegerAffinity().
2009-08-13  danChanges to the query planner that improve the order...
2009-08-12  shaneFixed some compiler warnings in WINCE only sections...
2009-08-12  drhMake sure the large-file support macros occur first... cvs-to-fossil-cutover
2009-08-11  danielk1977Instead of adding SQLITE_API macros sqlite3.h while...
2009-08-10  drhReduce the maximum supported sector size to 64KiB....
next