]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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-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.
2015-07-03  mistachkinCorrection to check-in [1025873fdf], tighten up the...
2015-07-03  mistachkinUpdate clean target in MSVC makefile.
2015-07-03  mistachkinEnhance mutex testing to include APP and VFS static...
2015-07-03  mistachkinAdd static mutexes for use by the built-in / third...
2015-07-03  danRework the Fts5MultiSegIter structure a bit to make...
2015-07-03  danSpeed up eof checks on fts5 cursors.
2015-07-03  mistachkinEnable use of the __builtin_bswap32() only with GCC...
2015-07-03  danAvoid freeing the array of instance matches each time...
2015-07-03  drhNew command-line options for speedtest1: --multithread...
2015-07-02  danCopy fts5.h into the build directory as part of buildin...
2015-07-02  drhWhen doing coverage analysis of a btree page for pragma...
2015-07-02  danMinor change to mkfts5c.tcl so that fts5.c can be used...
2015-07-02  danAdd fts5_source_id() SQL function, similar to sqlite_so...
2015-07-02  mistachkinFix harmless compiler warnings and one macro VVA_ONLY...
2015-07-02  mistachkinSimplify FTS5 handling in the MSVC makefile.
2015-07-02  drhFix a (harmless) shadowed local variable definition...
2015-07-02  drhSmaller and faster PRAGMA integrity_check that also...
2015-07-02  danRemove "#ifdef SQLITE_ENABLE_FTS5" from individual...
2015-07-02  drhAdd the --shrink-memory option to the speedtest1 test...
2015-07-01  drhAvoid create a stack from in sqlite3BackupUpdate()...
2015-07-01  drhSimplification of PRAGMA integrity_check logic. Make...
2015-07-01  drhFix some harmless compiler warnings.
2015-07-01  drhChange integrity_check to analyze the cells of a page...
next