]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-10-29  mistachkinAdd the sqlite3_normalized_sql() API. normalized_sql
2018-10-29  danIn the sessions module, avoid collecting rebase data...
2018-10-29  drhHarden the dbstat extension against corrupt database...
2018-10-27  drhImprovements to the dbfuzz2.c test module.
2018-10-27  drhAdd an entry in Makefile.in to build dbfuzz2 using...
2018-10-27  drhInitial code for a fuzzing tool on database file that...
2018-10-26  danAdd the sqlite3session_config() interface. For configur...
2018-10-26  danPrevent an == constraint specified using the table...
2018-10-25  drhIn the WHERE-constraint propagation optimization, if...
2018-10-24  drhAdd the ENABLE_GEOPOLY case to the compile_options...
2018-10-23  danFix a problem with using window functions in compound...
2018-10-20  danAdd the sqlite3changeset_start_v2() - a new version...
2018-10-18  danTake steps to avoid a potential integer overflow in...
2018-10-18  danAdd the SQLITE_CHANGESETAPPLY_INVERT flag to sessions...
2018-10-12  drhTest case modifications to support SEE.
2018-10-11  drhAdd the textkey and textrekey pragmas.
2018-10-11  drhFix harmless compiler warnings in the CLI.
2018-10-11  drhAlways reset the pager before changing the codec.
2018-10-11  drhOn the first connection to a WAL-mode database that...
2018-10-11  drhIn the CLI, fix a file descriptor leak following OOM...
2018-10-11  drhIn the unix VFS, fix the heap shm allocator (used for...
2018-10-10  drhIn the CLI, allow the SQLITE_HISTORY environment variab...
2018-10-08  drhFix an issue with the new memstat.c extension.
2018-10-08  drhReplace the new geopoly_reverse() function with geopoly...
2018-10-08  drhAdd the geopoly_reverse() function to the GeoPoly exten...
2018-10-06  drhFix the ".help -all" option in the command-line shell.
2018-10-06  danAdd test cases and assert() statements to ensure that...
2018-10-05  drhChanges to geopoly to silience false-positive warnings...
2018-10-03  drhAdd an ALWAYS on an unreachable branch in the ALTER...
2018-10-03  danChange a type in shell.c.in from "int" to "sqlite3_int6...
2018-10-02  drhAdd an additional assert() verifying mutex invariants...
2018-10-02  drhAdditional field name changes and commit fixes associat...
2018-10-02  drhFix comments and refactor some names associated with...
2018-10-01  drhAdd the "PRAGMA table_xinfo" command that works like...
2018-10-01  drhTest case for PRAGMA table_xinfo. pragma-table-vinfo
2018-10-01  drhChange the name of the pragma to PRAGMA table_xinfo...
2018-10-01  drhAdd the extra "hidden" column to the end of the PRAGMA...
2018-10-01  danSpeed up xAccess() calls made on an RBU VFS when there...
2018-10-01  drhBring the PRAGMA table_vinfo statement up to date with...
2018-10-01  drhFix a potential crash that can occur while reading...
2018-10-01  danFix a problem with ALTER TABLE commands when the schema...
2018-09-29  drhAdd the PRAGMA table_vinfo command (with an extra ...
2018-09-28  drhFix test cases so that they work with ICU.
2018-09-28  danHave sqlite3changegroup_output_strm() call its output...
2018-09-28  drhFix a bug in the sqlite_memstat virtual table that...
2018-09-28  drhAdd the geopoly_regular(X,Y,R,N) function to the geopol...
2018-09-28  drhMake most geopoly functions pure.
2018-09-28  drhRig geopoly to use sqlite3AtoF() if it is available...
2018-09-27  drhSmall performance optimization in the JSON parser of...
2018-09-27  drhEnhance the GeoPOLY extension so that it always stores...
2018-09-27  drhEnsure that the OP_VColumn opcode does set sqlite3_vtab...
2018-09-27  danAnother minor tweak to memstat.c so that it may be...
2018-09-27  drhModify the memstat virtual table so that it works with...
2018-09-27  drhAdd the sqlite_memstat extension - an eponymous virtual...
2018-09-27  drhEnhancements to sqlite_memstat: memstat-vtab
2018-09-27  drhAdd initial ZIPVFS support for the "main" database...
2018-09-27  drhInitial prototype of a eponymous virtual table that...
2018-09-27  danDisallow the use of window functions in the recursive...
2018-09-27  mistachkinMinor simplification: In OP_ParseSchema, read the p1...
2018-09-26  drhFurther improvements to the ".help" command in the...
2018-09-26  drhBegin revamping the ".help" command in the command...
2018-09-26  danTweak spellfix.c so that if SQLITE_SPELLFIX_5BYTE_MAPPI...
2018-09-26  drhFix typos in the header comment for the sha1 and sha3...
2018-09-25  danFix a problem in releasetest.tcl causing configuration...
2018-09-24  drhSlightly smaller and faster alternative to [507d892c3a4...
2018-09-24  danFix a problem with views that use window functions...
2018-09-24  drhAllow a writable virtual table to have a schema with...
2018-09-24  drhUse compile-time options SQLITE_QUERY_PLANNER_LIMIT and
2018-09-24  drhIncrease the initial value of WhereLoopBuilder.iPlanLim...
2018-09-23  drhFix a faulty assert() in the validation logic for the...
2018-09-22  drhEnhance WhereLoopBuilder.iPlanLimit to handle a case...
2018-09-21  mistachkinFix harmless compiler warning when compiled with SQLITE...
2018-09-21  drhComment typo fixed. No code changes.
2018-09-21  drhPut a limit counter on the query planner that restricts...
2018-09-21  drhOptimization to the OP_MakeRecord opcode makes speed...
2018-09-20  drhMinor code simplification.
2018-09-20  drhAdd the "PRAGMA legacy_alter_table=ON" command to enabl...
2018-09-20  drhCombine the Expr.pTab and Expr.pWin fields into a union...
2018-09-20  danBy default, make all "ALTER TABLE RENAME" statements... legacy-alter-table
2018-09-20  danAdd a PRAGMA that restores the legacy ALTER TABLE RENAM...
2018-09-19  drhA minor code simplification, saved in a branch for... minor-altertab-simplification
2018-09-19  danFix a compilation issue in the "userauth" extension...
2018-09-19  drhFix the "sqlite3" command in the TCL interface so that...
2018-09-18  danFix a problem building on Android with SQLITE_ENABLE_BA...
2018-09-18  danAvoid incrementing the SQLITE_LOOKASIDE_MISS_SIZE stat...
2018-09-18  danEnhance tester.tcl so that when "--malloctrace=1" is...
2018-09-18  danMinor improvements to the permutations.test script...
2018-09-17  drhFurther optimizations to the UPDATE logic to avoid...
2018-09-17  drhDisable the ORDER BY LIMIT optimization in queries...
2018-09-17  drhFix a false-positive in the post-ALTER-TABLE schema...
2018-09-17  drhRestore an assert() that was present on trunk. tkt-b41031ea
2018-09-17  danMinor modification to the fix on this branch to avoid...
2018-09-17  mistachkinFix missing space in 'configure.ac' reported on the...
2018-09-17  danAdd extra test for the fix on this branch. Also fix a
2018-09-17  drhAdd assert()s to the new code in the previous check-in.
2018-09-16  drhFirst proposed fix for the ALTER TABLE problem describe...
2018-09-16  drhRemove an unreachable branch from the index-on-expressi...
2018-09-16  drhFix a memory leak in the explain extension.
2018-09-16  drhAdd the new "explain" virtual table in ext/misc. Use...
2018-09-16  drhImproved presentation on the new code that prevents...
next