]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-11-06  drhMerge the fixes and tests for the ieee754 extension. int-float-precision
2015-11-06  drhTest cases for the ieee754 extension.
2015-11-06  drhA different approach to handling integer/float comparis...
2015-11-06  danHave fts5 load its configuration from the xConnect...
2015-11-06  drhMore test cases for indexes on large numeric values.
2015-11-06  drhSome simple test cases from the mailing list.
2015-11-06  drhIncrease the precision of integer vs. floating-point...
2015-11-05  mistachkinFix typo in help information for an FTS5 script.
2015-11-05  danAdd the 'hashsize' configuration option to fts5, for...
2015-11-05  drhRemove a #pragma used to work around an issues with...
2015-11-05  mistachkinRemove #pragma that was used to work around an obsolete... reoptimizeArm
2015-11-04  drhPerformance improvements in the getAndInitPage() routin...
2015-11-04  drhRename the sqlite3PagerAcquire() function to sqlite3Pag...
2015-11-04  drhIn releasetest.tcl, run larger test first if --jobs...
2015-11-04  drhExclude cffault.test and symlink.test from the (incompa...
2015-11-03  drhIncrease the fuzzcheck timeout when running valgrind.
2015-11-03  mistachkinIn 'e_uri.test', make sure all created test database...
2015-11-03  drhIn the releasetest.tcl script, add the --progress optio...
2015-11-03  drhIn the releasetest.tcl script, show the --jobs object...
2015-11-03  drhUpdate the releasetest.tcl script so that it can run...
2015-11-03  mistachkinFurther enhancement and a bit of cleanup. mp-releasetest
2015-11-03  mistachkinUse the native name for the MSVC makefile as well.
2015-11-02  mistachkinAttempt to centralize and simplify the MSVC handling.
2015-11-02  drhFix the backcompat.test module so that it does not...
2015-11-02  mistachkinGet things working better on Windows with MSVC.
2015-11-02  danFix the --dryrun option on the releasetest.tcl script.
2015-11-02  danFix releasetest.tcl so that it does not choke if a...
2015-11-02  danFix releasetest.tcl so that output lines are less than...
2015-11-02  danAdd the "--jobs N" option to the releasetest.tcl script...
2015-11-02  danOn unix, if a file is opened via a symlink, create...
2015-11-01  drhIf a table-constraint PRIMARY KEY lists a single column...
2015-10-31  danOn unix, if a file is opened via a symlink, create...
2015-10-30  danAdd mutex operations to test code in test3.c to avoid...
2015-10-30  drhIncrease the version number to 3.10.0, due to the addit...
2015-10-30  danAdd new API function sqlite3_db_cacheflush().
2015-10-30  danReturn immediately if sqlite3PagerWrite() is called... cacheflush
2015-10-30  drhAdd the --enable-editline option to various autoconf...
2015-10-30  danTest that calling sqlite3_db_cacheflush() does not...
2015-10-29  danDo not attempt to flush the pages of an in-memory datab...
2015-10-29  danAdd a test case that calls sqlite3_db_cacheflush()...
2015-10-29  danAvoid automatically rolling back the transaction if...
2015-10-29  drhFix uses of ctype functions (ex: isspace()) on signed...
2015-10-29  mistachkinEnhance comments in the MSVC batch build tool.
2015-10-28  drhMake the internal sqlite3PExpr() interface responsive...
2015-10-28  danAdd experimental API sqlite3_db_cacheflush().
2015-10-28  drhFactor out adding NOT expression nodes in the parser...
2015-10-27  danHave contentless and external content fts5 tables ignor...
2015-10-27  danFix problems with prefix queries in fts5.
2015-10-27  drhProvide hints to the storage engine using the sqlite3Bt...
2015-10-27  drhSplit out sqlite3BtreeCursorHintFlags() from sqlite3Btr...
2015-10-26  danAdd new extended error code SQLITE_IOERR_AUTH.
2015-10-26  danMerge the BTREE_FORDELETE enhancement with this branch.
2015-10-26  drhMerge in all trunk changes prior to the BTREE_FORDELETE...
2015-10-26  drhCapture BTREE_FORDELETE test cases that were mistakenly...
2015-10-26  drhProvide the BTREE_FORDELETE flag to sqlite3BtreeCursor...
2015-10-26  danFix an uninitialized variable problem in the test code...
2015-10-26  danTest that the binary record "0x01 0x00" is interpreted...
2015-10-26  drhFix a C99-ism and a harmless compiler warning.
2015-10-26  drhWhen compiling with SQLITE_HAS_CODEC, honor the hexkey...
2015-10-26  drhRemove an unreachable branch in malloc.c.
2015-10-24  danWhen creating an automatic-index on a sub-query, add...
2015-10-23  danRemove an unused #define from whereInt.h. Add comments...
2015-10-22  danModifications to pass a flag to internal routine sqlite...
2015-10-22  mistachkinAlternate compiler warning fix for sqlite3StatusHighwater.
2015-10-21  mistachkinFix harmless compiler warnings in FTS5.
2015-10-21  mistachkinFix compilation of 'testfixture' with MSVC when the...
2015-10-21  danRemove some branches made unreachable by recent changes...
2015-10-21  danMinor optimization for fts5 queries.
2015-10-21  danAdd extra debugging function to test_rbu.c. Enhance...
2015-10-20  mistachkinFix harmless compiler warnings in FTS5.
2015-10-20  danMore optimizations for fts5 prefix queries.
2015-10-20  danFix #line directives added to generated file fts5.c.
2015-10-20  danInitialize variables in the fts5 integrity-check code...
2015-10-19  danAnother optimization for fts5 prefix (and other) queries.
2015-10-19  danAnother tweak to improve performance of fts5 prefix...
2015-10-19  danFix a problem in the fts5txt2db.tcl script causing...
2015-10-17  danAdd tests to cover new branches added to the fts5 code...
2015-10-17  danHandle equality and range constraints on the "term...
2015-10-16  drhFix a comment in expr.c and add a CORRUPT_DB to an...
2015-10-16  drhMerge recent enhancements from trunk. Version now...
2015-10-16  mistachkinEnhancements to the MSVC makefile.
2015-10-16  drhMerge the 3.9.1 changes into trunk. (This only updates...
2015-10-16  drhVersion 3.9.1 version-3.9.1
2015-10-16  drhCherrypick the json form-feed fix, and other #ifdef...
2015-10-16  drhFix the fuzzershell utility program so that it compiles...
2015-10-16  drhFix the JSON1 extension so that it does not depend...
2015-10-16  drhForm-feed is not valid whitespace for json.
2015-10-16  drhHave the sqlite3VdbeSerialType() function go ahead...
2015-10-16  drhUse a lookup table to compute the content length for...
2015-10-16  drhSimplify the OP_Column logic slightly. One very small...
2015-10-16  drhOP_Column optimization: Do not check for an oversize...
2015-10-16  drhImproved header comment on the tool/vdbe_profile.tcl...
2015-10-15  drhPerformance optimization for the OP_Column opcode.
2015-10-15  drhEnhance the use of the column cache for UPDATE statemen...
2015-10-15  drhAdd the OP_IntCopy opcode - an optimized version of...
2015-10-15  drhOptimization to the out2Prerelease() helper routine...
2015-10-15  drhRemove a superfluous conditional from the memory alloca...
2015-10-15  drhPerformance optimizations to the sqlite3MallocSize...
2015-10-15  drhChange sqlite3StatusSet() into sqlite3StatusHighwater...
2015-10-15  drhMake sure sqlite.h is not #included by itself.
next