]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2015-06-30  mistachkinMake use of the _byteswap_ushort() and _byteswap_ulong...
2015-06-30  drhMake use of built-in bswap32() and bswap16() functions...
2015-06-30  drhOnly use <nowiki>__builtin_bswap16()</nowiki> with... bswap-functions
2015-06-30  drhRemove the use of htonl() in the previous check-in...
2015-06-30  drhMake use of htonl() and <nowiki>__builtin_bswap32(...
2015-06-30  drhChange an unreachable branch into an assert() in sqlite...
2015-06-30  drhOptimization to the sqlite3PcacheFetch() logic.
2015-06-30  drhPut all variable declarations for sqlite3PagerWrite()
2015-06-30  drhImplement sqlite3Strlen30() using strlen() from the...
2015-06-30  drhChange sqlite3ApiExit() so that its first argument...
2015-06-30  drhPut BtCursor objects on a singly-linked list instead...
2015-06-30  drhConvert several 5-year-old and older NEVER() macros...
2015-06-29  drhFrom sqlite3BtreeInsert(), bypass the btreeMoveto(...
2015-06-29  drhAdd a bypass path in sqlite3PagerWrite() for pages...
2015-06-29  drhCombine subjRequiresPage() and subjournalPage() into...
2015-06-29  drhAdd the PGHDR_WRITEABLE bit for PgHdr.flags which is...
2015-06-29  drhFix over-length source code lines in pager.c.
2015-06-29  danFix minor problems in the ota demo application.
2015-06-29  drhSimplifications and performance improvement in pager_wr...
2015-06-29  drhAdd the new PGHDR_CLEAN bit to PgHdr.flags in pcache...
2015-06-29  drhVery small size reduction and performance increase...
2015-06-29  drhMove an assert() and testcase() into their correct...
2015-06-29  drhUse tail recursion in pcache1Unpin() to get a small...
2015-06-28  drhComment typo fix and minor cleanup in the pager. No...
2015-06-28  drhAvoid unnecessary calls to sqlite3VdbeSerialTypeLen...
2015-06-27  drhMake greater use of BtCursor.curIntKey.
2015-06-27  drhAdd the BtCursor.curIntKey field and use it for a small...
2015-06-27  drhEnhancements to the previous check-in to make it a...
2015-06-27  drhPerformance improvements in moveToChild() by shifting...
2015-06-27  drhManually inline the call from getAndInitPage() to btree...
2015-06-27  drhAdd releasePageNotNull() as an alternative to releasePa...
2015-06-27  drhAdd the Mempage.aDataOfst field and use it in sqlite3Bt...
2015-06-26  mistachkinTreat compilation of FTS5 for the loadable extension...
2015-06-26  danMerge fts5 branch into trunk.
2015-06-26  danMerge latest trunk with this branch.
2015-06-26  danRemove unnecessary lines from fts3.h and main.mk.
2015-06-26  danFix a segfault that could follow an OOM error in fts5.
2015-06-26  drhSmall size reduction and performance increase on the...
2015-06-26  danMerge latest trunk changes with this branch.
2015-06-26  danFix some cases in the fts5 code where a corrupt databas...
next