]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-07-29  mistachkinMerge updates from trunk. winMutex
2014-07-29  drhAdd the SQLITE_TESTCTRL_ISINIT file control.
2014-07-29  danHave calls to the xFilter() method of rtree virtual...
2014-07-29  mistachkinEnhancements and updates to the Win32 mutex subsystem.
2014-07-26  drhRemove an unreachable branch from the sqlite3_value_num...
2014-07-26  drhAvoid unnecessary no-op calls to applyNumericAffinity...
2014-07-25  drhTry to fix harmless compiler warnings reported by Fortify.
2014-07-25  drhImproved comments on VDBE opcodes, for better documenta...
2014-07-25  drhAdd constraints (enforced only when SQLITE_DEBUG is...
2014-07-24  drhImprove the performance of the ANALYZE command by takin...
2014-07-24  drhFix a bug in the whereRangeSkipScanEst() procedure...
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-24  drhAdd the readfile(FILENAME) and writefile(FILENAME,CONTE...
2014-07-24  drhAdd support for hexadecimal integer literals in the...
2014-07-24  drhIn the command-line shell, in CSV output mode, terminat...
2014-07-23  drhAdd experimental "costmult" logic. Only enabled when...
2014-07-23  drhUgh. Consecutive UNIQUE index entries are only distinc...
2014-07-23  mistachkinEnhancements to the hex literal tests. hex-literal
2014-07-23  drhImprove the performance of the ANALYZE command by takin...
2014-07-23  drhUpdated documentation on sqlite3_temp_directory. No...
2014-07-23  drhRemove a surplus function prototype. #ifdef code that...
2014-07-23  drhChange the hex literal processing so that only the...
2014-07-23  drhCasting hex literals directly from string to float...
2014-07-23  drhReformatting a few test cases for clarity.
2014-07-23  drhTest cases for hex literals.
2014-07-23  drhAdd support for parsing C-style hexadecimal literals.
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...
next