]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-07-30  drhMerge the fix for the CREATE UNIQUE INDEX problem into...
2014-07-30  drhEnsure that the correct number of columns in a UNIQUE...
2014-07-29  mistachkinDisable an assert that is sometimes generated spuriously.
2014-07-29  mistachkinEnhancements and updates to the Win32 mutex subsystem.
2014-07-29  mistachkinUpdate return value checking to conform to the beginthr...
2014-07-29  mistachkinAdd a couple more assert statements.
2014-07-29  drhFix unreachable branches in the threads.c module.
2014-07-29  mistachkinMerge updates from trunk. winMutex
2014-07-29  drhFix a harmless compiler warning.
2014-07-29  mistachkinMake the Win32 thread handles are available after the...
2014-07-29  drhFix the threads build on Windows when SQLITE_MAX_WORKER...
2014-07-29  drhMerge the R-Tree fix and the new SQLITE_TESTCTRL_ISINIT...
2014-07-29  drhAdd the SQLITE_TESTCTRL_ISINIT file control.
2014-07-29  drhMerge recent trunk changes, and especially the fix...
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-29  mistachkinAdd some asserts to the Win32 mutex subsystem.
2014-07-29  drhFix the build on windows.
2014-07-28  drhRemove an unnecessary parameter from vdbeMergeEngineSte...
2014-07-28  danAdd the "loadfts" program, for performance testing...
2014-07-28  drhRename vdbeIncrMergerInit() to vdbeMergeEngineInit...
2014-07-28  drhIn vdbesort.c, rename vdbeSorterDoCompare() to vdbeMerg...
2014-07-28  drhIn vdbesort.c, rename all pointers to sqlite3_file...
2014-07-28  drhMerge recent trunk changes into the threads branch.
2014-07-28  drhImprovements to comments in the multi-threaded sorter...
2014-07-26  drhRemove an unreachable branch from the sqlite3_value_num...
2014-07-26  danAdd tests and fixes for bm25() function.
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  danAdd extension apis xRowCount, xQueryPhrase, xSetAuxdata...
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  mistachkinCorrect help text and make consistent use of snprintf.
2014-07-24  drhFix a bug in the whereRangeSkipScanEst() procedure...
2014-07-24  mistachkinUpdate a shell test case.
2014-07-24  mistachkinFix typo in comment and update help text.
2014-07-24  mistachkinMerge updates from trunk.
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  drhMerge all recent trunk changes into the threads branch.
2014-07-24  drhMerge recent trunk changes into the sessions branch.
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  danAdd a snippet() function to fts5.
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  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.
next