]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2020-06-29  drhDo not run resetAccumulator() after a malloc failure.
2020-06-29  danFix another fts3 problem with processing corrupt records.
2020-06-29  drhSmall performance improvement in the sqlite3_step(...
2020-06-26  danFix a problem that could cause an infinite loop in...
2020-06-26  drhWhen computing the verification hash in speedtest1...
2020-06-26  drhImprovements to speedtest1.c for more consistent verifi...
2020-06-26  drhImprovements to speedtest1. Added the --memdb and...
2020-06-26  drhAdd the ieee754_to_blob() and ieee754_from_blob() funct...
2020-06-26  drhAdd --verify to speed-check.sh and add --memdb and... speedtest-hash
2020-06-26  drhFix a possible null pointer deref following OOM. Disco...
2020-06-25  drhUpdate the showlocks utility program so that it functio...
2020-06-25  drhEnhance the --verify option to speedtest1.c so that...
2020-06-24  drhAdd the ieee754_mantissa() and ieee754_exponent() funct...
2020-06-24  drhFix the decoding of subnormal values in the ieee754...
2020-06-24  drhIn the one-argument version of the ieee754() extension...
2020-06-24  drhAdd the decimal extension. It is built into the shell...
2020-06-24  drhFix the ".selecttrace" command in the CLI (only availab...
2020-06-23  drhEnhance the --testset option on speedtest1 so that...
2020-06-23  drhTry to remove end-of-line whitespace when building...
2020-06-23  drhFix a harmless compiler warning. decimal
2020-06-23  drhAvoid unnecessary normalization in decimal_sum(). ...
2020-06-22  drhAdd the decimal_mul() function.
next