]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-08-05  drhImproved VdbeCoverage() macros. A few minor simplifica... IN-operator-improvements
2014-08-04  drhPart of the change in the previous check-in was incorre...
2014-08-04  drhFurther enhancements to IN-operator processing.
2014-08-04  drhRefinements to the enhanced IN-operator logic.
2014-08-02  drhEnhancements to the code generator for the IN operator...
2014-08-02  mistachkinRemove (newly) incorrect preprocessor check to fix...
2014-08-01  drhA better comment on the generated code for the NULL...
2014-08-01  drhImproved detection and handling of NULL values on the...
2014-08-01  drhRemove an unnecessary OP_Null in the IN-operator logic...
2014-08-01  drhClean up the IN operator code generation logic to make...
2014-08-01  drhThe idea of coding IN operator with a short list on...
2014-08-01  drhBegin making changes to the IN operator in an attempt...
2014-08-01  drhEnhance the PRAGMA integrity_check command to detect...
2014-07-31  drhRefactoring: Change "pIndex->onError!=OE_None" to...
2014-07-31  drhOmit a pointless OP_Null when processing a value-list...
2014-07-31  mistachkinOptimizations to the OS sub-type checking in the Win32...
2014-07-31  danAdd a missing call to "test_sqlite3_log" to multiplex...
2014-07-31  danFix a leaked statement handle in pager2.test.
2014-07-31  drhDeactivate the DISTINCT in a SELECT on the right-hand...
2014-07-30  mistachkinRe-integrate the recent changes from the 'winMutex...
2014-07-30  drhAdd three new static mutexes for use by the application...
2014-07-30  drhAdd the "eForce" parameter to the sqlite3_multiplex_shu...
2014-07-30  drhEnsure that the correct number of columns in a UNIQUE...
2014-07-29  mistachkinEnhancements and updates to the Win32 mutex subsystem.
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...
next