]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-09-27  drhMinor enhancement to the pager so that it remembers... immutable-pager
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.
2018-09-08  mistachkinFix typo in the Win32-specific code for the fileio...
2018-09-07  drhRemove a faulty ALWAYS() macro added by check-in [8fa25...
2018-09-07  danAdd extra test case to altertab.test.
2018-09-07  drhAdd assert() and ALWAYS() to identify two unreachable...
2018-09-07  danFix a problem with renaming a non-temp table that has...
2018-09-07  danMinor fixes for problems revealed by releasetest.tcl.
2018-09-07  drhFix an uninitialized variable in the OP_ParseSchema...
2018-09-06  danIn all.test, do not attempt to run the RBU tests in...
2018-09-06  drhFix a harmless compiler warning in os_unix.c.
2018-09-06  danFix a problem with ALTER TABLE when there are views...
2018-09-06  danFix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTA...
2018-09-06  danFix test script problems causing SQLITE_OMIT_VIRTUALTAB...
2018-09-06  mistachkinMerge accidental fork.
2018-09-06  mistachkinFix harmless compiler warning.
2018-09-06  danFix a problem causing SQLITE_OMIT_VIRTUALTABLE builds...
2018-09-06  danAdd new test file "alterauth.test".
2018-09-06  danAdd an "ALTER TABLE RENAME COLUMN" command. Upgrade...
2018-09-06  danMerge latest trunk changes into this branch. alter-table-rename-column
2018-09-06  danEnsure that the tbl_name column in the sqlite_temp_mast...
2018-09-06  drhAdd the randomshape.tcl test-case generator script...
2018-09-06  drhFix excess memory usage in the JSON parser of GEOPOLY.
2018-09-06  drhFix a problem with geopoly trying to update both the...
2018-09-05  danMerge latest trunk changes into this branch.
2018-09-05  danFix some test script errors. And an incorrect assert...
2018-09-05  drhRemove an old testcase() macro that is no longer valid.
2018-09-05  danAvoid comparing pointer values after the object that...
2018-09-05  danFix minor code issues in alter.c.
2018-09-04  danMerge latest trunk changes into this branch.
2018-09-03  danImprove the error messages emitted by RENAME TABLE.
2018-09-03  danEnsure that FTS5 queries of the form "WHERE rowid BETWE...
next