]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-07-21  danFix DELETE and UPDATE operations on fts5 tables.
2014-07-21  drhAllow the SQLITE_MAX_ATTACHED compile-time option to...
2014-07-21  danAdd the xTokenize extension API.
2014-07-21  danFix the xColumnSize() extension API.
2014-07-19  danAdd simple tests for the xColumnText() extension api.
2014-07-19  mistachkinAdd new ASCII mode to the shell capable of importing...
2014-07-19  danUpdate the sqlite3_stmt_busy() function so that it...
2014-07-19  drhFix harmless compiler warnings in the showdb and showwa...
2014-07-19  mistachkinFix some harmess compiler warnings in the FTS3 Unicode... toolWarnings
2014-07-19  mistachkinFix warnings related to having a 64-bit size_t.
2014-07-19  danFixes for the xColumnSize() fts5 extension API.
2014-07-19  mistachkinFix warnings caused by the previous commit.
2014-07-18  mistachkinFix harmless compiler warnings for MSVC in the showdb...
2014-07-18  mistachkinUpdate clean targets with the recently added command...
2014-07-18  danFix issues with position lists and NEAR constraints.
2014-07-18  drhImproved documentation for checkpoints and the busy...
2014-07-18  drhSQLite has long accepted some unadvertised and non...
2014-07-18  drhImprovements to the ".fullschema" command in the comman...
2014-07-17  danFix a problem with position list processing for OR...
2014-07-16  danFixes for tcl list generation in fts5_test().
2014-07-16  danBegin adding interface for auxiliary functions.
2014-07-15  danAdd simple tests for new sqlite3BtreeCursorHint() funct...
2014-07-14  danIn the expression passed to sqlite3BtreeCursorHint...
2014-07-10  danSupport "ORDER BY rowid ASC".
2014-07-08  danAdd support for prefix queries to fts5.
2014-07-07  mistachkinFix harmless compiler warnings in the fts3view utility...
2014-07-07  mistachkinAdd the fts3view utility program to the MSVC makefile.
2014-07-07  drhFix a division-by-zero error in the fts3view utility...
2014-07-05  danAdd support for AND, OR and NOT to fts5.
2014-07-05  danAdd support for the "colname : <nearset>" syntax to...
2014-07-03  danAdd support for NEAR expressions to fts5.
2014-07-03  danChange fts3/4 so that the "unicode61" is included in...
2014-07-02  danAdd support for phrase queries to fts5.
2014-07-01  danChange the position list format so that its size in...
2014-07-01  danAdd another test to verify that SQLite is using stat4...
2014-07-01  danEnsure that all fields are loaded from the stat4 table...
2014-06-30  drhMerge the latest trunk changes into the threads branch.
2014-06-30  drhMerge the latest trunk enhancements into the sessions...
2014-06-30  drhBump the version number to 3.8.6.
2014-06-30  drhAttempt to use STAT4 information to estimate the select...
2014-06-30  drhFix for ticket [b2fa5424e6fcb15]: Better define the...
2014-06-30  danFix a problem in where.c with using the stat4 sample... stat4-without-rowid
2014-06-30  drhFix the STAT4 information for WITHOUT ROWID tables.
2014-06-30  danFix where.c so that the primary key values appended...
2014-06-30  drhOmit non-primary-key columns from the STAT4 samples...
2014-06-30  drhGenerate complete samples for sqlite_stat4 on WITHOUT...
2014-06-30  drhAdd makefile targets for various diagnostic tools,...
2014-06-28  danAdd an OOM fault injection test for the new code on... stat4-skipscan
2014-06-28  danAdd further tests to skipscan5.test.
2014-06-28  drhAdd header comments on new routines. Rework the sqlite...
2014-06-28  danFix a problem with using stat4 samples of type text...
2014-06-28  drhChange the VDBE to export the sqlite3MemCompare() routi...
2014-06-28  danMerge fixes from trunk with this branch.
2014-06-27  danFix a couple of problems in estimating the number of...
2014-06-26  mistachkinAdd some more IN operator tests.
2014-06-26  mistachkinFix compilation issue when STAT4 is not enabled.
2014-06-26  mistachkinRevise the affinity returned for expressions flagged...
2014-06-26  danAttempt to use sqlite_stat4 data to estimate the number...
2014-06-26  danFix minor problems in term matching.
2014-06-25  danBegin adding query support to fts5.
2014-06-24  drhFix showstat4.c so that it decodes typecodes 8 and...
2014-06-24  danAdd simple full-table-scan and rowid lookup support...
2014-06-24  drhAdd the showstat4.exe utility program for decoding...
2014-06-23  drhAdd the .fullschema command to the sqlite3.exe utility...
2014-06-23  danAdd some code for an experimental fts5 module. Does...
2014-06-23  danFix a problem with SQLITE_OMIT_WSD builds.
2014-06-23  danFix a problem with SQLITE_OMIT_WAL builds.
2014-06-20  drhImproved display of record data in the "NNNbd" output...
2014-06-20  drhIn the showdb.exe utility, for the "NNNbd" command...
2014-06-19  drhAdd the ability to decode the headers of individual...
2014-06-18  drhAdd the "LogEst" and "LogEst.exe" target to the makefiles.
2014-06-18  drhFix a comment on the sqlite3Utf8Read() routine. No...
2014-06-18  drhMerge in all recent changes from trunk, and especially...
2014-06-18  drhPrevent an automatic index from taking the place of...
2014-06-17  drhPrevent an automatic index from taking the place of... autoindex-improvements
2014-06-17  drhFix a missing space in a "wheretrace" comment. No...
2014-06-17  drhAdd the likely() function for symmetry with unlikely...
2014-06-17  drhImprovements to query planning, especially in regards...
2014-06-17  drhAdd the autoindex2.test testing module.
2014-06-17  drhA different approach to the autoindex problem that...
2014-06-17  drhSimplification to the logic that prevents automatic...
2014-06-17  drhAllow an automatic index on a WHERE constraint where...
2014-06-17  drhDo not attempt to create an automatic index on a consta...
2014-06-16  mistachkinFix CSV import issue, reported via the mailing list...
2014-06-16  drhIn the "wheretrace" logic (disabled for normal builds...
2014-06-16  drhAdd the SQLITE_UNLINK_AFTER_CLOSE compile-time option...
2014-06-16  drhAdd an application ID for MBTiles tilesets.
2014-06-16  drhBack out the unix VFS changes that seeks to avoid fstat...
2014-06-16  drhAdd the ".eqp" dot-command to the ".help" output in...
2014-06-16  drhFix the extension01.test script so that it works on...
2014-06-16  drhAdd test cases for the fileio extension.
2014-06-13  drhAdd the fileio.c loadable extension, that implements...
2014-06-13  drhAdd an extension that implements compress() and uncompr...
2014-06-12  drhIncrease the WAL-mode SQLITE_PROTOCOL timeout to 10...
2014-06-12  drhSimplify the estLog() routine.
2014-06-09  drhAvoid an unnecessary initialization of the szFile field...
2014-06-09  drhEnhance the unix VFS so that it keeps track of the...
2014-06-09  drhEnhance the unix VFS so that it keeps track of the... omit-fstat-after-unlink
2014-06-09  drhModify the %nonassoc directive in lemon so that it...
2014-06-06  drhAdd a test case to ensure that estLog() works for negat...
next