]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-09-19  drhReduce the size of Expr to 64-bytes. This works somewh... expr-simplify
2018-09-19  drhFix an issue in virtual table handling associated with...
2018-09-19  drhMake sure Expr.eX changes back to EX_None after Expr...
2018-09-19  drhReduce the size of Expr from 80 to 72 bytes moving...
2018-09-19  drhMake sure temporary Expr objects are fully initialized...
2018-09-18  drhIn the Expr object, the Expr.eX field determines what...
2018-09-18  drhMerge all recent trunk enhancements.
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...
2018-09-01  danAdd another test case to altertab.test.
2018-09-01  danFix a problem with renaming a column in a table that...
2018-09-01  drhFixes for harmless compiler warnings.
2018-09-01  drhFix some harmless compiler warnings and improve defense...
2018-09-01  danMerge alter-table-rename-table back into this branch.
2018-09-01  danHave "ALTER TABLE ADD COLUMN" reload the entire db... alter-table-rename-table
2018-09-01  drhMerge fixes from the alter-table-rename-column branch...
2018-09-01  drhMerge fixes and enhancements from trunk.
2018-09-01  danUpdate test script snapshot_fault.test to account for...
2018-08-31  drhNew hyperlink on the README.md file.
2018-08-31  danIf a call to sqlite3_snapshot_open() fails because...
2018-08-31  danEnsure b-tree mutexes are always held when sqlite3FindT...
2018-08-30  drhTry to identify the places in WAL code where thread...
2018-08-30  danTest the schema after renaming a table. Ensure that...
2018-08-30  drhGive the debugging routine print_pager_stats() external...
2018-08-30  danFix an ALTER TABLE problem with processing temp schema...
2018-08-30  drhImproved JSON parser caching.
2018-08-29  drhAdditional test cases for geopoly.
2018-08-29  danExtend RENAME TABLE to edit triggers and views. Still...
2018-08-29  drhFixes to the UPDATE logic in Geopoly.
2018-08-29  drhAlso free up the MEM_RowSet bit in the Mem.flags field...
next