]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-04-12  danAdd the 'secure-delete' option to fts5. Used to configu...
2023-04-11  drhNew #ifdef to enable building with -DSQLITE_OMIT_WINDOW...
2023-04-11  drhRemove an ALWAYS() that can sometimes be false. Add...
2023-04-11  drhBetter handling of OOM errors in the cursor-hint logic.
2023-04-10  larrybrFor sha3 extension, mention NIST standard implemented.
2023-04-10  drhNew assert() statements to validate the parameters to
2023-04-10  drhSync the vt02.c test virtual table with TH3, in order...
2023-04-09  drhFix an assertion fault that can occur when compiling...
2023-04-09  drhFix a faulty assert() in whereRangeScanEst() that shoul...
2023-04-08  mistachkinFix a couple harmless compiler warnings seen with MSVC.
2023-04-08  drhFix a typo in [83e84531b46814ae] that changed the value of
2023-04-08  drhFaster implementation of keywordCode() - the routine...
2023-04-08  drhFix a harmless compiler warning.
2023-04-08  drhOptimizations to btree.c save about 4.5 million CPU...
2023-04-07  drhGuard against oversized cells in the newly enhanced... btree-freespace-opt
2023-04-07  drhAdd NEVER on an unreachable branch.
2023-04-07  drhFix an assert().
2023-04-07  drhTweaks to the new insertCellFast().
2023-04-07  drhClone insertCell() into insertCellFast() for use by...
2023-04-07  danFix a problem causing the rbu_exclusive_checkpoint...
2023-04-07  drhSmall performance improvement in freeSpace().
2023-04-07  danAdd further tests for the rbu_exclusive_lock=1 URI...
2023-04-06  drhIncrease the size of the cache of free blocks inside...
2023-04-06  drhWork around a harmless assertion fault associated with
2023-04-06  drhA prepared statement that aborts due to SQLITE_SCHEMA...
2023-04-06  drhIn the CLI, during error processing while looking for...
2023-04-06  drhIn the zipfile extension, defend against corrupt ZIP...
2023-04-06  drhIn the new .scanstatus command in the CLI, make sure...
2023-04-05  drhAdd a test case for the ALWAYS() macro removed by the...
2023-04-05  drhRemove an ALWAYS() that might now be false due to the...
2023-04-05  drhFix the function that determines the collating function...
2023-04-04  larrybrShell to use SQLITE_SHELL_HAVE_RECOVER consistently...
2023-04-04  drhFix an incorrect entry in the array that maps sqlite3_v...
2023-04-04  drhRemove an assert() statement that is no longer valid...
2023-04-04  stephanExpose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS.
2023-04-04  larrybrOmit shell call to sqlite3_dbdata_init() when it is...
2023-04-03  drhWhen translating arguments of aggregate functions into...
2023-04-03  drhImproved diagnostic output from PRAGMA vdbe_addoptrace.
2023-04-03  drhWhen changing a COLLATE expression node into TK_AGG_COL...
2023-04-03  drhAdd the SQLITE_VTAB_USES_ALL_SCHEMAS option to sqlite3_...
2023-04-03  drhMake the sqlite_dbdata and sqlite3_dbptr virtual tables...
2023-04-03  drhStronger constraint checking in allocateSpace().
2023-04-02  drhWith the -DSQLITE_ENABLE_JSON_NAN_INF compile-time...
2023-04-02  drhMore off-by-one errors in the new JSON parsing. json-nan-inf
2023-04-02  drhFix an off-by-one error in the recognition of -Infinity.
2023-04-02  drhEarlier detection of corruption in sqlite3BtreeDelete().
2023-04-02  larrybrClear executable bit on base64.c
2023-04-01  drhAllow special floating-point value names in JSON: ...
2023-04-01  larrybrSwat grammar nit on README.md
2023-04-01  drhFix harmless compiler warnings.
2023-04-01  drhImproved error messages from PRAGMA integrity_check...
2023-04-01  drhIn the b-tree module use %u instead of %d to print...
2023-03-31  drhOmit the the count-of-view optimization if there is...
2023-03-30  drhEarlier error detection for index expression usage...
2023-03-30  drhOmit a branch that is no longer needed following [c9c4f...
2023-03-30  danFix an error in new test script test/aggfault.test.
2023-03-30  danFix a crash that could follow an OOM error while proces...
2023-03-29  danAvoid having OP_SeekScan jump over an OP_IdxGT or OP_Id...
2023-03-29  danFix a problem with sqlite3_stmt_scanstatus() from withi...
2023-03-29  drhAnother #ifdef to omit code that is only used by STAT4.
2023-03-29  drhNew #ifdefs to omit code that is unused except under...
2023-03-29  drhEnhance PRAGMA integrity_check so that it can detect...
2023-03-28  drhFix a weird corner case in aggregate function processin...
2023-03-28  drhFix multiple problems with RETURNING on a DML statement...
2023-03-27  stephanRemove a meaningless JS test. Add a timer to the OPFS...
2023-03-27  drhDo not allow constant factoring during PRAGMA integrity...
2023-03-26  drhImprovements to register allocation, especially in...
2023-03-26  drhDisable factoring of constant values during ANALYZE...
2023-03-25  drhWhen the left table of a RIGHT JOIN is used inside...
2023-03-25  drhAdd usage detection to the NULL value generator for... rightjoin-agg-idxexpr
2023-03-25  drhWhen reading sqlite_stat4 data during query planning...
2023-03-25  drhWhen the left table of a RIGHT JOIN is used inside...
2023-03-25  drhIn the byte-code, when the result of an expression...
2023-03-25  drhAdd the tag-20230325-1 comment that was omitted from...
2023-03-25  drhThe fix at [2bf5413dc2c19d5f] was incomplete in that...
2023-03-25  drhEven tighter bounds on the maximum length of the filena...
2023-03-25  drhTighter constraints on the maximum length of the filena...
2023-03-25  drhNew test case to further validate the fix at [221fdcec9...
2023-03-25  larrybrFix CLI non-handling of OOM reported at [forum:/forumpo...
2023-03-24  drhRemove undocumented, vestigial SQL functions in the...
2023-03-24  drhFix possible integer overflow in bounds checking for...
2023-03-24  drhFix an error in the OP_SeekScan opcode added by check...
2023-03-24  drhFix the handling of indexed expressions in an outer...
2023-03-24  drhFix a problem in cursor-hints for WITHOUT ROWID tables...
2023-03-24  stephanAdd a JS test which checks for the issue described...
2023-03-24  drhFix byte-code register allocation in ANALYZE for STAT4...
2023-03-23  drhThe attempt to bring STAT4 up to 100% MC/DC at [55a26c6...
2023-03-22  stephanInternal cleanups in JS code. No functional changes.
2023-03-22  drhThe floating-point-to-text conversion with the zero...
2023-03-22  drhFor consistency, the ".mode json" output from the CLI...
2023-03-22  drhThe double-to-text conversion renders infinity as 9e999...
2023-03-22  drhIn the CLI, the magic parameter :inf and :nan bind...
2023-03-22  drhUpdate the version number for the TEA tarball to 3...
2023-03-21  drhAdd ALWAYS() on a branch this is always true now due...
2023-03-21  drhAdd the fuzzcheck-asan.exe target to the MSVC makefile.
2023-03-21  drhAdd the fuzzcheck-asan target to the main posix makefile.
2023-03-21  danFix a valgrind error and potential buffer overread...
2023-03-20  drhMinor change to btreeNext() to facilitate coverage...
2023-03-20  danFix a problem causing a cursor to retain an out-of...
2023-03-20  drhBack out the extra margin added to the input buffer...
next