]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-09-28  drhPrototype implementation of "PRAGMA reset_database... reset-database
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-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-12  drhNew run-time options to the speed-check.sh script.
2022-09-09  mistachkinFix harmless compiler warning seen with MSVC.
2022-09-07  drhEnhance an assert() to impose for tighter constraints...
2022-09-07  drhAn improved technique for ensuring that the Rekey(...
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  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-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  drhDefer deleting a transient SELECT statement associated...
2022-09-01  drhIn the query planner, add a heuristic that will reduce...
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...
2022-08-23  drhEnhance assert() statements to enforce tighter bounds...
2022-08-23  stephanAdd mksourceid binary to the clean rules and $(TESTPROG...
2022-08-22  drhPerformance enhancement for sqlite3DbFree().
2022-08-22  drhAdd the new internal interface sqlite3DbNNFreeNN(db...
2022-08-20  drhMerge the test case for dbsqlfuzz 18fe4e257be7fa3ecfb04...
2022-08-20  drhEnhance the enforcement of SQLITE_VTAB_DIRECTONLY so...
2022-08-19  danAdd test case for fuzzer case crash-18fe4e. crash-18fe4e
2022-08-17  drhIn the ".dump" command of the CLI, if a schema statemen...
2022-08-17  drhEnhance the "PRAGMA integrity_check" statement so that...
2022-08-17  drhMinor code simplification in the code generator for...
2022-08-16  drhChange the legacy RC4-based PRNG to use the RFC-7539...
2022-08-16  drhFix obsolete comments. Add new comments. Fix non... chacha20-prng
2022-08-16  drhFix an off-by-one error in the ChaCha20 initialization...
2022-08-16  drhOmit an unnecessary test case from corruptN.test that...
2022-08-16  danAdd assert() statements to verify that the SQLITE_OPEN_...
2022-08-16  drhReplace the RC4-based PRNG with one based on ChaCha20...
2022-08-15  danExtra test for SQLITE_MAX_COMPOUND_SELECT.
2022-08-15  drhThe new --script option to dbtotxt.c looks for an SQL...
2022-08-15  drhIn the documentation emphasize that the use of shared...
2022-08-12  drhAdd the (undocumented) SQLITE_DEFAULT_UNIX_VFS compile...
2022-08-12  stephanMinor wasm-related doc clarification and remove an...
2022-08-12  stephanwasm: document the role of sqlite3-wasm.c. Other minor...
2022-08-12  stephanwasm: corrected (in as-yet unused code) a flags check.
2022-08-11  stephanWasm-related doc additions and tweaks.
2022-08-11  stephanMerge in wasm-cleanups branch, reorganizing and updatin...
2022-08-10  drhFix another harmless comment typo that causes a typo...
2022-08-10  drhRemove (harmless) duplicate words in comments used...
2022-08-10  danFix handling of columns with names that are SQL keyword...
2022-08-10  stephanwasm opfs: error handling fix for an impossible-to... wasm-cleanups
2022-08-10  stephanwasm refactoring part 2 of (apparently) 2: moved ext...
2022-08-10  stephanwasm/fiddle refactoring part 1 of N: move fiddle app...
2022-08-10  stephanMerged in trunk for pending tree refactoring.
2022-08-09  drhAllow the name of an index to collide with a table...
2022-08-09  drhOmit the (undocumented) SQLITE_PCACHE_SEPARATE_HEADER...
2022-08-08  danAvoid some cases of signed integer overflow in fts5...
2022-08-08  drhAvoid trying to cast an over-sized floating point value...
2022-08-08  drhRemove an unreachable branch in the numericType() helpe...
2022-08-08  drhDo not attempt to convert an oversized floating point...
2022-08-06  danFix a rounding error caused by scalar->logarithm->scala...
2022-08-05  danAvoid having fts3 read uninitialized values when proces...
2022-08-05  mistachkinFix harmless compiler warning seen with MSVC.
2022-08-04  drhFix a problem with the query optimizer for LIMIT/OFFSET...
2022-08-04  drhFix a typo on a comment used to generate bytecode docum...
2022-08-03  drhPerformance optimization to the math opcodes of the...
2022-08-03  drhSmall performance increase on the binding interfaces.
2022-08-03  drhImprovement on the previous check-in.
2022-08-03  drhFor an IN operator used with a RIGHT JOIN, use the...
2022-08-01  drhIn the xUpdate method of the GeoPoly virtual table...
2022-07-26  drhRestore a VDBE coverage macro that is mistakenly delete...
2022-07-26  danFix another problem related to aggregate query LEFT...
2022-07-26  drhOmit a unused variable initialization in order to suppr...
2022-07-26  danAdd test cases related to fix [e717e029]. flatten-left-join
2022-07-26  drhMake sure IF_NULL_ROW expressions receive a separate...
2022-07-26  drhImproved AggInfo.aCol debugging output, intended to...
next