]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-07-01  drhRework the PRAGMA integrity_check logic. Simplify... integrity-check-refactor
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...
2015-06-24  drhAdd "ON CONFLICT" handling to the spellfix module.
2015-06-24  danAdd "ON CONFLICT" handling to the spellfix module. spellfix-constraints
2015-06-24  drhIn the fuzzcheck test program, use the progress handler...
2015-06-24  drhFix the progress handler so that it does not fire too...
2015-06-24  drhFix a harmless compiler warning.
2015-06-24  drhRig the fuzzcheck test program so that it times out...
2015-06-24  drhUpdate the database fuzz test cases to cover all recent...
2015-06-24  drhAdd the --rebuild object to fuzzcheck.
2015-06-24  drhPrevent an infinite loop while searching a corrupt...
2015-06-24  drhStrengthen the new balance_nonroot() code against vario...
2015-06-24  drhAdjustment to a malloc test so that it accepts a narrow...
2015-06-24  drhRemove an invalid NEVER() and add a test case to cover it.
2015-06-24  drhPerformance optimization on balance_nonroot() and relat...
2015-06-23  drhMark some branches as unreachable after the recent...
2015-06-23  drhTestability improvement. btree-opt2
2015-06-23  danImprove test coverage of fts5.
2015-06-23  drhMultiple overflow cells are always adjacent and sequent...
2015-06-23  drhFaster loading of cell pointers into the b.apCell array...
2015-06-23  drhAvoid unnecessary cachedCellSize() calls in the cell...
2015-06-23  drhChange pageInsertArray() and pageFreeArray() so that...
2015-06-23  danMerge latest trunk changes with this branch. Add tests...
2015-06-23  drhImprovements to the way balance_nonroot() constructs...
2015-06-23  drhMerge the compound SELECT operator fix from trunk.
2015-06-23  danTest that the left and right sides of a compound SELECT...
2015-06-23  drhAvoid computing cell sizes in balance_nonroot() until...
2015-06-22  drhChange the way that balance_nonroot() partitions cells...
2015-06-20  drhUpdate the fuzztest data using the latest test vectors...
2015-06-20  drhMake sure that the likelihood() function does not mess...
2015-06-19  drhPerformance improvements in btreeParseCell() by inlinin...
2015-06-19  drhFix corner cases involving corrupt varint values in...
2015-06-19  drhPerformance improvements in btreeParseCell() by inlinin...
2015-06-19  drhAdd the MemPage.xParseCell method and provide various...
2015-06-19  drhMake cellSizePtr() a method on the MemPage object,...
2015-06-18  drhFurther #ifdef changes in speedtest1.c in order to...
next