]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2015-06-18  drhPervent the likelihood() function from moving ON clause...
2015-06-18  drhShow the values of Expr.flag in the AST of ".selecttrace"
2015-06-18  drhAdd #ifdefs to some features speedtest1.c so that it...
2015-06-17  drhPerformance improvement in sqlite3VdbeMemShallowCopy...
2015-06-17  mistachkinImprove spacing and comment style for the shell. No...
2015-06-17  drhImproved comments on the fuzzcheck.c test program....
2015-06-17  drhFix a uninitialized variable use in the command-line...
2015-06-17  drhPerformance optimization and comment fixes for the...
2015-06-17  drhMake getCellInfo() a real function instead of a macro...
2015-06-17  drhOptimizations to two VDBE accessory routines for a...
2015-06-16  drhEnsure that the CREATE TABLE AS statement correctly...
2015-06-15  drhAdjust ICU tests to account for recent changes in the...
2015-06-15  drhFix a harmless comment typo. No code changes.
2015-06-15  drhFix harmless compiler warnings.
2015-06-15  drhImproved detection of database corruption in freeSpace().
2015-06-15  drhComment typo fix. No code changes.
2015-06-13  drhOmit mutex calls in pcache1 when the mutex is NULL...
2015-06-13  drhAvoid unnecessary mutex usage in pcache1, for a signifi... faster-pcache1-fetch
2015-06-12  drhAdd a fast-path implementation of pcache1Fetch() for...
2015-06-12  drhMinor performance optimization in pcache1.c.
2015-06-12  drhAdd the OP_ColumnsUsed opcode (when compiled with
2015-06-11  drhRemove stray outputs from the test suite.
2015-06-11  drhWhen generating code for partial indexes, be sure not...
2015-06-10  mistachkinMore test output refinements. testerOutput
2015-06-10  mistachkinRemove possibly stray output from various tests.
2015-06-10  mistachkinFix minor typo in the quicktest MSVC makefile target.
2015-06-10  drh"test" targets on all makefiles use --verbose=file...
2015-06-10  danAvoid passing constraints that are unusable due to...
2015-06-10  danFix the fts5 xRename() method.
2015-06-09  danAdd the "columnsize=" option to fts5, similar to fts4...
next