]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-09-11  drhUpdate evidence marks due to wording changes in require...
2015-09-11  mistachkinFix harmless compiler warnings.
2015-09-11  drhMore test cases in test/json102.test corresponding...
2015-09-11  danFix some compiler warnings in fts5 code.
2015-09-11  drhUpdates to the sqlite3_value_subtype() and sqlite3_resu...
2015-09-11  drhAdd new interfaces sqlite3_value_subtype() and sqlite3_...
2015-09-11  drhTake out the goofy '$$' path syntax. Instead, use... subtypes
2015-09-10  drhMake the sqlite3_value_subtype() and sqlite3_result_sub...
2015-09-10  drhExperimental implementation of sqlite3_result_subtype...
2015-09-10  drhFix a potential NULL pointer deref in the testing logic...
2015-09-10  danModify the fts5 leaf page format to permit faster seek...
2015-09-10  drhCreate separate "path" and "root" columns in the json_e...
2015-09-10  danIncrement the fts5 version value to indicate that the... fts5-incompatible
2015-09-10  danFix a segfault in fts5 that could occur if the database...
2015-09-10  danMerge latest changes from trunk. Including fts5_expr...
2015-09-10  danUpdate description of on-disk format in fts5_index.c.
2015-09-10  drhMake the sqlite3ext.h header file responsive to -DSQLIT...
2015-09-10  drhDisable tests for json_each() and json_tree() on builds...
2015-09-10  drhFix the --help option on test/releasetest.tcl. Also...
2015-09-10  danRevert an accidentally committed makefile change.
2015-09-10  danFix an fts5 problem that could occur if a term and...
2015-09-10  danChange the array of 16-bit offsets at the end of each...
2015-09-10  drhAttempt to declare sqlite3MemoryBarrier() correctly...
2015-09-10  drhFix the json_tree() scan for the case when a path is...
2015-09-10  drhNo-op the sqlite3_memory_alarm() interface in a differe...
2015-09-09  mistachkinFix harmless compiler warning in FTS5.
2015-09-09  danFix an assert() enabled by SQLITE_ENABLE_EXPENSIVE_ASSE...
2015-09-09  drhFix a possible NULL pointer deref when using SQLITE_ENA...
2015-09-09  mistachkinFix harmless compiler warning.
2015-09-09  mistachkinFix harmless compiler warnings in FTS5.
2015-09-09  drhWhen running a CREATE TABLE AS, make the initial tempor...
2015-09-09  danFix a bug in preprocessor macros within fts5_main.c.
2015-09-08  drhRemove an unused local variable from Lemon.
2015-09-08  drhEnhance the DBSTAT virtual table with a new hidden...
2015-09-08  drhEponymous virtual tables exist in the "main" schema...
2015-09-08  danRemove the 0x00 terminators from the end of doclists...
2015-09-08  drhFix the help message that sqlite3_analyzer.exe generate...
2015-09-07  drhMinor tweaks to Lemon.
2015-09-07  drhEnhance the Lemon parser generator to add SHIFTREDUCE...
2015-09-07  drhFix an unreachable branch in the new parse automaton. lemon-update
2015-09-07  drhChange the parser engine so that it (once again) waits...
2015-09-07  drhFor the Lemon-generated parser, add a new action type...
2015-09-07  drhIn the "parse.out" output file from Lemon, show additio...
2015-09-07  danUse macros to make the code in fts5_index.c easier...
2015-09-07  drhImproved "Parser Statistics" output (the -s option...
2015-09-06  drhImproved memory barrier that should work with MinGW...
2015-09-06  drhAdd a memory barrier to the mutex initialization logic...
2015-09-05  drhOmit all use of Expr nodes for TK_AS, as those nodes...
2015-09-05  danExperiment with a different fts5 leaf page format that...
2015-09-05  drhFix an unreachable conditional in the WHERE clause...
2015-09-05  drhGet STAT4 range scan estimates work again when the...
2015-09-04  drhFix over-length source code lines in Lemon.
2015-09-04  drhAdd support for CREATE INDEX statements that use determ...
2015-09-04  drhMerge trunk enhancements, and espeically the fix for... index-expr
2015-09-04  drhContinue to support the (broken) legacy syntax of allow...
2015-09-04  danEnhance showfts5.tcl so that it can optionally display...
2015-09-04  danModify the fts5 custom tokenizer interface to permit...
2015-09-04  danMerge latest trunk changes.
2015-09-04  drhSimplification of the LRU list handling in pcache1.
2015-09-03  drhChange the pcache module to keep track of the total...
2015-09-03  danRearrange code in fts5_expr.c so that synonym support...
2015-09-03  danMerge enhancements from trunk.
2015-09-03  drhA simple optimization and size reduction in sqlite3Page...
2015-09-03  danAdd documentation for fts5 synonym support.
2015-09-03  drhChange the Pager.hasBeenUsed flag into Pager.hasHeldSha...
2015-09-03  danAdd tests to improve coverage of fts5_varint.c.
2015-09-03  danRemove some more code from fts5_index.c by consolidatin...
2015-09-03  drhMerge enhancements from trunk.
2015-09-03  drhAdd the sqlite3VdbeLoadString() and sqlite3VdbeMultiLoa...
2015-09-03  danRemove dead code from fts5_index.c.
2015-09-03  danFix the fts5 integrity-check so that it works with...
2015-09-03  danFix a memory leak in fts5_expr.c.
2015-09-03  drhFactor out and simplify code in pragma.c for pragmas...
2015-09-03  drhFor PRAGMAs, factor out the code that sets the result...
2015-09-02  drhOptimizations to the printf formatter.
2015-09-02  danFurther tests to raise coverage of fts5 synonym code...
2015-09-02  danFix an issue with fts5 synonyms and NEAR(...) queries.
2015-09-02  drhAdd and use the sqlite3VdbeChangeOpcode() routine....
2015-09-02  drhAdd the sqlite3VdbeAddGoto(v,i) routine as a shorthand for
2015-09-02  drhChange sqlite3_sql() so that it always returns the...
2015-09-02  danFix a problem with fts5 synonyms and phrase queries...
2015-09-02  drhSmall simplification to the EXPLAIN QUERY PLAN logic.
2015-09-02  drhUse sqlite3XPrintf() instead of sqlite3StrAccumAppend...
2015-09-02  drhThe sqlite3_memory_alarm() interface has been deprecate...
2015-09-02  danFix a problem handling OOM conditions within fts5 queri...
2015-09-02  danFix a problem with fts5 synonyms and the xQueryPhrase...
2015-09-01  drhVery minor optimizations in the unix VFS.
2015-09-01  drhPerformance improvement in sqlite3VarintLen().
2015-09-01  drhSmall size reduction and performance increase in sqlite...
2015-09-01  drhReduce the number of calls to sqlite3BeginBenignMalloc().
2015-09-01  danFix a problem that occurs when more than 4 synonyms...
2015-09-01  danAdd tests for fts5 synonyms implemented by adding extra...
2015-09-01  drhRename SQLITE_FUNC_VARYING to SQLITE_FUNC_SLOCHNG ...
2015-09-01  drhRemove unreachable branches.
2015-08-31  drhFix a bug in error reporting when a UNIQUE index on...
2015-08-31  drhNot only date/time functions, but also functions like...
2015-08-31  danBegin changes to allow synonym support by adding multip...
2015-08-31  drhAlways assume that indexed expressions can generate...
2015-08-31  drhCase should not be significant when comparing function...
2015-08-31  drhMake the distinction between truly deterministic functi...
next