]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-01-09  drhTry to move OP_Concat operations outside the inner... failed-optimization
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.
2016-12-26  drhEnhance the fuzztest utility with the --prng-seed optio...
2016-12-24  drhCombine the implementations of the ".tables" and "...
2016-12-24  drhThe schema name "main" is always an acceptable alias...
2016-12-24  drhChange the output format of the ".databases" command...
2016-12-24  drhIn the command-line shell, improve the formatting to...
2016-12-23  drhFill in missing opcode documentation entries for OP_Sor...
2016-12-23  drhUse the VList object to capture the mapping between...
2016-12-23  drhAdd check to prevent a VList from growing after pointer... VList
2016-12-23  drhFix the VList object so that it actually works.
2016-12-23  drhUse the VList object to replace Parse.azVar for trackin...
2016-12-22  drhFix harmless compiler warnings.
2016-12-21  drhChange the default lookaside configuration from 500...
2016-12-21  drhSimplifications to the way UnpackedRecord objects are...
2016-12-18  drhChange the OP_IfNotZero opcode so that it decrements...
2016-12-17  drhRefinements to the new dbfuzz test program.
2016-12-17  drhEnhance fuzzershell.c to read and execute SQL commands...
2016-12-17  danFix a problem in the shell tools readfile() command...
2016-12-16  drhAdd the ".lint fkey-indexes" command to the command...
2016-12-16  drhFix minor issues with the ".lint" command implemention... fkey-missing-indexes
2016-12-16  drhBuilt-in PRAGMA statements without side-effects can...
2016-12-16  danChange ".fkey_missing_indexes" to ".lint fkey-indexes".
2016-12-16  danUpdate .fkey_missing_indexes to use the built-in pragma...
next