]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-08-09  drhPrototype for the remember(V,PTR) extension function. rememberFunc
2016-08-09  drhFix harmless compiler warning.
2016-08-09  danMinor update to the way fts5 column filters are parsed.
2016-08-09  danHave fts5 interpret column lists that begin with a...
2016-08-08  drhVersion 3.14 version-3.14.0
2016-08-07  drhFix documentation typos. No changes to code.
2016-08-05  danHave the TEA package build without SQLITE_OMIT_DEPRECAT...
2016-08-05  danUndo commit [f250166bb]. It is required to handle IO...
2016-08-05  drhRemove an incorrect ALWAYS() statement and add a test...
2016-08-05  drhFix a very obscure problem following OOM in sqlite3_dec...
2016-08-04  drhRevert the SQLITE_APICALL changes for now. That change...
2016-08-04  drhAdd the experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION...
2016-08-04  drhMake sure the ORDER BY LIMIT optimization is not applie...
2016-08-03  drhFix a typo in a comment in btree.c. No changes to...
2016-08-03  drhFix the --help output on fuzzcheck so that it fix in...
2016-08-02  drhFix a unused variable that comes up with -DSQLITE_OMIT_...
2016-08-02  mistachkinThe 'replace.tcl' tool should use Unix line-endings.
2016-08-02  drhUpdates to requirements marks. No changes to code.
2016-08-02  danFix a problem introduced by [77948b5eceab92a7] causing...
2016-08-02  drhFix harmless compiler warnings in sqlite3_status().
2016-08-01  drhUpdate the wordcount.c test program and add a new scrip...
2016-08-01  drhFix other harmless compiler warnings.
2016-08-01  danRemove a duplicate typedef from loadext.c (remaining...
2016-08-01  danAdd an extra compiler switch to loadext.test to ensure...
2016-08-01  drhUpdate releasetest.tcl to automatically do one round...
2016-08-01  drhAvoid making unnecessary changes to the signatures...
2016-07-30  mistachkinFix harmless compiler warning seen with MSVC.
2016-07-29  mistachkinUsing the header file 'intrin.h' requires MSVC 2005...
2016-07-29  mistachkinFor test 'shell1-5.0', disable round-trip testing for...
2016-07-29  mistachkinFix typo in a test file interactive output string.
2016-07-29  drhMerge additional linkage macro changes from the branch.
2016-07-29  drhFurther refinement to the calling convention macros.
2016-07-29  mistachkinMerge updates from trunk.
2016-07-29  mistachkinUpdate the autoconf makefile for MSVC.
2016-07-29  drhUndo some unhelpful changes to skip-scan scoring that...
2016-07-29  mistachkinAdd macro necessary for building several extensions...
2016-07-28  mistachkinMissed a couple Tcl command deletion callbacks.
2016-07-28  mistachkinUse the SQLITE_TCLAPI macro in several extensions that...
2016-07-28  mistachkinMore compiler warning fixes for GCC related to the...
2016-07-28  mistachkinThe return type used by the auto-extension entry points...
2016-07-28  mistachkinMake sure all the auto-extension mechanism function...
2016-07-28  mistachkinMake the extension auto-loading mechanism work with...
2016-07-28  mistachkinThe 'sqlite3ext.h' content should be processed before...
2016-07-28  drhDecorate all interfaces with calling convention macros.
2016-07-28  mistachkinAll SQLite API functions and callbacks in the 'sqlite3e...
2016-07-28  drhDisable the authorizer callback when reparsing the...
2016-07-28  mistachkinFixup reserved function pointers in the Tcl stubs table...
2016-07-28  mistachkinAdjustments to get 'testfixture.exe' compiling with...
2016-07-28  drhImprovements to the way the COMPILER compile-time optio...
2016-07-28  mistachkinMake sure the SQLITE_TCLAPI macro is always defined.
2016-07-28  mistachkinMore work on getting the 'testfixture.exe' target to...
2016-07-28  mistachkinModify the mksqlite3h.tcl tool to handle the syscall...
2016-07-28  drhChange mksqlite3h.tcl to automatically insert the SQLIT...
2016-07-28  mistachkinAllow the 'testfixture.exe' target to be compiled with...
2016-07-28  drhNew test case to insure legacy CREATE TABLE syntax...
2016-07-28  mistachkinWork in progress on setting a calling convention for...
2016-07-27  drhEnhance the query planner cost estimation for index...
2016-07-27  drhAdd test cases and fix a comment. improved-index-scan
2016-07-27  drhWhen estimating the cost of an index scan, factor in...
2016-07-27  danInitialize a variable in where.c to avoid a valgrind...
2016-07-26  danEnsure that the sqlite3_scrub_backup() extension create...
2016-07-26  drhCopy the cache_spill setting from the main database...
2016-07-26  drhMake sure affinity is applied correctly on lower-bound...
2016-07-25  drhIn the VACUUM command, set the cache_size of the transi...
2016-07-25  drhFix a test case in FTS5 to make it compatible with...
2016-07-25  drhMinor test infrastructure changes to better support...
2016-07-25  drhAdd a new %ifdef to parse.y so that the build works...
2016-07-25  drhChanges to test scripts to get them all running on...
2016-07-25  drhDisable the DBSTATUS_CACHE_USED_SHARED tests on mac...
2016-07-25  drhUpdate the vacuummem.test script so that it works on...
2016-07-25  drhIf both MEMSYS3 and MEMSYS5 are enabled, than automatic...
2016-07-25  drhAnother attempt at getting --enable-memsysN working.
2016-07-25  drhFix the --enable-memsysN options in configure so that...
2016-07-25  drhAdd --enable-memsys3 and --enable-memsys5 options to...
2016-07-25  drhEvidence marks and code reformatting for SQLITE_TRACE_S...
2016-07-25  drhChange SQLITE_TRACE_STMT to return unexpanded SQL text...
2016-07-25  drhFix code so that the deprecated sqlite3_trace() and...
2016-07-23  drhUse sqlite3_trace_v2() instead of sqlite3_trace() in...
2016-07-23  drhAdd the json_quote() function to the JSON1 extension.
2016-07-23  drhSmall tweak to the btree balancer for improved tree...
2016-07-23  drhFix recently added tests so that they work in all confi...
2016-07-23  drhAdd the sqlite3_expanded_sql() and sqlite3_trace_v2...
2016-07-23  drhImprovements to sqlite3_trace_v2() documentation. ... sqlite3_trace_v2
2016-07-23  drhAdd requirements marks to the sqlite3_trace_v2() interf...
2016-07-23  drhFix sqlite3VdbeExpandSql() so that it handles OOMs...
2016-07-22  mistachkinRevise a warning fix from the previous check-in to...
2016-07-22  mistachkinFix harmless compiler warnings seen with MSVC.
2016-07-22  drhBe sure to hold the database connection mutex while...
2016-07-22  drhAdd requirements marks to the sqlite3_expanded_sql...
2016-07-22  danFix a problem with upper case module names in the ...
2016-07-21  danAdd extra test cases to verify the fix in [64ca1a835].
2016-07-21  danAdd new test file vacuummem.test. To test that any...
2016-07-15  danAdd the largely untested SQLITE_FTS5_NO_WITHOUT_ROWID...
2016-07-15  drhThe sqlite3_expanded_sql() function compiles, but alway...
2016-07-15  drhMerge fixes from trunk. Fix the tclsqlite.test script.
2016-07-15  drhDisable the CSV extension when virtual tables are disabled.
2016-07-15  mistachkinModify the Tcl test command 'sqlite3_bind_blob' to...
2016-07-15  mistachkinFix typo in sqlite3_trace_v2().
2016-07-15  mistachkinCorrections and enhancements for the new tests.
2016-07-15  mistachkinModify one test result to be case-insensitive.
next