]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-09-21  drhThe sqlite3_snapshot_describe() interface useful for... sqlite3_snapshot_describe
2017-09-21  drhRevert one performance improvement changes from check...
2017-09-21  drhFix the rendering of the P4_INTARRAY argument to the...
2017-09-20  drhSize and performance optimization on sqlite3VdbeMemGrow().
2017-09-20  drhThe BLOB returned by sqlite3VdbeMemFromBtree() does...
2017-09-20  drhSmall size and performance optimization in the bytecode...
2017-09-20  drhImproved resolution of large integer values in "CAST...
2017-09-20  drhUpdates to the "lemon.html" document received from...
2017-09-18  drhAdd the sqlite3_mmap_warm() function as an extension...
2017-09-18  drhFix a typo in the MSVC makefile. mmap-warm
2017-09-18  danAdd extension "mmapwarm.c". Provides function sqlite3_m...
2017-09-18  drhMinor simplification of error message generation during...
2017-09-18  drhThe out-of-bounds read on recovery fix of check-in...
2017-09-18  drhFix the CSV virtual table extension so that it works...
2017-09-17  drhDo not make the assumption (as check-in [4da49a95c0f07...
2017-09-16  drhSimplify the sqlite3VdbeGet() routine. Smaller, faster...
2017-09-15  drhRemove an unnecessary parameter from selectInnerLoop().
2017-09-15  drhImproved the header-comment documentation on sqlite3Exp...
2017-09-15  drhOptimization to the ExprList object to make it slightly...
2017-09-15  drhFix a harmless comment typo. No changes to code.
2017-09-14  danAdd another test case for the problem fixed by the...
2017-09-14  danAvoid an out-of-bounds read that can be caused by a...
2017-09-14  drhAvoid an out-of-bounds read on a recovery attempt using...
2017-09-13  drhTest case update due to PRAGMA integrity_check enhancem...
2017-09-13  drhDisable FTS3 matchinfo() tests that assume a littleEndi...
2017-09-13  drhImprovements to PRAGMA integrity_check for better detec...
2017-09-13  drhPRAGMA integrity_check returns SQLITE_OK even if it... improved-integrity-check
2017-09-13  mistachkinFix test script comment. No changes to code.
2017-09-12  mistachkinRemove use of the rand_s() function (added by [139081be...
2017-09-12  drhFix an error in [b22cdd67] that can cause a negative...
2017-09-12  drhChanges to (hopefully) get the build working with recen...
2017-09-12  drhMake sure all connections are closed in the pragma...
2017-09-11  drhNew test case for ticket [b899b6042f97f52d].
2017-09-11  drhAdd support for new operators in virtual tables: !...
2017-09-11  drhRefactor names of constants and functions associated... vtab-extra-ops
2017-09-11  drhMinor adjustments to indentation and spacing for clarit...
2017-09-11  danAdd tests to check that affinities work with != operato...
2017-09-10  drhSimplifications to the PRAGMA integrity_check code...
2017-09-09  drhSimplification and performance improvement to sqlite3_r...
2017-09-09  drhImproved detection of malformed records by PRAGMA integ...
2017-09-09  danEnhance the vtab interface to handle IS, !=, IS NOT...
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...
next