]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-10-12  mistachkinRemove AWK requirement from the MSVC batch build tool. omit-awk
2015-10-12  mistachkinThe TclKit batch tool should not download the TclKit...
2015-10-10  mistachkinEnhance TclKit batch tool (and MSVC makefile) to suppor...
2015-10-10  mistachkinRemove a couple superfluous double quotes in the MSVC...
2015-10-10  mistachkinFix typo in the MSVC makefile. Replace remaining uses...
2015-10-10  mistachkinMore fine-tuning to the new TclKit tools.
2015-10-09  mistachkinTweak batch tool added in the previous check-in to...
2015-10-09  mistachkinAdd tool capable of downloading a TclKit (and its assoc...
2015-10-07  drhConvert the tool/tostr.awk script into tool/tostr.tcl...
2015-10-07  drhChange the addopcodes.awk script into tool/addopcodes...
2015-10-07  drhConvert the mkopcodec.awk script into tool/mkopcodec...
2015-10-07  drhChange mkopcodeh.awk into tool/mkopcodeh.tcl.
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...
2015-09-24  drhMake sure joins work correctly when both sides of the...
2015-09-24  drhCorrectly handle the case of a WHERE-clause term with...
2015-09-24  drhFix a JSON1 test case so that it works on builds that...
2015-09-24  drhAnother (smaller) performance optimization for the...
2015-09-24  drhPerformance optimizations on the JSON parser.
2015-09-23  drhTake care that the number of reserved bits per page...
2015-09-23  drhCapture AFL-generated fuzz tests for json1.c into the...
2015-09-23  drhDo not allow a comma at the end of a JSON array or...
2015-09-22  drhAdd the --export-sql and --export-db options to the...
2015-09-22  drhFix a typo in the --help screen of the fuzzcheck utility.
2015-09-22  drhFuther simplifications to json1.c. Also an obscure...
2015-09-22  drhFix json_set() so that it can overwrite a value that...
2015-09-21  mistachkinFor MSVC, have the 'sqlite3.c' target depend on 'sqlite...
2015-09-21  mistachkinFix compilation under older versions of MSVC.
2015-09-21  drhSimplifications to the json1.c logic.
2015-09-20  drhFix an overly-strict assert() in the btree logic.
2015-09-19  drhDo not allow table-valued function syntax to be used...
2015-09-19  drhAdd the --disable-lookaside option to the fuzzershell...
2015-09-19  drhFix a memory leak in json1.c that could occur after...
2015-09-19  danAdd an assert() statement to delete.c.
2015-09-19  drhFix compiler warnings.
2015-09-19  drhAdd json1.c to the fuzzer test shells.
2015-09-19  drhAdjust Makefiles to use SQLITE_CORE when statically... json-fuzz
2015-09-19  drhAdjust fuzzershell so that it adds the json1 extension...
2015-09-19  drhInclude json1.c in fuzzcheck and fuzzershell.
2015-09-19  drhFix a documentation typo in sqlite3_bind_parameter_inde...
2015-09-19  drhFix an off-by-one error (really off-by-2 in this case...
2015-09-19  drhDo not allow rowid in a UNIQUE or PRIMARY KEY constrain...
2015-09-18  drhFix a crash that can occur with a skip-scan on an index...
2015-09-18  drhAdjustments to the spellfix2.test module so that it...
2015-09-18  drhAdjust two test cases so that they conform to the curre...
2015-09-18  drhFix sqlilimits.test module so that it knows that the...
2015-09-18  danEnsure that "PRAGMA integrity_check" reports an error...
2015-09-18  drhFix the orderby9.test case so that it works with 32...
2015-09-18  drhRemove a test made obsolete by the ONEPASS DELETE optim...
2015-09-17  danAvoid passing (signed char) values directly to isspace...
2015-09-17  danFix a crash in FTS5 caused by specifying NULL as the...
2015-09-16  drhAdd a "flush" to force incremental output to releasetes...
2015-09-16  danFix typo in fts5.h.
2015-09-15  danAdd test cases to cover fts5 integrity-check code.
2015-09-15  drhReformat some code to make it easier to merge with...
2015-09-15  danFix a problem with fts5 "ORDER BY rowid DESC" queries...
2015-09-14  danImprove test coverage of fts5_index.c.
next