]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-01-25  drhEnsure that sqlite3_blob_reopen() correctly handles... blob_reopen-fix
2017-01-23  drhDocument the --mmap option in the --help screen for...
2017-01-23  drhAdd the --mmap option to the kvtest utility program.
2017-01-23  drhOptimization: Try to avoid unnecessary btree searching...
2017-01-23  danAdd the missing SQLITE_API symbol to test_delete.c...
2017-01-23  danFix a problem preventing FTS5 from correctly passing...
2017-01-22  drhFix an uninitialized variable in the command-line shell.
2017-01-22  mistachkinFixes to documentation comments in the public header...
2017-01-22  drhFix an initialized variable in kvtest.
2017-01-21  drhA better implementation of the moveto-neighbor optimiza... btree-moveto-neighbor
2017-01-21  drhB-tree optimization: When seeking on a rowid table...
2017-01-21  drhChange sqlite3_blob_reopen() to call sqlite3VdbeExec...
2017-01-21  drhIn the kvtest.c test utility, reuse the buffer into...
2017-01-21  drhRemove an unnecessary sqlite3_bind_int64() call from...
2017-01-20  drhMinor performance optimization and size reduction to...
2017-01-20  danFix a typo in the help message for kvtest.
2017-01-20  danAdd option "--stats" to test program kvtest. Specifying...
2017-01-20  drhGet the "--testset rtree" option working on speedtest1...
2017-01-20  drhMinor performance optimizations to sqlite3_blob_open...
2017-01-19  drhIf compiled with SQLITE_INLINE_MEMCPY, all memcpy(...
2017-01-19  mistachkinIn the 'vtshim' extension, avoid accessing freed memory...
2017-01-18  mistachkinIn the 'windirent' test module, use a macro for the...
2017-01-18  mistachkinRemove superfluous option to Tcl 'lsort' in the vtabH...
2017-01-18  mistachkinMake the vtabH-3.1 test more portable and robust.
2017-01-18  mistachkinFix handling of initial hidden and/or system files...
2017-01-17  danFix a problem that could cause a spurious SQLITE_NOMEM...
2017-01-17  drhDisable intrinsic functions for Windows using Clang...
2017-01-16  drhBack out check-in [0b3174e0b1364c] and replace it with...
2017-01-16  drhBack out check-in [0b3174e0b1364c] and replace it with... automatic-index-affinity
2017-01-16  drhAdd test cases for tickets [91e2e8ba6ff2e2] and [7ffd1c...
2017-01-13  danFix a problem preventing resumption of RBU operations...
2017-01-13  drhFix the build for SQLITE_ENABLE_MEMORY_MANAGEMENT.
2017-01-12  drhRemove a branch that is probably unreachable, and which...
2017-01-12  drhFix harmless compiler warnings in the UPDATE code gener...
2017-01-12  drhRemove an unnecessary corruption test from the btree...
2017-01-12  drhImproved detection of cells that extend into the reserv...
2017-01-12  drhRemove invalid test case from cursorhints2.test
2017-01-12  drhMake sure Tcl_AppendResult() always has a NULL-pointer...
2017-01-11  danChanges to allow some multi-row UPDATE statements to...
2017-01-11  danFix a problem causing the pre-update hook to be passed... onepass-update
2017-01-11  danFix a problem with single-pass multi-row UPDATE stateme...
2017-01-11  danFix a problem preventing UPDATE statements that use...
2017-01-11  drhIn the STAT4 computations, ensure that the aAvgEq value...
2017-01-10  danChanges to allow some multi-row UPDATE statements to...
2017-01-10  danAdd a test case for ticket [25e335f802dd].
2017-01-10  drhThrow an error if the ON clause of a LEFT JOIN referenc...
2017-01-10  drhAvoid unnecessary calls to the xRoundup() method of...
2017-01-10  drhFix a potential assertion fault discovered by OSS-Fuzz.
2017-01-09  drhRemove a redundant assignment statement.
2017-01-09  drhPerformance optimization and size reduction in the...
2017-01-09  mistachkinFix typo in a comment. No changes to code.
2017-01-09  drhModify the OP_RowData opcode so that when P3!=0 it...
2017-01-09  drhAdd the SQLITE_UINT64_TYPE compile-time option.
2017-01-07  drhImprovements to the iIdxNoSeek optimization of sqlite3G...
2017-01-07  drhCritical fix to the previous check-in so that it works...
2017-01-07  drhAvoid an unnecessary btree seek while deleting an index...
2017-01-07  drhAvoid duplicate b-tree searches in the duplicate row...
2017-01-06  danEnsure that "PRAGMA case_sensitive_like" and "PRAGMA...
2017-01-06  danImprove handling of corrupt data in fts5.
2017-01-06  drhClarify the documentation on sqlite3_column_count().
2017-01-06  mistachkinRemove several non-portable tests for the deprecated...
2017-01-05  danEnsure that sqlite3_column_count() returns 0 for the...
2017-01-05  danEnsure that sqlite3_column_count() returns 0 for the... pragma-columncount-fix
2017-01-05  danFix handling the case where a sub-query in a FROM claus...
2017-01-05  drhFix problems in trigger and foreign key handling when...
2017-01-05  drhEnsure that the sqlite3_value_text() interface returns...
2017-01-05  danFix some problems with foreign key processing within... replace-fix
2017-01-04  drhImproved the comment on the block of code the provides...
2017-01-04  danPossible fix for 30027b61. There may still be problems...
2017-01-04  drhAdjust filename creation in test_sqllog.c so that it...
2017-01-04  drhPerformance enhancements in the printf implementation.
2017-01-04  drhFactor constant functions out of the inner loop since...
2017-01-04  drhClean up the implementation of constant function factor... factor-constant-funcs
2017-01-04  drhAttempt to factor out constant functions from the inter...
2017-01-04  drhChanges to the printf implementation for better perform... printf-optimization
2017-01-03  drhUse compiler intrinsic functions for signed integer...
2017-01-03  drhBack out the use of __sync_fetch_and_sub() as it does... gnu-safe-math
2017-01-03  drhFix a typo in a comment.
2017-01-03  drhUse the CLANG_VERSION macro to control clang-specific...
2017-01-03  drhUse the GCC built-in __sync_fetch_and_sub() to make...
2017-01-03  drhMake use of the __buildin_OP_overflow() functions from...
2017-01-03  drhAdd the experimental affinity() SQL function when SQLIT...
2017-01-03  drhPut the affinity() function implementation inside of... affinity-sql-func
2017-01-03  drhMerge all the latest changes from trunk.
2017-01-03  drhDefer size checking on row-value assignments for when...
2017-01-03  drhFix a typo on a comment. No code changes.
2017-01-03  danAdd test cases for the fix in [f12ed3ce]. No problems...
2017-01-03  drhImprovements to the way vector assignment size checking... vector-size-check
2017-01-03  drhFix the row-values in UPDATE statements within TRIGGER...
2017-01-03  drhImproved assert()s on the sqlite3ExprListDup() logic... rowvalue-update-trigger
2017-01-02  drhTest cases for the row-value UPDATE TRIGGER fix.
2017-01-02  drhPut an ALWAYS() on an unreachable branch in the sqlite3...
2017-01-02  drhProposed fix for the row-value TRIGGER UPDATE problem...
2017-01-02  drhIncrease the version number to 3.17.0 for the next...
2017-01-02  drhProvide the SQLITE_DEFAULT_LOOKASIDE compile-time optio...
2017-01-02  drhChange SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20...
2017-01-02  drhAvoid unnecessary calls to sqlite3BtreeEnterAll() and...
2017-01-02  drhAdd the --all option to the wordcount test program.
2017-01-02  drhVersion 3.16.0 version-3.16.0
2017-01-01  drhDetect row-value comparison size mismatches even when...
next