]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-05-21  danHave r-tree prefer to use the constraint "col MATCH... sessions-value-dup
2015-05-20  drhAdd the sqlite3_value_dup() and sqlite3_value_free...
2015-05-20  drhAdd the sqlite3_value_dup() and sqlite3_value_free...
2015-05-20  drhFix the initialization logic in CREATE TABLE AS so...
2015-05-20  drhAdd a test case to verify that CREATE TABLE AS does... create-table-as-type-fix
2015-05-20  drhSimplification of the initialization code for CREATE...
2015-05-20  drhA proposed fix for the problem of CREATE TABLE AS gener...
2015-05-20  drhFix handling of queries with VALUES on the left and...
2015-05-19  drhEnhance the selecttrace display by showing Select.selFlags.
2015-05-19  drhMerge the Makefile.msc fix and the compiler warning...
2015-05-19  drhFix the MSVC makefile so that it works with OTA. Fix...
2015-05-19  drhMerge recent trunk changes, include the R-Tree enhancem...
2015-05-19  drhAllow R-Tree geometry functions to take 8-byte BLOB...
2015-05-19  danEnsure that when the VM applies TEXT affinity to a...
2015-05-19  danRemove the sqlite3ota_open_v2() API. Add a new paramete...
2015-05-19  danMerge the ota-update branch with trunk.
2015-05-19  danAdd a comment for SQLITE_FCNTL_OTA to sqlite.h.in. ota-update
2015-05-19  danAllow OTA update state data to be stored in a database...
2015-05-19  danMerge latest trunk changes with this branch.
2015-05-18  drhTransitive constraints should only work if operands...
2015-05-18  drhUse an ALWAY() on conditionals in the transitive constr... transitive-constraints
2015-05-18  drhRefinements to the determination of when an A==B term...
2015-05-18  drhMake a hard copy of the results of a subquery lest...
2015-05-16  drhFurther restrictions on the use of the transitive prope...
2015-05-16  drhFix the transitive constraint processing to only allow...
2015-05-16  drhFix a typo in a comment. No changes to code.
2015-05-16  mistachkinImprove the clean target in the MSVC makefile.
2015-05-15  drhUpdate the README.md file at the top of the repository...
2015-05-15  mistachkinMinor coding style change, adjust new local variable...
2015-05-15  danDo not assume that "col IS ?" matches at most a single...
2015-05-15  drhSimplifications to error message processing. Fix a...
2015-05-14  drhIncrease the version number to 3.8.11. Upgrade autocon...
2015-05-14  drhMerge in the IS-operator enhancements and other recent...
2015-05-14  drhThe IS operator can now use indexes the same as the...
2015-05-14  drhA few more test cases for the IS operator. index-is-operator
2015-05-14  drhMore test cases. Remove some invalid testcase() macros...
2015-05-14  drhAdd testcase() macros. Get transitive WHERE clause...
2015-05-14  danMerge changes from the index-is-operator branch into...
2015-05-14  danMerge latest trunk changes with this branch.
2015-05-14  drhA new implementation of indexing with the IS operator...
2015-05-13  drhSimplified implementation of indexing with the IS operator.
2015-05-13  drhAdd testcase() macros and comments and a few test-cases.
2015-05-13  drhAn early attempt to get indexes to work with the IS...
2015-05-13  mistachkinEnhancements to the MSVC makefile.
2015-05-12  mistachkinFix typo in Win32 VFS code enabled when the SQLITE_WIN3...
2015-05-12  drhAttempt to get DBSTAT to compile without warnings acros...
2015-05-12  drhFix a compiler warning when building with tclsqlite3...
2015-05-12  drhImprovements to documentation of the sqlite3_column_xxx...
2015-05-12  drhTry to get recent sqlite3_analyzer and sqldiff tests...
2015-05-12  drhFix sqldiff.exe so that it always runs in single-thread...
2015-05-11  danAdd new fts3 matchinfo option 'b'. Also optimize existi...
2015-05-11  drhAdd missing "finish_test" commands to the end of the...
2015-05-11  danMerge latest trunk changes into this branch. fts3-matchinfo-y
2015-05-11  drhTest cases for sqlite3_analyzer and sqldiff. Fix a...
2015-05-11  mistachkinFix minor Makefile typos. Improve consistency of MSVC...
2015-05-11  drhBuild the sqlite3_analyzer.exe and sqldiff.exe programs...
2015-05-11  drhRevamp the way the DBSTAT virtual table is registered.
2015-05-11  danChange autoconf/Makefile.am to avoid building target...
2015-05-10  drhFix the sqlite3_memory_used() and sqlite3_memory_highwa...
2015-05-09  drhVersion 3.8.10.1 version-3.8.10.1
2015-05-09  drhBump the version number to 3.8.10.1
2015-05-08  mistachkinFix harmless compiler warning with MSVC.
2015-05-08  mistachkinRemove a couple stray test breakpoint calls.
2015-05-07  drhAdd an entry to sqlite3_compileoption_used() for
2015-05-07  drhTesting improvements and corner-case bug fixes for...
2015-05-07  drhEnhance the dbstat virtual table with the ability to...
2015-05-07  drhMerge in the 3.8.10 release changes.
2015-05-07  drhVersion 3.8.10 version-3.8.10
2015-05-07  drhRemove a faulty assert() statement.
2015-05-06  danMerge latest trunk changes with this branch.
2015-05-06  danRemove some dead code from fts3_snippet.c.
2015-05-06  danMore optimization for the 'y' and 'b' matchinfo directives.
2015-05-06  danHave the autoconf package build the shell tool with...
2015-05-06  danFurther optimizations for the 'y' and 'b' matchinfo...
2015-05-05  danAdd the fts3 matchinfo 'b' flag.
2015-05-05  danOptimizations for the matchinfo() function, particularl...
2015-05-05  drhRemove four lines of superfluous code identified by...
2015-05-05  drhMerge all trunk enhancements and fixes into the session...
2015-05-05  drhFix a minor coding inefficiency found during pre-releas...
2015-05-05  drhAdd #ifdef statements to test_blob.c so that it will...
2015-05-05  drhSpell SQLITE_OMIT_VIRTUALTABLE correctly in a #if in...
2015-05-05  danFix a faulty assert() in the btree part of the "PRAGMA...
2015-05-05  drhFix a problem in Makefile.in that only comes up on...
2015-05-05  drhFix #ifdef problem in tclsqlite.c.
2015-05-04  drhAutomatically enable the dbstat virtual table on all...
2015-05-04  drhIn the command-line shell, and the ".binary" command...
2015-05-04  drhAdd the "dbstat" virtual table as a standard component...
2015-05-04  drhRename the test_stat.c source file to dbstat.c and... dbstat-in-amalgamation
2015-05-04  drhInclude the "dbstat" virtual table in the amalgamation.
2015-05-04  drhFix a faulty assert() in the SELECT code generator...
2015-05-04  drhFix a bug in --changeset output for sqldiff.exe for...
2015-05-04  drhAdd the --lib option to the sqldiff.exe command-line...
2015-05-04  danAdd the 'y' flag to the fts3/4 matchinfo() function.
2015-05-02  drhImprovements to fuzzershell: Avoid excess memory alloca...
2015-05-02  drhAdd the ".limit" command to the command-line shell.
2015-05-02  danReorganize some multi-threaded code in vdbesort.c so...
2015-05-02  drhCleanup of the sqlite3StrAccumInit() function. No...
2015-05-02  danAdd the experimental matchinfo 'y' flag to fts3/4.
2015-05-01  drhEnhance the fuzzershell --uniquecases option to output...
2015-05-01  drhEnhance fuzzershell to accept multiple input files...
next