]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-08-04  drhAdd an experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION... unknown-function
2016-07-28  drhMerge recent trunk fixes.
2016-07-28  drhDisable the authorizer callback when reparsing the...
2016-07-28  drhImprovements to the way the COMPILER compile-time optio...
2016-07-28  drhNew test case to insure legacy CREATE TABLE syntax...
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  drhMerge fixes to sqlite3_scrub_backup() from trunk.
2016-07-26  danEnsure that the sqlite3_scrub_backup() extension create...
2016-07-26  drhMerge the cache_spill VACUUM fix from trunk.
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-26  drhMake sure affinity is applied correctly on lower-bound...
2016-07-25  drhMerge the VACCUM cache_size adjustment from trunk.
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  drhAdd the experimental SQLITE_VACUUM_CACHE_SIZE macro.
2016-07-25  drhMerge 3.14 alpha changes from trunk.
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.
2016-07-15  mistachkinAdd tests, including some for the sqlite3_expanded_sql...
2016-07-14  mistachkinMore work on the Tcl interface and tests for the sqlite...
2016-07-14  mistachkinInitial work on the Tcl API interface to the new sqlite...
2016-07-14  drhMinor tweak the the b-tree balancer. btree-tuning
2016-07-14  drhFix ALTER TABLE so that it does not promote the schema...
2016-07-14  mistachkinFix copy/paste typo in the new sqlite3_expanded_sql...
2016-07-14  drhFix a parameter misordering on sqlite3_trace_v2() in...
2016-07-14  drhAdd the sqlite3_expanded_sql() interface. Refinements...
2016-07-13  drhLegacy tests now passing.
2016-07-13  drhFirst cut at implementing the new sqlite3_trace_v2...
2016-07-13  drhInterface design for a new sqlite3_trace_v2() method...
2016-07-13  drhFix harmless compiler warnings in shell.c for NetBSD.
2016-07-13  drhFix header comments and remove an unnecessary version...
2016-07-12  drhFix the error counter reset in Lemon generated parsers...
2016-07-10  mistachkinFix typos in comments. No changes to code.
2016-07-09  drhAdd the "#/value-list/" style of results for approximat...
2016-07-09  drhFix a compiler warning in test code - in the int64array...
2016-07-09  drhFix compiler warnings on windows.
2016-07-09  drhFix various internal #defines to conform to new C-langu...
2016-07-09  drhAdd support for the win32-none VFS.
2016-07-08  mistachkinInitial work on a Win32 VFS with NOP locking. win32nolock
2016-07-08  drhAnother attempt to fix error handling in Lemon. This...
2016-07-08  drhIn the sqldiff program, make sure the first argument...
2016-07-06  danAdd the SQLITE_DBSTATUS_CACHE_USED_SHARED sqlite3_db_st...
2016-07-06  danChange the name of the SQLITE_DBSTATUS_PROPORTIONAL_CAC... dbstatus-prop-cache-used
2016-07-06  danFix a test script problem causing a test to fail if...
2016-07-06  danAdd the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED sqlite3...
2016-07-06  danFix a memory leak in recently added test code.
2016-07-05  drhMore fixes to Fossil so that it automatically resets...
2016-07-05  drhAttempt to reset the error count in the Lemon-generated...
2016-07-04  danAdd the sqlite3rbu_state() API. Used to determine the...
2016-07-04  drhAdd the carray() virtual table as a loadable extension.
2016-07-03  drhChange the name of the intarray() extension to carray... prototype-int-array
2016-07-02  drhFix an off-by-one comparison in the intarray() virtual...
2016-07-02  drhMerge the alternative table-valued function RHS of...
2016-07-02  drhFix a problem in table-valued functions on the RHS...
2016-07-02  drhAdd support for table-valued functions on the RHS of...
2016-07-01  drhFix the transitive constraint logic error that can...
2016-07-01  drhAdd test cases to the transitive constraint fix. planner-fix
2016-07-01  danAdd the sqlite3rbu_state() API. Used to determine the... rbu-state-api
2016-06-29  drhAdd the ability to have a table-valued function on...
2016-06-29  drhAnother test case for the intarray($PTR,$N) virtual...
2016-06-29  drhAdd a prototype intarray($PTR,$N) table valued function.
2016-06-28  drhProposed fix for a problem in the query planner.
2016-06-26  drhPrevent the WhereLoop.rSetup cost estimate from going...
next