]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-08-14  drhOptimizations to the logic that converts main table... delete-bytecode-optimization
2020-08-14  drhFor UPDATE and DELETE, use OP_DeferredSeek always....
2020-08-14  drhExperimental change to try to get some DELETE operation...
2020-08-14  drhVersion 3.33.0 version-3.33.0
2020-08-13  danFix "make test" handling of environment variable QUICKT...
2020-08-12  drhImprovement on the previous fix.
2020-08-12  drhFix an assertion() fault in ALTER TABLE found by OSSFuz...
2020-08-11  drhFix harmless USAN warnings from gcc9.
2020-08-11  drhNew test cases for the use of the ieee754 and decimal...
2020-08-11  danModify a test for corruption within the wal checkpoint...
2020-08-11  drhMinor comment fixes. No changes to code.
2020-08-11  drhRemove an unused #define from sqliteInt.h.
2020-08-10  drhSimplify #ifdefs associated with Parse.eParseMode....
2020-08-10  danFix a problem causing test failures in corruptL.test...
2020-08-10  danFix a problem building fts3 separately from the amalgam...
2020-08-10  danFix a shell tool build error caused by some combination...
2020-08-10  drhFix harmless compiler warnings that surface in newer...
2020-08-10  danFix another test script problem in walvfs.test.
2020-08-10  danFix minor test script problems.
2020-08-09  drhFix a harmless compiler warning.
2020-08-08  drhFix the check-in at [41474548ef3f7454] so that it compu...
2020-08-08  danFix test script busy2.test so that it works with the...
2020-08-08  danChanges to busy2.test, corruptL.test and fkey5.test...
2020-08-08  danFix a test script problem causing an error for SQLITE_E...
2020-08-08  drhMove a pointer computation until after OOM checks to...
2020-08-08  danChange the name of sqlite3SelectTrace to sqlite3_unsupp...
2020-08-08  drhUpdate requirement marks due to wording improvements...
2020-08-08  drhReorder declarations in the decimal extension for C89.
2020-08-07  drhDo the oversize-WAL corruption test before the size...
2020-08-07  danFix a file-descriptor leak in test script corruptL...
2020-08-07  danReturn an SQLITE_CORRUPT error if the final expected...
2020-08-07  drhAdd the --checkpoint option to speedtest1.
2020-08-07  drhFix compilation issues with MSVC.
2020-08-06  drhFix the columnar output modes in the CLI so that they...
2020-08-04  mistachkinFix compilation issues with MSVC. msvcWarn
2020-07-31  drhBack out a NEVER() that turns out to be reachable.
2020-07-31  drhRemove an ALWAYS() that turns out to be reachable.
2020-07-30  drhTest for schema corruption is reachable after all.
2020-07-30  drhProvide an alternative "guaranteed-safe" method for...
2020-07-30  drhFix compiler warnings in MSVC.
2020-07-30  drhAllow for page numbers as large as 4294967294 (0xffffff...
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...
next