]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-04-27  drhAdd the shardvtab virtual table that uses the new cost... cost-est
2019-04-26  drhAn experimental interface for retrieving the estimated...
2019-04-24  drhNew test cases in test/fuzzdata8.db.
2019-04-24  danFix another instance in fts3 where a corrupt record...
2019-04-24  danFix a problem in fts5 where a corrupt position list...
2019-04-24  danFix an error in fts3_write.c allowing a corrupt databas...
2019-04-24  mistachkinCorrection to the #if in the previous check-in.
2019-04-24  mistachkinFix for 8-byte alignment asserts that can trigger in...
2019-04-23  drhMake no atttempt to generate VDBE code for VACUUM after...
2019-04-23  drhChanges to the --hexdb decoder option in the shell...
2019-04-23  mistachkinMinor simplification of NULL value handling for STAT4.
2019-04-23  drhNew test cases in fuzzdata8.db.
2019-04-23  drhImprovement on the previous check-in. Parse.rc is...
2019-04-22  drhEarly detection of SQLITE_TOOBIG when processing nested...
2019-04-22  danFix an assert() that may be false for corrupt databases.
2019-04-19  drhMark a single branch as no longer reachable.
2019-04-19  drhIncrease the version number to 3.29 for the next develo...
2019-04-19  drhImproved optimization of the AND and OR operators.
2019-04-19  danFix a problem with renaming a table that starts with...
2019-04-19  drhUse macros to determine if an expression is always...
2019-04-19  drhStreamline the processing of the AND operator. Slightl...
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...
next