]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-08-04  danUpdate the [showdb] program so that the database file... showdb-uri-option
2015-08-03  danAdd the "--uri" option to utility program "showdb"...
2015-08-03  drhAllow a VIEW to reference undefined tables and function...
2015-08-01  danAdd extra tests for RBU and FTS3/4.
2015-07-31  danAdd support for "fossil deltas" to RBU and "sqldiff...
2015-07-31  drhFix the sqlite3_stmt_busy() interface so that it always...
2015-07-31  danRemove a duplicate "typedef struct Fts5Global Fts5Globa...
2015-07-31  mistachkinWhen building the VSIX package for UAP, omit the AppLoc...
2015-07-31  danFix a problem causing [sqldiff --rbu] to fail on tables...
2015-07-31  danFix a bug in the fts5 porter tokenizer preventing it...
2015-07-30  danAdd the --rbu switch to the "sqldiff" utility.
2015-07-30  danAllow RBU tables to be named "data[0-9]*_<target>"...
2015-07-30  danReturn an error message (instead of segfaulting) if...
2015-07-29  mistachkinSupport building VSIX packages for UAP using Visual...
2015-07-29  mistachkinUpdate Windows 10 SDK version for RTM. msvc2015
2015-07-29  mistachkinAdd SQLITE_DISABLE_INTRINSIC define to disable use...
2015-07-29  drhFix the releasetest.tcl script so that it ignore cast...
2015-07-29  drhVersion 3.8.11.1 version-3.8.11.1
2015-07-29  drhRestore an undocumented side-effect of PRAGMA cache_siz...
2015-07-29  danUpdate comments in fts5.h describing the xColumnCount...
2015-07-29  drhIncrease the version number to 3.8.11.1 branch-3.8.11
2015-07-29  drhThe "PRAGMA cache_size" reads the database schema,...
2015-07-28  mistachkinUpdate batch build tool library paths for MSVC 2015.
2015-07-28  drhFix the xfer optimization for WITHOUT ROWID tables...
2015-07-27  drhClarification to the documentation for sqlite3_result_z...
2015-07-27  drhVersion 3.8.11 version-3.8.11
2015-07-27  danMerge the fts5-btree-index branch with this one. FTS5...
2015-07-27  danBump the "version" field in the fts5 config table. fts5-btree-index
2015-07-27  danMinor tweak to the SQL schema used by fts5.
2015-07-27  danRemove a potentially undefined behaviour involving...
2015-07-27  danMerge latest trunk changes with this branch.
2015-07-25  danRemove a duplicated "if" condition from fts3.c.
2015-07-25  danFix the rowallock.test script so that it works with...
2015-07-25  drhFix the wal3.test module so that it works with the...
2015-07-25  danFix a test script problem in memsubsys2.test.
2015-07-25  drhDisable the page cache bulk allocation for the shrink...
2015-07-24  drhFix the zeroblob.test script so that it works even...
2015-07-24  mistachkinEnable the RBU extension to compile cleanly on Windows...
2015-07-24  mistachkinFor Windows CE, a different header is required for...
2015-07-24  danFix warnings in fts5 code.
2015-07-24  drhFix the pragma2.test module so that it works with
2015-07-24  danAllow the RBU module to read data from appropriately...
2015-07-24  danFix a test script bug introduced by [562687d9].
2015-07-24  danAdd the sqlite3_bind_zeroblob64() API.
2015-07-24  drhNew makefile target "fastfuzztest" runs the same tests...
2015-07-24  drhFix compiler warnings. Get the new sqlite3_result_zero...
2015-07-24  danAdd the sqlite3_result_zeroblob64() API. Use it in...
2015-07-24  drhMore robust handling of zeroblob() with oversized argum...
2015-07-24  danModify a few test scripts to avoid leaving the sqlite3C...
2015-07-24  mistachkinUpdate RBU description comment in the header file....
2015-07-23  drhChange the name of the OTA extension to RBU: Resumable...
2015-07-23  drhWhen SQLITE_OMIT_LOOKASIDE is set, do not allocate...
2015-07-23  drhThe sqlite3ExprCodeGetColumn() is not guaranteed to...
2015-07-21  mistachkinFix harmless compiler warning in MSVC 2015.
2015-07-19  mistachkinCleanup the 'config.h' file in the appropriate distclea...
2015-07-17  drhMore adjustments to the malloc5.test module so that...
2015-07-17  drhAvoid a harmless compiler warning.
2015-07-16  danMerge trunk changes, including fixes for compiler warni...
2015-07-16  danFix compiler warnings in fts5 code.
2015-07-16  drhFix harmless compiler warnings.
2015-07-16  drhDefer the bulk pcache1 memory allocation until the...
2015-07-16  mistachkinFix compilation issues with SQLITE_OMIT_COMPOUND_SELECT...
2015-07-15  drhEnable memory-mapped I/O on FreeBSD and DragonFly.
2015-07-15  mistachkinMake the debugging line numbers in the amalgamation...
2015-07-15  danUse a WITHOUT ROWID table to index fts5 btree leaves...
2015-07-15  drhFix some harmless compiler warnings.
2015-07-15  drhAttempt to fix harmless warnings generated by GCC and...
2015-07-15  drhFix the fuzz3.test script so that it works with the...
2015-07-14  drhAmplify the comment on renderLogMsg() that explains...
2015-07-14  mistachkinFurther refine FTS5 cleanup in Makefiles.
2015-07-14  mistachkinSkip trying to include 'intrin.h' when compiling for...
2015-07-14  mistachkinFix some harmless compiler warnings.
2015-07-14  drhAlways invoke the profile callback even if the statemen...
2015-07-14  mistachkinRefine cleaning of FTS5 files by Makefile targets.
2015-07-13  drhFix the origination date on the loadfts.c utility program.
2015-07-13  drhFix the header comment on the loadfts.c utility program.
2015-07-10  danFix inconsistencies in formatting of fts5 docs.
2015-07-09  danImprove the performance of docid merges in fts5.
2015-07-09  danReduce the number of calls to malloc() made by fts5.
2015-07-08  danFix two problems that could cause fts3 auxiliary functi...
2015-07-08  drhEnhance the pcache1 page cache so that it tries to...
2015-07-08  drhComment fix. No changes to code. pcache-bulk-local
2015-07-08  drhDo not do the bulk pcache1 allocations if SQLITE_CONFIG...
2015-07-08  drhEarly detection of file corruption in a debugging routi...
2015-07-08  drhAvoid left-shifting bits into the sign of a signed...
2015-07-07  drhAdd a compile-time constant for configuring the default...
2015-07-07  danMerge the Fts5MultiSegIter and Fts5IndexIter objects.
2015-07-07  danAdd a test case to verify that "PRAGMA data_version...
2015-07-07  drhNo need to test sqlite3GlobalConfig.bCoreMutex when...
2015-07-07  drhSimplify the page recycling condition in pcache1. ...
2015-07-07  danFurther optimizations for fts5 b-tree seeks.
2015-07-06  drhA unified cache is now only used for SQLITE_ENABLE_MEMO...
2015-07-06  danSpeed up seek operations on fts5 b-tree structures.
2015-07-06  drhEnhance separate pcache1 to allocate a block of pages...
2015-07-05  drhDo not allow recursive CTEs that use aggregate queries...
2015-07-04  danOptimize seek operations on fts5 b-trees.
2015-07-04  drhPreserve the number of requested PAGECACHE pages even...
2015-07-04  danFix a problem in the fts5 integrity-check.
2015-07-04  drhDo not preserve the btreeInitPage() results in PRAGMA...
2015-07-04  mistachkinSync up Makefile clean targets for FTS5.
next