]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-07-24  drhAvoid trying to allocation zero bytes when analyzing... faster-analyze
2014-07-24  drhAvoid change tests when analyzing single-column unique...
2014-07-23  drhUgh. Consecutive UNIQUE index entries are only distinc...
2014-07-23  drhImprove the performance of the ANALYZE command by takin...
2014-07-23  drhUpdated documentation on sqlite3_temp_directory. No...
2014-07-22  drhWhen running ANALYZE, it is not necessary to check...
2014-07-22  drhAdd the OP_ReopenIdx opcode that works like OP_OpenRead...
2014-07-22  drhThe optimization of check-in [b67a6e33f2] does not...
2014-07-22  drhFix the index name for the shadow tables in the spellfi...
2014-07-22  drhCorrection: The maximum SQLITE_MAX_ATTACHED value...
2014-07-22  drhEnhance the sqlite_stat1.stat parsing to allow addition...
2014-07-22  drhExpire prepared statements after running ANALYZE.
2014-07-22  drhEnhance the comment on whereLoopAddBtree(). No changes...
2014-07-22  drhFor the OR-optimization, avoid generating OP_OpenRead...
2014-07-21  drhLimit the maximum SQLITE_MAX_ATTACHED to 127, since...
2014-07-21  drhAllow the SQLITE_MAX_ATTACHED compile-time option to...
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  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  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-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-03  danChange fts3/4 so that the "unicode61" is included 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  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-24  drhFix showstat4.c so that it decodes typecodes 8 and...
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  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  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...
2014-06-06  drhMake sure the estLog() routine in the query planner...
2014-06-06  drhFix an obsolete comment on the whereRangeScanEst()...
2014-06-05  danFix a problem that was causing the FTS4 integrity-check...
2014-06-04  drhVersion 3.8.5 version-3.8.5
2014-06-03  drhAvoid closing a pseudo-table associated with sorting...
2014-06-03  danAdd a test to double-check that [1cbe7a0883] did not...
2014-06-02  drhRemove the WHERE_LIKELIHOOD bit, as it does not seem...
2014-06-02  drhFix a typo in a requirements mark comment in a test...
2014-06-02  drhFix the query planner so that it once again knows that...
2014-06-02  danAdd the "valgrind-nolookaside" permutation to permutati...
2014-05-31  drhFix a harmless "scan-build" compiler warning in the...
next