]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2016-12-31  drhAdd the --help and --all options to the wordcount test... wordcount-enhancement
2016-12-31  drhIn speedtest1.c, make the "--lookaside 0 0" option... speedtest1
2016-12-31  drhMinor #include change to speedtest1.c so that it will...
2016-12-30  danFix a crash that could occur following an OOM in the...
2016-12-30  drhStrengthen the defense against OOM in the instr() SQL...
2016-12-30  drhAdd a test to ensure that the app-defined pcache xFetch...
2016-12-30  danAvoid passing NULL pointers to memcmp() or memcpy(...
2016-12-30  drhFix a harmless compiler warning in fuzzcheck.c
2016-12-30  drhDisable the pagerAcquireMapPage() routine if memory...
2016-12-30  drhEncode a 64-bit integer literal in date.c as a constant...
2016-12-29  drhFix harmless compiler warnings in the command-line...
2016-12-29  drhIn kvtest.c, use stat() instead of fseek()/ftell()...
2016-12-29  drhAdd the kvtest.c test program used to show that it...
2016-12-29  drhAdd more detail to the header command to further explai... kvtest
2016-12-29  drhFix kvtest.c so that it compiles using MSVC.
2016-12-29  drhIn kvtest.c: do not show the --cache-size setting on...
2016-12-29  drhImprovements to the kvtest.c utility. Added the -...
2016-12-29  drhAdd the kvtest.c test program for measuring key/value...
2016-12-27  drhDo not allow the nockpt.test module to run under the...
2016-12-27  drhAllow sqlite3_interrupt() to be invoked on a database...
2016-12-27  drhAdjust a corruption test case to accommodate the sqlite...
2016-12-27  drhDisable new test modules nockpt.test and interrupt2...
2016-12-27  drhAvoid a potential (harmless) signed integer overflow...
2016-12-27  drhMinor changes to make some newer test cases work under...
2016-12-26  drhDuring fuzz testing with the fuzzcheck utility program...
2016-12-26  drhEnable ossfuzz.c to build even if SQLITE_OMIT_PROGRESS_...
2016-12-26  drhRemove an incorrect ALWAYS() macro from balance_nonroot...
2016-12-26  drhAdd the built-in affinity() SQL function.
next