]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-04-18  mistachkinMinor simplification of NULL value handling for STAT4. nullStat4
2019-04-17  drhSmall performance and size optimization in sqlite3WalFi...
2019-04-17  drhFix a typo in the CLI help output for the ".dump" command.
2019-04-17  drhIn the "pgidx" report from "showdb", also show the...
2019-04-17  drhIn the "pgidx" command of the showdb utility, try to...
2019-04-17  drhSmall performance improvement on the variable-length...
2019-04-17  drhFaster and smaller implementation of sqlite3StrICmp().
2019-04-16  drhVersion 3.28.0 version-3.28.0
2019-04-16  danAvoid a sanitizer error (pointer arithmatic overflow...
2019-04-16  danAvoid a sanitizer error in test1.c. Have releasetest...
2019-04-15  danFix a bug in test module test_fs.c causing a segfault...
2019-04-15  danFix a problem with the user-auth extension and deserial...
2019-04-15  danFix a test script problem in fts5corrupt3.test.
2019-04-15  drhUpdate tool/symbols.sh to ignore symbols from sessions...
2019-04-14  drhRemove a stray tab from the source code.
2019-04-14  drhFix an obsolete comment and other minor issues from...
2019-04-13  drhFix a harmless compiler warning in test logic.
2019-04-13  drhFix the fts3varint.test script so that it works even...
2019-04-13  danFix a test script problem in fts5corrupt3.test.
2019-04-13  danPartially revert the test file changes in [4371a0c46e...
2019-04-13  drhFix additional compiler warnings introduced by the...
2019-04-13  drhFixes for harmless compiler warnings.
2019-04-13  drhUse the 64-bit memory allocator interfaces in extension...
2019-04-13  drhEnforce the SQLITE_LIMIT_COLUMN limit on virtual tables.
2019-04-12  drhTest case changes so that they work with both Tcl8...
2019-04-12  danTweaks to wapptest.tcl: Ensure that the "Debug" checkbo...
2019-04-12  danFix minor problems in tcl test scripts.
2019-04-11  danAdd the test/wapptest.tcl script, an alternative to...
2019-04-11  danMerge trunk changes into this branch. wapptest
2019-04-11  danFurther tweaks to wapptest.tcl. Add the ability to...
2019-04-11  drhRemove the vfslog.c extension from the testfixture...
2019-04-11  danFix RBU so that it does not write rows that should...
2019-04-11  danFix the checksymbols target in Makefile.in.
2019-04-10  danHave wapptest.tcl display the name, OS and architecture...
2019-04-10  danVarious fixes for the wapptest.tcl script.
2019-04-10  drhUpdate the list of OMIT options in the omittest.tcl...
2019-04-10  drhFurther refinement of the sqlite3VdbeMEmExpandBlob...
2019-04-10  drhChange the name of some internal testing interfaces...
2019-04-10  drhDo not place arbitrary restrictions on the length of...
2019-04-09  drhNew test case for SQLITE_TOOBIG errors.
2019-04-09  drhImproved reporting of SQLITE_TOOBIG errors while parsing.
2019-04-09  danFix a problem caused by a small SQLITE_LIMIT_LENGTH... toobig-fix
2019-04-09  danAdd test/wapptest.tcl, a wapp alternative to releasetes...
2019-04-09  drhUse an unsigned integer to count free pages in btree...
2019-04-07  drhMake the testcase() macro added in the previous check...
2019-04-07  drhFix a faulty assert() in the sqlite3VdbeMemExpandBlob...
2019-04-06  danFix two assert() statements in fts5 that are only true...
2019-04-05  drhRemove some stale references to the addopcodes.tcl...
2019-04-05  drhEliminate the tool/addopcodes.tcl script. The purpose...
2019-04-05  danAdd further tests so that veryquick.test covers all...
2019-04-05  drhImproved comment on the sqlite3FaultSim() function...
2019-04-05  danIn the test_vfs.c VFS, if a Tcl xWrite script returns...
2019-04-05  drhAdd the ability to override the new corruption detectio...
2019-04-05  drhIn the xfer-optimization, do early detection of when...
2019-04-04  danAdd further test cases to improve VDBE branch coverage.
2019-04-04  drhFix a typo in the documentation for sqlite3_value_fromb...
2019-04-04  drhMinor fixes to requirements marks.
2019-04-04  danAdd test cases to improve coverage of VDBE branches...
2019-04-04  drhCorrectly initialize the loadable extension thunk.
2019-04-04  drhSimplification of the recent VACUUM changes that make...
2019-04-04  drhFix an incorrect comment on a test case for rowid renum...
2019-04-04  drhOnly preserve rowid values for VACUUM INTO. Keep the...
2019-04-03  drhAdd a defense-in-depth NEVER() test to the WAL cleanup...
2019-04-03  danFix a couple of problems with "RANGE BETWEEN <expr...
2019-04-02  drhSmall optimizations to the grammar for window functions...
2019-04-02  drhUse a separate bit on db->dbOptFlags to disable the...
2019-04-02  drhIncluding the phrase EXCLUDE NO OTHERS in the frame...
2019-04-02  drhPut the list of keywords in mkkeywordhash.c into alphab...
2019-04-02  drhMake sure the MEM_FromBind bit inthe Mem.flags field...
2019-04-02  drhAdd new APIs to the extension loading mechanism.
2019-04-02  drhAdd the sqlite3_value_frombind() interface. Use that...
2019-04-01  drhPerformance improvement on the OP_Variable opcode. value_frombind
2019-04-01  drhImprovements to the sqlite3ExprImpliesNonNullRow()...
2019-04-01  danAdd a test case to cover a missed VDBE branch generated...
2019-04-01  danIf the library is built with SQLITE_VDBE_COVERAGE defin...
2019-04-01  drhFrame range comparisons can never be NULL because the...
2019-04-01  drhMark rowid-comparison opcodes as never-null for VDBE...
2019-04-01  drhImproved VDBE branch coverage in the run-time frame...
2019-04-01  drhImproved comments on the VDBE branch coverage testing...
2019-04-01  drhFix a defect in the VDBE branch coverage testing logic.
2019-04-01  mistachkinFix harmless compiler warnings seen with MSVC.
2019-03-31  drhEarly detection of too many columns in an index avoid...
2019-03-31  drhAdd some missing VdbeCoverage() macros.
2019-03-30  drhImprovements to VdbeCoverage macros.
2019-03-30  drhFix issues with the previous check-in and add more... oops
2019-03-30  drhEnhanced VdbeCoverage() macros in the new windows funct...
2019-03-30  drhAdd a call to sqlite3FaultSim(410) inside of btreeResto...
2019-03-30  drhThe defragmentPage() routine detects corruption in...
2019-03-30  drhAdd the blobio.c extension module implementing readblob...
2019-03-30  danAdd an extra IO-error test to windowfault.test.
2019-03-29  drhChange the fts3_tokenizer() function to always return...
2019-03-29  drhRemove the unused P5 flag from the OP_Rewind opcode.
2019-03-29  danFix a fairly obscure problem causing the planner to...
2019-03-29  drhFix typos in the comments of the sessions extension...
2019-03-29  drhThe two-argument version of fts3_tokenizer() works...
2019-03-29  drhInitial implementation of the sqlite3_value_frombind...
2019-03-29  drhRecover a some of the performance lost by window functi...
2019-03-28  drhAdd new test cases to test/fuzzdata8.db
2019-03-28  danPrevent aliases of window functions expressions from...
2019-03-28  drhShow the pointer address for Window objects in the...
next