]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-11-08  drhCherrypick the [5dbfaed8c3] patch so that SQLITE_OMIT_W... omit-wal-fix
2011-11-01  drhVersion 3.7.9 version-3.7.9
2011-10-31  drhFix a typo in a comment. No code changes.
2011-10-31  danAdd new file ext/fts3/README.content, describing the...
2011-10-31  danUpdate fts3fault.test to account for the sqlite3_errmsg...
2011-10-29  danUpdate fkey_malloc.test to account for the sqlite3_errm...
2011-10-29  danAdd a test for [48f29963] that does not depend on FTS.
2011-10-29  drhFix some code formatting in sqlite3Ext.h to avoid lines...
2011-10-29  danAvoid attempting to call savepoint related methods...
2011-10-29  drhAvoid reporting a NOMEM error if a memory allocation...
2011-10-27  danIf an error occurs within sqlite3_step() on a statement...
2011-10-22  drhAvoid a harmless reference to an uninitialized variable...
2011-10-21  drhPurge lingering references to SQLITE_STAT2 from the...
2011-10-21  drhRemove stale requirements marks from the query planner.
2011-10-21  danIf an error occurs while writing to the database file...
2011-10-20  drhFix an issue with finding the access permissions of...
2011-10-20  drhEnhancements to the omittest.tcl script used to verify...
2011-10-19  drhFix harmless compiler warnings in FTS4.
2011-10-19  drhFix comments on SQLITE_CONFIG_HEAP so that they do...
2011-10-19  danMerge the fts4-content branch with the trunk.
2011-10-19  danHave FTS3 ignore ^ prefixes. The ^ syntax is only suppo... fts4-content
2011-10-19  danChange the way ^ tokens work in FTS so that the filteri...
2011-10-19  danAdd tests for FTS ^ searches and matchinfo().
2011-10-19  danFix a problem in FTS to do with ^ tokens and the snippe...
2011-10-18  drhFix the virtual table rename logic so that it works...
2011-10-18  danIf a token within an FTS query is prefixed with a ...
2011-10-18  drhFix an uninitialized variable in OR-clause processing.
2011-10-18  drhImproved handling of USING and NATURAL JOIN in 3-way...
2011-10-18  danCherrypick patch [3126754c72] from the trunk into the...
2011-10-18  danFix a floating-point exception that can occur when...
2011-10-17  drhChange the OP_JournalMode implementation so that it...
2011-10-17  drhAvoid 32-bit integer overflow when evaluating the expon...
2011-10-17  drhPerformance improvement for ascii to floating-point...
2011-10-15  drhAdded the tool/warnings-clang.sh script. Changes so...
2011-10-14  drhFix a few minor and harmless clang warnings in FTS3...
2011-10-14  drhAdd assert() statements and eliminate needless variable...
2011-10-13  drhChange the makefile to delete both plain and ".exe...
2011-10-13  drhSimplifications to the upper() and lower() SQL functions.
2011-10-13  danHandle updating the only row of an FTS table correctly...
2011-10-13  drhAn improved fix for the page_count and quick_check...
2011-10-13  drhProvide a complete prototype for isatty() in the comman...
2011-10-13  drhChange the command-line shell to do the ".dump" inside...
2011-10-13  drhEnable large-file support for fopen() and friends in...
2011-10-13  drhMake sure the query optimizer for aggregate queries...
2011-10-13  drhMake sure the page_count and quick_check pragmas work...
2011-10-13  drhAdjust the symbols.sh script for STAT3. Add the symbol...
2011-10-13  drhMake sure all non-API functions in os_win.c have file...
2011-10-13  drhDo the ".dump" command inside of a transaction to preve...
2011-10-13  drhFix a harmless compiler warning introduced into os_unix...
2011-10-13  drhIf errors are encountered while processing the ".dump...
2011-10-13  drhBe sure to allocate plenty of space for error messages...
2011-10-12  drhThe sqlite3_overload_function() interface returns an...
2011-10-12  drhThe date/time functions return NULL if the xCurrentTime or
2011-10-12  drhSuppress a compiler warning that occurs with SQLITE_OMI...
2011-10-12  drhClean up obsolete comments in printf.c.
2011-10-12  drhClarify a comment and fix a code formatting issue in...
2011-10-11  drhPut in code to defend against signed/unsigned character...
2011-10-11  drhAdd a couple of asserts trying to make the operation of
2011-10-11  drhChange the behavior of the readonly_shm=1 query paramet...
2011-10-11  drhRemove all precision and width limits from formatting...
2011-10-11  drhFix requirements marks associate with STAT3.
2011-10-10  drhEnhance sqlite3_analyzer so that it is able to deal...
2011-10-10  drhFix a typo in a comment for PRAGMA journal_mode. Also...
2011-10-08  drhAll the soft_heap_limit to be exceeded by 10% in test...
2011-10-08  danAdd the SQLITE_DIRECT_OVERFLOW_READ compile time option.
2011-10-07  drhChange the ANALYZE command so that it no longer tried...
2011-10-07  drhMake sure sqlite3_data_count() behaves as documented...
2011-10-07  drhImproved handling of OR terms in the WHERE clause with...
2011-10-07  drhAdd testcase() macros to ensure good test coverage. or-opt
2011-10-07  danAdd the SQLITE_FCNTL_OVERWRITE file-control. Used by...
2011-10-07  drhMore test cases for the OR optimization.
2011-10-07  drhPrevent infinite recursion of in the query planner...
2011-10-07  drhBegin an effort to enhance the query planner to do...
2011-10-07  drhEnhance the sqlite3_data_count() routine so that it...
2011-10-05  drhAdd the --pageinfo and --stats options to the sqlite3_a...
2011-10-05  drhUpdate the sqlite3_analyzer utility program to provide...
2011-10-05  danFix test code related to reporting the size of overflow...
2011-10-05  drhWhen finding the appropriate file permissions for journ...
2011-10-05  danChange FTS4 so that if both the content=xxx option...
2011-10-05  danFix a problem with IO error handling in the rebuild...
2011-10-04  danImprove test coverage of fts3.c.
2011-10-04  danAdd tests to check that modifying the schema of an...
2011-10-04  danAdd experimental 'content' option to FTS4.
2011-10-03  drhMerge the STAT3 changes into trunk.
2011-10-02  mistachkinUpdate MSVC makefile to allow targets to be built with...
2011-09-30  danDisable the xfer optimization if "PRAGMA count_changes...
2011-09-28  drhIn the shell, allow arbitrary table names on the "...
2011-09-28  drhEnhance the stat VFS to report out the total size of...
2011-09-27  drhChanges to sqlite3_analyzer to try to avoid integer...
2011-09-26  danChanges to the analyzer script to make it work with...
2011-09-25  drhIf an open as read/write fails, do not try to reopen...
2011-09-25  drhIf an open as read/write fails, do not try to reopen... stat3-trunk
2011-09-24  danFix misc3.test so that it works with OMIT_MERGE_SORT...
2011-09-24  danFix some test files so that they work with SQLITE_OMIT_...
2011-09-23  drhAdd SQLITE_DBSTATUS_CACHE_HIT and _MISS to the ".stat...
2011-09-23  drhAdd the -DBUILD_sqlite option to the compiler when...
2011-09-23  drhMerge the latest trunk changes into the stat3-trunk...
2011-09-23  drhTestability enhancements.
2011-09-23  drhFix typos in the format description comment of analyze.c.
2011-09-22  drhRemove the restriction on the number of entries per...
next