]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-08-25  drhUpdate the mechanism used to keep track of what kind... wal-sync-refactor
2017-08-24  drhFix an incorrect hyperlink in a comment.
2017-08-24  drhFixes to documentation about SQLITE_OPEN_URI.
2017-08-24  drhMake sure the sqlite3_result_pointer() interface does...
2017-08-23  drhPerformance optimization to pageFindSlot() in the b...
2017-08-23  drhSize and performance optimization to dropCell() and...
2017-08-23  drhSmaller and faster implementation of the fillInCell...
2017-08-22  drhUpdate documentation to make it clear that SQLITE_SOURC...
2017-08-22  drhLess dramatic changes to the source-id following an...
2017-08-22  drhModify the SQLITE_SOURCE_ID if the source code has...
2017-08-22  drhTrying again to get out-of-tree builds to work correctly. mksourceid
2017-08-22  drhAttempting to fix the source-id generator so that it...
2017-08-22  drhAdd the "mksourceid" program to the build process....
2017-08-22  drhFix error tests in seldom-used compile-time branches...
2017-08-21  drhRemove an unnecessary conditional.
2017-08-21  drhMinor optimization to sqlite3VdbeMemSetStr().
2017-08-19  drhSpace and size optimization to the printf implementation.
2017-08-18  drhAnother size and performance optimization to readDbPage...
2017-08-18  drhSize and performance optimization the readDbPage()...
2017-08-18  drhFor the unix VFS, avoid an unnecessary stat() system...
2017-08-18  drhCombine the OP_CreateTable and OP_CreateIndex opcodes...
2017-08-18  danOnly use indexes on expressions to optimize ORDER BY...
2017-08-17  drhUse the __builtin_clzll() function of gcc to improve...
2017-08-17  drhSmall optimization in the Expr tree walker.
2017-08-17  drhSize optimization in the authorizer error message gener...
2017-08-17  drhIn sqlite3ViewGetColumnNames(), return the number of...
2017-08-17  drhThe RTREE extension should return SQLITE_CORRUPT_VTAB...
2017-08-17  drhRemove an unnecessary branch from the [be436a7f4587ce51...
2017-08-17  danAdd test cases for ticket [be436a7f4587ce517] using...
2017-08-17  drhDefer schema resets when the query planner is running.
2017-08-16  drhAvoid a test for CURTYPE_BTREE in sqlite3VdbeCursorMove...
2017-08-16  drhRemove an unnecessary local variable from OP_Column...
2017-08-16  drhPerformance improvement in the OP_Column opcode.
2017-08-15  drhSmall size and performance in the OP_Column opcode.
2017-08-15  drhBtree optimization: New field BtCursor.pPage that...
2017-08-14  drhMinor size and performance optimization to sqlite3Btree...
2017-08-14  drhChange the internal btree routine moveToRoot() to retur...
2017-08-14  drhFix harmless indentation error.
2017-08-14  drhSometimes a TK_COLUMN Expr node can have Expr.pTab...
2017-08-14  drhProperly dequote column names in tables constructed...
2017-08-12  danAdd new test file fts5vocab2.test.
2017-08-12  drhUpdate the speed-check.sh test script to append log...
2017-08-12  drhRemove the zBase field from the StrAccum object. Resul...
2017-08-12  drhSize and performance micro-optimization on sqlite3SrcLi...
2017-08-11  drhFix compiler warnings that arise if the PAGERTRACE...
2017-08-11  drhImproved comments in the header of the LSM1 vtab module...
2017-08-11  drhNew test cases for LSM1.
2017-08-11  drhConvert the LSM1 virtual table to be WITHOUT ROWID...
2017-08-11  drhSimplification to the like optimization logic. Remove...
2017-08-10  drhAllow WITHOUT ROWID virtual tables to be writable as...
2017-08-10  danAdd the "instance" type to the fts5vocab virtual table...
2017-08-10  danFix a typo in csv01.test introduced by the previous... writable-vtab-without-rowid
2017-08-10  danAdd extra tests to this branch.
2017-08-10  drhTest case for writing to a WITHOUT ROWID virtual table...
2017-08-10  drhExperimental changes that allow a WITHOUT ROWID virtual...
2017-08-10  drhAdd a first draft of the "vtablog" extensions that...
2017-08-09  drhPreserve the error code from xConnect or xCreate method...
2017-08-09  drhVarious bug fixes for the new LSM1 virtual table design.
2017-08-09  drhWork toward redesigning the interface to the LSM1 virtu...
2017-08-08  drhThe identifier "vsnprintf" appears to be a reserved...
2017-08-08  drhFix a faulty signed/unsigned character comparison in...
2017-08-08  drhEnhance the CSV virtual table extension so that it...
2017-08-07  danAvoid casting a value larger than 2^31 to a (size_t...
2017-08-07  mistachkinOn Windows, avoid casting a value larger than 2^31... mmap-size-limit
2017-08-07  danFix a problem with handling SQLITE_FCNTL_MMAP_SIZE...
2017-08-07  danUpdate bigmmap.test to account for builds that use
2017-08-07  danAvoid casting a value larger than 2^31 to a (size_t...
2017-08-07  mistachkinFix an out-of-order test number.
2017-08-07  danAdd new test file "bigmmap.test". For testing builds...
2017-08-05  danFix a segfault in swarmvtab that could occur if there...
2017-08-05  drhMicrooptimization in pcache1.c makes the code slightly...
2017-08-05  danFix memory leak in swarmvtab.
2017-08-04  drhAdd the swarm virtual table to the existing union virtu...
2017-08-04  drhAdd the optional non-found-callback to the swarm-vtab. union-vtab
2017-08-04  danAdd further test cases for swarmvtab. And minor code...
2017-08-04  danAdd test cases and associated fixes for swarmvtab.
2017-08-04  danAdd SQLITE_API qualifiers to public API functions in...
2017-08-04  danUpdate script tool/mksqlite3c.tcl to avoid duplicating... sqlite3rbu.h-fix
2017-08-03  danModify swarmvtab to use a separate database connection...
2017-08-03  danAdd SQLITE_API qualifiers to public API functions in...
2017-08-03  danFix some problems in RBU test cases. Also update RBU...
2017-08-03  drhOptimization to the comparison opcodes in the byte...
2017-08-02  drhIn the KeyInfo object, refactor the nField and nXField...
2017-08-02  danEnhance the code in unionvtab.c to also provide the...
2017-08-02  drhAvoid redundant calls to sqlite3ApiExit() in sqlite3_st...
2017-08-02  drhOnly attempt to invoke WAL callbacks when a transaction...
2017-08-02  drhMinor optimization on clearCell()
2017-08-02  drhOptimizations associated with error handling in btree...
2017-08-02  drhRemove unused token codes.
2017-08-02  drhRearrange some of the added token codes for a very...
2017-08-02  drhRearrange integer token values in the parser and logic...
2017-08-02  drhShow which opcodes are jumps in the comments when gener...
2017-08-02  drhAdd the "%token" control to the lemon parser. Not...
2017-08-02  drhFaster implementation of resolveP2Values().
2017-08-01  drhSlightly smaller and faster by allocating Parser object...
2017-08-01  drhSplit the OP_Last opcode into OP_Last and OP_SeekEnd...
2017-08-01  drhTake advantage of atomic-write capabilities in the...
2017-08-01  drhAllow ATTACH and DETACH inside of a transaction.
2017-07-31  mistachkinRecognize 'AMD64' as 'x64' in the TclKit batch tool...
2017-07-31  mistachkinSync up the MSVC autoconf makefile.
next