]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-08-20  drhPrevent the series.c extension from loading on older... table-valued-functions
2015-08-20  danFix a typo in series.c.
2015-08-19  drhFix eponymous virtual tables so that they do not automa...
2015-08-19  drhImproved comments on the generate_series virtual table...
2015-08-19  drhA list of arguments following a table name translates...
2015-08-19  drhMinor refactor of the SrcList object so that it is...
2015-08-19  drhVirtual table modules with a null xCreate method act...
2015-08-19  drhMerge changes from trunk.
2015-08-19  drhSimplification to error handling in addModuleArgument...
2015-08-19  danWhen updating a zipvfs database with RBU, set journal_m...
2015-08-19  drhInitial implementation of eponymous virtual table insta...
2015-08-18  danAdd test file spellfix2.test, which should have been...
2015-08-18  mistachkinFix harmless compiler warning in FTS5.
2015-08-15  drhMinor fix to the display of oversized KeyInfo structure...
2015-08-14  drhDuplicate the output of releasetest.tcl into releasetes...
2015-08-13  danAdd the sqlite3rbu_savestate() function to the rbu...
2015-08-13  danAvoid invoking system call unlink() directly from RBU...
2015-08-12  danMinor optimization for fts5 API xInst().
2015-08-12  danAdd the xPhraseFirst() and xPhraseNext() fts5 APIs...
2015-08-11  danMerge fixes from the fts5NoWarn branch.
2015-08-08  drhFix compiler warnings and remove unreachable code.
2015-08-08  drhFix an assert() that was in the wrong spot.
2015-08-08  drhFix compiler warnings and remove unreachable code.
2015-08-08  danUpdate RBU to avoid repreparing a statement immediately...
2015-08-07  drhEnhance the query planner so that it is able to use...
2015-08-07  danAdd a specially formatted comment to shell.c to make...
2015-08-06  drhincrease the version number to 3.8.12
2015-08-06  mistachkinFix harmless compiler warnings in FTS5 code. fts5NoWarn
2015-08-06  mistachkinFix duplicate test numbering in the FTS5 matchinfo...
2015-08-05  danAdd tests for the matchinfo-like test function. Fix...
2015-08-05  danUpdate the spellfix virtual table extension so that...
2015-08-05  danFix some problems in test code detected by cppcheck.
2015-08-05  danRemove all references to "docid" within fts5 source...
2015-08-04  danAdd new test file fts5_test_mi.c, containing an impleme...
2015-08-04  drhImprove the usage comment on sqlite3_analyzer: show...
2015-08-04  danUpdate the [showdb] program so that the database file...
2015-08-04  danUpdate the [showdb] program so that the database file... showdb-uri-option
2015-08-04  drhIn the sqlite3_analyzer.exe utility, show the depth...
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.
next