]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-10-05  drhWhen the left-hand side of a WHERE clause contraint... unique-constraint-weights
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...
2018-09-15  drhIncrease the version number to 3.26.0 as we start the...
2018-09-15  drhOptimization: when doing an UPDATE on a table with...
2018-09-15  drhVersion 3.25.0 version-3.25.0
2018-09-14  drhFix minor typos in comments that get carried over into...
2018-09-13  danUpdate releasetest.tcl to run "make test" as part of...
2018-09-13  drhMake sure the %z optimization for printf() is not invok...
2018-09-13  drhFix a requirement mark on a test script. No changes...
2018-09-12  danFix an assert() in os_unix.c that is not true when...
2018-09-12  drhRestrict the scope of internal-use functions in alter.c.
2018-09-12  drhImprovements to the documentation for SQLITE_FCNTL_DATA...
2018-09-12  danFix an invalid pointer comparison triggered by renaming...
2018-09-12  mistachkinFix some harmless compiler warnings seen with MSVC.
2018-09-12  mistachkinFor MSVC, migrate some commonly used shell compilation...
2018-09-12  drhFix a harmless compiler warning that arose from the...
2018-09-11  drhDo not do the byte-by-byte modifications in the resetdb...
2018-09-11  danFix a problem causing ENABLE_CURSOR_HINTS builds to...
2018-09-10  danFix a test script issue in fts3ao.test.
2018-09-10  danFix a minor problem causing an incorrect cursor-hint...
2018-09-10  drhAdd the ability for loadable extensions to access the new
2018-09-10  danFix a broken assert() in fts3.c.
2018-09-10  drhNew testcase() macros on virtual table xBestIndex logic.
2018-09-10  drhFix the LIKE optimization so that it is disabled when...
2018-09-10  danFix a problem with processing a "vtab.col IS NULL"...
2018-09-08  drhFix an unreachable branch in the new sqlite3WhereOrderB...
2018-09-08  drhFix multiple issues with the ORDER BY LIMIT optimizatio...
2018-09-08  mistachkinAdd a missing call to free() in Lemon.
next