]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-07-30  drhFix unreachable branches. larger-databases
2020-07-29  drhFix signed/unsigned compiler warnings.
2020-07-28  drhEarlier detection of out-of-range page numbers in the...
2020-07-28  drhMerge enhancements from trunk.
2020-07-28  drhIf a writer crashes in WAL mode and leave the SHM file...
2020-07-28  drhAdd an sqlite3FaultSim() to make an OOM case more acces... unlocked-recovery
2020-07-27  drhOn recovery, always overwrite the old with the new...
2020-07-27  danFix a couple of test scripts to match the new wal recov...
2020-07-27  drhImproved error reporting if walLockExclusive() fails.
2020-07-25  danAllow a wal mode recovery to proceed even if there...
2020-07-24  drhMerge recent changes from trunk.
2020-07-24  drhRemove a surplus space from a comment
2020-07-24  drhFix other potentiall pointer aliasing problems associat...
2020-07-24  drhFix pointer aliasing problem in the in-memory journal...
2020-07-23  drhAdd the OMIT_ZLIB compile-time option to sessionfuzz...
2020-07-23  drhFix a typo in an error message.
2020-07-23  drhMerge fixes from trunk.
2020-07-23  drhAn ORDER BY clause can slip into an SRT_Upfrom query...
2020-07-23  danFix another case where a corrupt record could cause...
2020-07-23  drhMerge support for partial integrity checks.
2020-07-23  drhAdd the ability to do a PRAGMA integrity_check (or...
2020-07-22  drhDetect out-of-bounds rootpage values in the schema.
2020-07-22  drhDisable rootpage bounds checking when the SQLITE_TESTCT... rootpage-bounds-check
2020-07-22  drhImprovements to rootpage bounds checking during schema...
2020-07-22  drhWhen parsing the schema, detect out-of-bounds rootpage...
2020-07-22  drhAll TCL tests now passing.
2020-07-22  drhMost test cases now passing.
2020-07-22  drhContinuing work toward supporting unsigned 32-bit page...
2020-07-22  drhEnhance showdb to be 32-bit clean.
2020-07-22  drhMerge fixes from trunk.
2020-07-21  drhWork-around for [https://gcc.gnu.org/bugzilla/show_bug...
2020-07-21  drhAdd the sqlite3Int64ToText() routine and use it to...
2020-07-20  drhFix the ".read" command so that it gives an error when...
2020-07-20  drhFix a corner-case error in the new UPDATE FROM logic...
2020-07-20  drhAdd the "enlargedb" utility program used to construct...
2020-07-20  drhFaster column name lookup in the columnIndex() routine...
2020-07-20  drhInitial changes to allow database up to 281TB in size.
2020-07-18  drhFix test case result on a DELETE with an INDEXED BY...
2020-07-18  drhMore harmless compiler warning fixes.
2020-07-18  drhFix a harmless compiler warning.
2020-07-18  drhAdd UPDATE FROM compatible with postgresql.
2020-07-17  drhAdd ALWAYS() around a conditional that is always true. update-from
2020-07-17  drhUse #ifdef to omit code that is only reachable when the
2020-07-17  danMake it an error to repeat the target object/alias...
2020-07-17  danAdd a couple of "#ifdef SQLITE_ENABLE_UPDATE_DELETE_LIM...
2020-07-16  drhRelax pointless restrictions on allowing tables in...
2020-07-16  danModifications to test code so that the sqlite3MemdebugH...
2020-07-16  drhSmall performance improvement and size reduction in...
2020-07-16  danAdd OOM test for UPDATE...FROM statements inside triggers.
2020-07-16  drhFix a double-free of the FROM clause of an UPDATE insid...
2020-07-16  drhSeparate VdbeCoverage() macro for different jumps.
2020-07-15  drhFix a problem in UPDATE FROM in which it tries to free...
2020-07-15  danSupport a FROM clause in UPDATE statements, as postgres...
2020-07-15  danAdd tests for UPDATE...FROM and foreign keys.
2020-07-15  danFix problems that could occur if a table with the same...
2020-07-15  danFix a problem in SQLITE_ENABLE_HIDDEN_COLUMN builds...
2020-07-15  danUpdate this branch with changes from trunk.
2020-07-15  drhNew test cases for decimal and ieee754.
2020-07-14  drhImprovements to the min()/max() optimization so that...
2020-07-14  drhNow appears to work. All legacy tests pass. Need...
2020-07-14  danSupport UPDATE...FROM statements in trigger programs.
2020-07-14  drhFix an obsolete header comment on the sqlite3WhereIsOrd...
2020-07-14  drhMerge fixes from trunk.
2020-07-14  drhEarly detection of freelist size corruption in incremen...
2020-07-14  drhFix a crash. Not all tests pass, but tests do at least...
2020-07-14  drhFix an obsolete assert().
2020-07-14  drhMerge latest changes from trunk. This branch still...
2020-07-13  danAdd test for LEFT JOIN in UPDATE...FROM statement.
2020-07-13  danAdd test cases and fixes for UPDATE...FROM statements...
2020-07-13  danMerge latest trunk changes with this branch.
2020-07-13  drhReadd the ALWAYS() macro that was removed by [f7a74f89d...
2020-07-13  danFix a problem causing queries containing window functio...
2020-07-13  danFix an integer overflow bug in fts5 triggered by a...
2020-07-11  danAdd second test case for the improvement in [30735432].
2020-07-11  drhImproved detection of a corrupt database schema. Fix...
2020-07-10  drhRemove unnecessary code from the window functions imple...
2020-07-10  drhAn attempt to get the Min/Max optimization working...
2020-07-10  danFix a broken assert() in fts3 that could fail when...
2020-07-09  danFix handling of another corrupt database case in fts3.
2020-07-09  drhFix a comment typo. No changes to code.
2020-07-07  danRemove bashism from configure script.
2020-07-06  drhIncrease the resolution of the vdbe opcode counters...
2020-07-04  drhFix the table_info pragma so that it always checks...
2020-07-03  drhFix the line-number of error messages coming out of...
2020-07-03  drhFix a compiler warning about an unused procedure in...
2020-07-03  drhUpdate the lemon documentation to match recent enhancem...
2020-07-03  drhIf the amalgamation is built using OPT_FEATURE_FLAGS =
2020-07-03  drhIn lemon, add "%if" and "%else" and allow boolean expre...
2020-07-03  drhFix the pragma_foreign_key_check virtual table so that...
2020-07-03  drhFix a problem with "PRAGMA foreign_key_check" where...
2020-07-02  drhMinor simplification to the 32-bit varint decoder.
2020-07-01  drhEnsure that the "PRAGMA schema_version" command causes...
2020-07-01  danFix a problem with VM code generated for some aggregate...
2020-06-30  danAdd a test to ensure that "PRAGMA wal_checkpoint =...
2020-06-30  danAvoid a potential buffer overread in fts3 when processi...
2020-06-29  drhFix generated columns so that they play well with upsert.
2020-06-29  drhChange the magic number used to identify the "excluded...
2020-06-29  drhDocument the dual-use of the P5 operand to the OP_MakeR...
2020-06-29  drhChange the name of IntegrityCk.mallocFailed to Integrit...
2020-06-29  danAdd test script to verify busy-timeouts are working...
next