]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-09-09  drhUse a mutex-free PRNG for the random() and randomblob... mutex-free-randomness
2017-09-09  mistachkinFix harmless compiler warnings seen with MSVC.
2017-09-08  danHave the header comment for sqlite3Checkpoint() mention...
2017-09-07  drhPrevent a possible crash when trying to recover using...
2017-09-05  danUpdate "PRAGMA integrity_check" to detect inconsistenci...
2017-09-05  danFix a comment describing the xRowid method of the ...
2017-09-05  danAdd experimental API sqlite3rbu_temp_size_limit()....
2017-09-04  mistachkinUse the SQLITE_CORRUPT_BKPT return code in a couple...
2017-09-04  mistachkinAdd the 'mksourceid' executable to the clean target...
2017-09-04  drhProposed fix for ticket [b899b6042f97f5]
2017-09-04  drhFix recent test cases in test/indexepxr2.test so that...
2017-09-01  drhAdd the new sqlite3PagerUnrefPageOne() pager method...
2017-09-01  drhRemove an obsolete optimization in pcache that due...
2017-09-01  drhSmall size and performance improvement in pcacheManageD...
2017-08-31  drhClarify the documentation about "protected" versus...
2017-08-30  danRemove unnecessary "__declspec(dllexport)" qualifiers...
2017-08-30  drhSmall performance optimization in pcache1.
2017-08-29  drhFaster memory allocation from lookaside by not trying...
2017-08-28  drhAdd the --enable-update-limit option to the ./configure...
2017-08-28  drhAvoid unnecessary mutexes in the pcache1 implementation...
2017-08-28  drhRemove the rarely-used scratch memory allocator. This...
2017-08-28  drhBackport changes to shell.c into shell.c.in.
2017-08-28  drhFix the ".dump", ".schema", and ".fullschema" commands...
2017-08-25  drhFix a few over-length source code lines. No functional...
2017-08-25  drhSize and performance optimization for sqlite3Init().
2017-08-25  drhSmall performance optimization in sqlite3WhereBegin().
2017-08-25  drhConvert a branch made unreachable by [59560d07] into...
2017-08-25  drhImprove the internal mechanism used to keep track of...
2017-08-25  danAvoid returning duplicate rows in experimental pragmas...
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...
next