]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  drhNo need to test sqlite3GlobalConfig.bCoreMutex when...
2015-07-07  drhSimplify the page recycling condition in pcache1. ...
2015-07-06  drhA unified cache is now only used for SQLITE_ENABLE_MEMO...
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...
2015-06-26  drhFurther optimization of SQL function dispatch. Improve...
2015-06-26  drhCache the sqlite3_context structure in the P4 operand...
2015-06-26  mistachkinMerge changes to get FTS5 working with MSVC.
2015-06-26  mistachkinMerge upstream changes. Get the test fixture working... fts5Msvc
2015-06-26  danRemove fts5 initialization code from core file main.c.
2015-06-26  mistachkinAdd FTS5 DLL target for MSVC.
2015-06-26  mistachkinInitial changes to get FTS5 working with MSVC.
2015-06-26  mistachkinFix harmless compiler warning in assert statement.
2015-06-26  drhSimplify the pcache by not keeping continuous track...
2015-06-25  drhOptimization to sqlite3_value_bytes() for the common...
2015-06-25  danFix Makefile.in to account for recent changes. Update...
2015-06-25  danMerge latest trunk changes into this branch.
2015-06-25  danAdd a script to combine all fts5 code into a single...
2015-06-25  drhSimplifications and performance improvements in insertC...
2015-06-25  drhMore simplifications and performance improvements to...
2015-06-25  drhReorder the terms of a conditional for a small performa...
2015-06-25  drhRemove a NEVER() that is in fact reachable.
2015-06-25  drhMinor optimization to allocateSpace().
2015-06-25  drhEnhance the Btree object to remember whether or not...
2015-06-25  drhRemove a line of code that doesn't do any useful work.
2015-06-25  drhIncrease the default timeout on fuzzcheck to 120 second...
2015-06-24  drhAdd the --timeout option to fuzzcheck.
2015-06-24  drhFix fuzzcheck so that it works with SQLITE_OMIT_PROGRES...
next