]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-09-03  danFix a buffer overread that could occur when running... branch-3.9
2019-09-03  drhDisable the undocumented rtreenode() SQL function that...
2018-12-19  danAdd interfaces sqlite3_bind_pointer(), sqlite3_result_p...
2018-12-19  drhAdd extra defenses against strategically corrupt databa...
2016-03-31  drhVersion 3.9.3 version-3.9.3
2016-03-31  drhEnhance the query planner so that IS and IS NULL operat...
2015-11-02  drhVersion 3.9.2 version-3.9.2
2015-11-02  drhWhen creating an automatic-index on a sub-query, add...
2015-11-02  drhVersion 3.9.2
2015-11-01  drhIncrease the version number to 3.9.2.
2015-11-01  drhIf a table-constraint PRIMARY KEY lists a single column...
2015-10-16  drhVersion 3.9.1 version-3.9.1
2015-10-16  drhCherrypick the json form-feed fix, and other #ifdef...
2015-10-14  drhVersion 3.9.0 version-3.9.0
2015-10-14  danAdd the missing 'extern "C" {...}' blocks to fts5.h...
2015-10-12  drhRemove the unused fts5ExprColsetTest() routine.
2015-10-12  mistachkinFix a couple harmless compiler warnings.
2015-10-12  danFurther tweaks to improve fts5 prefix query performance.
2015-10-12  drhChange all references to 3.8.12 into 3.9.0. Comment...
2015-10-11  drhDetect and report circularly defined views even if...
2015-10-11  drhRemove an unreachable branch in the query flattener...
2015-10-11  drhImproved substitution logic in the query flattener...
2015-10-10  drhWork around a "security feature" bug in memcpy() on...
2015-10-10  drhRemove another instance of strcpy() from FTS5, to molli...
2015-10-10  drhOmit the use of strcpy() in FTS5 since OpenBSD hates...
2015-10-10  drhCompiler warning fixes: Rename some local variables...
2015-10-10  drhAdd some #ifdef-ery to json1.c to avoid a duplicate...
2015-10-09  drhThe previous fix to JSON1 was not complete. A few...
2015-10-09  drhFix the JSON1 extension so that it renders integers...
2015-10-09  danRemove fts5 sources from TESTSRC2 in main.mk as there...
2015-10-09  danAdd --enable-fts5 and --enable-json1 options to the...
2015-10-09  mistachkinIn the MSVC makefile, adjust the names of two nmake...
2015-10-09  drhChange the version number of the next release to 3...
2015-10-09  drhAdd the JSON1 and FTS5 extensions to the amalgamation...
2015-10-09  drhFix a typo in the MSVC Makefile amalg-json1-fts5
2015-10-09  drhAdd configure script options --enable-fts5 and --enable...
2015-10-09  danMakefile and fts5 changes so that fts5 works with main...
2015-10-09  drhTrying to get FTS5 tests to build and run using main...
2015-10-08  drhJson1 tests are working. Builds without FTS5 enabled...
2015-10-08  danRemove calls to "load_static_extension" from fts5 test...
2015-10-08  danFurther tweaks to main.mk so that fts5 builds as part...
2015-10-08  danFix further fts5 compilation issues.
2015-10-08  danFix two more warnings in fts5 code.
2015-10-08  danFix a couple of errors in fts5 compilation. This branch...
2015-10-08  drhFirst attempt to add json1 and fts5 to the amalgamation...
2015-10-08  mistachkinIn the RBU extension, use MoveFile() instead of rename...
2015-10-08  drhRemove two unused lines of code - discovered by scan...
2015-10-07  danFurther optimizations for fts5 prefix queries without...
2015-10-07  mistachkinFix harmless compiler warning in FTS5.
2015-10-07  danAllow the subsitute character (codepoint 26 - 0x1A...
2015-10-07  drhAdjustments to spellfix2.test so that it works reliably...
2015-10-07  danAdd tests for fts5 phrase queries with column filters.
2015-10-07  danAdd further tests for fts5 prefix queries.
2015-10-07  mistachkinFix a typo in the previous check-in.
2015-10-07  mistachkinWhen running tests on Tcl 8.6 under Windows, skip tests...
2015-10-07  drhRemove three obsolete and unused files from tool/
2015-10-06  mistachkinFix typo in comments. No changes to code.
2015-10-06  drhSimplifications to the VDBE bytecode that handles LIMIT...
2015-10-06  danOptimizations for fts5 expressions that filter on colum...
2015-10-06  drhFix the LIMIT and OFFSET handling for UNION ALL queries...
2015-10-06  mistachkinAdjustments to sqlite3MemoryBarrier() when compiling...
2015-10-05  danImprove performance of prefix queries without a prefix...
2015-10-05  danUpdate fts3 so that expressions to the left and right...
2015-10-05  danAdd fts5txt2db.tcl, a tool for creating sample fts4...
2015-10-03  danUpdate fts5 to support the table function syntax. ...
2015-10-03  danAdd tests for the rtree module to verify that attempts...
2015-10-02  danUpdate fts5 to avoid using a statement journal for...
2015-10-01  danFix an fts3 bug causing NEAR queries on uncommitted...
2015-09-30  drhAdd a corrupt database to test/fuzzdata3.db to validate...
2015-09-30  drhFix an assert() in btree.c that is only true for non...
2015-09-30  danClear the BTCF_ValidNKey flag when putting a cursor...
2015-09-30  danImprove error handling in shell command ".tables".
2015-09-29  drhUse symbolic names XN_ROWID and XN_EXPR in place of...
2015-09-29  danAdd the sqlite3_index_info.idxFlags field, allowing...
2015-09-29  danEnsure that the xSavepoint() virtual table method is...
2015-09-29  drhRemove dead code, replacing with assert() statements... vtab-onepass
2015-09-29  drhCreate the sqlite3IsToplevel(Parse*) interface to check...
2015-09-29  drhFix compiler warnings.
2015-09-29  danFix an off-by-one error in test function fts5_decode().
2015-09-29  danMerge latest trunk change into this branch.
2015-09-29  danChange the name of the new sqlite3_index_info.flags...
2015-09-29  danAdd tests for fts3 and onepass update/delete operations...
2015-09-28  danAlso allow UPDATE on virtual tables to use the onepass...
2015-09-28  drhExtra information provided by .wheretrace on input...
2015-09-28  danUpdate fts3 to use the onepass strategy for delete...
2015-09-28  danChanges to allow DELETE operations on virtual tables...
2015-09-28  drhAdd test cases to the ONEPASS optimization corruption...
2015-09-28  drhFix a database corruption bug caused by the ONEPASS...
2015-09-26  drhEnable adding JSON1 by appending the json1.c source...
2015-09-26  drhFix a memory leak that can occur following a syntax...
2015-09-26  drhFix the title of the documentation on sqlite3_value_sub...
2015-09-26  drhExpand the header comment to clarify the purpose for the
2015-09-26  drhRemove an assert in the windows worker-thread logic...
2015-09-25  drhFix threads.c so that setting sqlite3FaultSim(200)...
2015-09-25  drhFix PRAGMA integrity_check so that it works with a...
2015-09-25  drhReport an error if the number of named columns in a...
2015-09-25  drhFix a problem computing affinities for indexes during...
2015-09-24  drhEnhance the query planner so that it is able to use...
2015-09-24  drhFix over-length source code lines in where.c. No logic...
2015-09-24  drhStrengthen the implementations of xShmMemoryBarrier...
next