]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-10-14  danHandle recovering databases with reserved bytes at...
2022-10-13  danAdd tests for detecting page size of databases.
2022-10-06  danEnsure the page-size, auto-vacuum and other settings...
2022-10-06  danAdd code to determine the database page-size by searchi...
2022-10-05  danImprove handling of corruption in the sqlite_schema...
2022-10-04  danMerge latest trunk changes.
2022-10-04  danBetter handling for databases with corrupt headers.
2022-10-04  drhAttempt to clarify the operation of the xLock and xUnlo...
2022-10-04  drhChange the name of the autoconf-generated configuration...
2022-10-03  drhAdjust the --help output for speedtest1 to clarify...
2022-10-03  drhCopy all of the fiddle-opfs changes to speedtest1 into...
2022-10-03  drhAdd the --vfs option to speedtest1.
2022-10-02  stephanMinor doc typo fix in sqlite.h.in.
2022-10-01  drhPerformance optimization in sqlite3_prepare() (discover...
2022-10-01  drhReplace the Parse.disableVtab field with Parse.prepFlag...
2022-09-30  drhRemove one of the NEVER() macros added by [5166acf3f004...
2022-09-30  drhNew test cases in fuzzdata8.db
2022-09-30  drhFix a bug in the demoDelete fix from [d76a301e22e05722].
2022-09-30  drhAdd NEVER() to two error-detection tests that were...
2022-09-30  danBetter handle a case of database corruption where a...
2022-09-30  drhImprovements to the "demoDelete" method in the demovfs...
2022-09-28  drhFix misuse of the sqlite3_set_auxdata() interface in...
2022-09-27  drhProvide the SQLITE_MAX_ALLOCATION_SIZE compile-time...
2022-09-27  drhMake the legacy FTS3 code more robust against integer...
2022-09-27  drhEnhance defensive mode so that it disallows CREATE...
2022-09-26  danModify implementation of recovery to break recovery...
2022-09-24  danAdd the SQLITE_RECOVER_SLOWINDEXES option, for specifyi...
2022-09-24  danAdd sqlite3_recover_step() to header file sqlite3recove...
2022-09-24  danUpdate things to use sqlite3_recover_step() internally.
2022-09-23  danInternal changes to the recover extension towards a...
2022-09-23  danFix various compiler warnings in new code on this branch.
2022-09-23  danMerge latest trunk changes into this branch.
2022-09-21  drhReduced and improved comments on the constraintCompatib...
2022-09-21  drhThe RIGHT JOIN logic added to version 3.39.0 added...
2022-09-21  drhBreak out the decision of whether or not a constraint... flattener-omit-restriction-29
2022-09-20  drhDo not allow EP_InnerON terms to be used on a outer...
2022-09-20  drhAdd new test cases that (current) get an incorrect...
2022-09-20  drhNew test cases for query flattening when there are...
2022-09-20  drhModify the OP_IfNotOpen opcode so that the jump is...
2022-09-20  drhRemove code that has been previously commented out.
2022-09-20  drhMerge the fuzzcheck fix from trunk into the flattener...
2022-09-20  drhUpdate the fuzz invariant checker to conform to the...
2022-09-20  drhIs the query flattener restriction 29 (do not allow...
2022-09-19  drhClarify comments that describe query flattener restrict...
2022-09-19  drhFix a minor comment typo. No changes to code or docume...
2022-09-18  drhRemove a NEVER macro in defragmentPage() that dbsqlfuzz...
2022-09-15  danFix windows builds of recover extension.
2022-09-14  danInclude recovery extension in configure/make builds...
2022-09-14  danExtra tests and fixes.
2022-09-14  danFix recovery of utf-16 databases.
2022-09-13  danAdd OOM tests for the recovery extension.
2022-09-13  danFix a broken error handling case in the recovery extension.
2022-09-13  danAdd tests. Deal issues surrounding aborting recovery...
2022-09-12  danFix some problems with handling corrupt database in...
2022-09-12  danMore tests for the recover module.
2022-09-12  drhNew run-time options to the speed-check.sh script.
2022-09-10  danRework recover extension code for readability.
2022-09-09  danFurther fixes to comments in sqlite3recover.h. Also...
2022-09-09  mistachkinFix harmless compiler warning seen with MSVC.
2022-09-09  danHandle recovery of virtual tables by recovering each...
2022-09-08  danUpdate comments in sqlite3recover.h.
2022-09-08  danUpdate the shell to use the recover extension for the...
2022-09-08  danFix problems with recovering the sqlite_sequence table.
2022-09-08  danAdd new test file recoverclobber.test.
2022-09-07  drhEnhance an assert() to impose for tighter constraints...
2022-09-07  drhAn improved technique for ensuring that the Rekey(...
2022-09-07  danEnsure that the recover extension properly escapes...
2022-09-06  danTests and a fix for the SQLITE_RECOVER_ROWIDS option.
2022-09-05  drhAdd the tool/omittest-msvc.tcl script that will try...
2022-09-05  drhGet the tool/omittest-msvc.tcl script working. msvc-omit-test
2022-09-05  danFix a problem with script mode and lost-and-found tables.
2022-09-05  danAdd a mode to output SQL statements instead of populati...
2022-09-05  drhAdd a prototype for a script, similar to tool/omittest...
2022-09-05  drhFix the windows build so that it works with -DSQLITE_OM...
2022-09-05  danAdd the SQLITE_RECOVER_ROWIDS option. To specify that...
2022-09-03  danAdd an option to assume the freelist is corrupt when...
2022-09-03  danTake the freelist into account when recovering data...
2022-09-03  danFurther work on making the recover extension compatible...
2022-09-02  danEnsure the Pager.journalOff variable is zeroed if an...
2022-09-02  drhFix an assert() associated with the dbsqlfuzz error...
2022-09-02  drhIf sqlite3PcacheMove() really performs a swap, then...
2022-09-02  drhEnhance the pcache1 implementation so that during an...
2022-09-02  drhMutex protect access to the sqlite3_test_directory...
2022-09-02  drhImproved mutex protection of the sqlite3_temp_directory and tempdir-mutex
2022-09-02  drhExperimental changes to put sqlite3_temp_directory...
2022-09-01  danFurther work on making recovery extension compatible...
2022-09-01  drhDefer deleting a transient SELECT statement associated...
2022-09-01  drhIn the query planner, add a heuristic that will reduce...
2022-08-31  danAdd new files for an extension to recover data from...
2022-08-31  drhEnhance the b-tree page sorting code to ensure that...
2022-08-30  drhImproved comments in pcache1.c. No changes to code.
2022-08-30  drhAny function call can abort. Take this into account...
2022-08-27  drhMore assert() statements in the page cache.
2022-08-27  drhEnsure that every pcache page always has either the...
2022-08-25  drhEnsure that sqlite3_prepare() inputs always have a...
2022-08-25  drhAdd the --script option to speedtest1.
2022-08-25  danRemove a NEVER() macro for a condition that is actually...
2022-08-24  drhAdd a mutex to the sqlite3_db_config() interface so...
2022-08-24  danFix an inefficiency in the ".dump" command when outputi...
2022-08-23  drhChange the names of the Vdbe.pVNext and Vdbe.ppVPrev...
next