]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-04-15  danAvoid dropping the error code following an OOM in fts5...
2023-04-15  larrybrAdd -utf8 option to CLI, for improved console behavior...
2023-04-15  danAdd the 'secure-delete' option to the fts5 extension...
2023-04-15  larrybrFor CLI -utf8, set output codepage too. Adjust PP vars...
2023-04-14  larrybrFix stray edits in comments in last check-in.
2023-04-14  larrybrSet CLI -utf8 option and build with line-editing packag...
2023-04-14  larrybrCure CLI double-prompting (by ditching gcc fgetws(...
2023-04-14  danFurther tests for fts5 secure-delete mode. fts5-secure-delete
2023-04-14  danAdd extra OOM test for the new code on this branch.
2023-04-14  danAdd tests for the new feature on this branch.
2023-04-14  danFix SQLITE_OMIT_VIRTUALTABLE builds of testfixture.
2023-04-14  danUpdate test script recoverbuild.test so that it may...
2023-04-14  drhWhen setting the column types on a subquery, ensure...
2023-04-14  drhFix a cosmetic indentation issue.
2023-04-14  drhAvoid double de-quoting of table names when processing...
2023-04-13  drhFix an obscure issue with ALTER TABLE RENAME that comes...
2023-04-13  danAdd extra test cases to window1.test.
2023-04-13  drhFix a code-generator issue associated with very unusual...
2023-04-13  larrybrGet CLI utf8_fgets() to not consume more input than...
2023-04-12  drhUnwrap the loop in the WAL hash function.
2023-04-12  drhAutomatically set HAVE_PREAD and HAVE_PWRITE on linux...
2023-04-12  drhSmall performance enhancement to integer-to-text conver...
2023-04-12  danAvoid leaking a database handle in test script rbuexloc...
2023-04-12  danRemove temporary debugging code accidentally left on...
2023-04-12  larrybrWIP: CLI option to take control of console on Windows...
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...
next