]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-04-24  danAllow the sessions module to be configured to capture... sessions-rowid-tables
2023-04-24  stephanAdd a note about the journaling mode in the OPFS VFS...
2023-04-23  larrybrCLI to have "undocumented" dot-commands, not usually...
2023-04-22  drhThe sqlite_stat4.idx field is case insensitive. It...
2023-04-22  danAvoid a crash in fts5 when combining an empty expressio...
2023-04-22  drhEnhance the ".tables" command in the CLI so that it...
2023-04-22  drhThe assertion-fault fix in [53a61f7423a7f057] was not...
2023-04-22  drhAdd the --unsafe-testing command-line option to the...
2023-04-22  larrybrAdd --unsafe-testing invocation option to CLI. Needs... shell-for-test
2023-04-22  drhFix an incorrect assert() statement in btree.c as found by
2023-04-22  drhFix a incorrect assert() statement in the pre-update...
2023-04-22  drhFix harmless compiler warning in [1489e7f53a4863b3].
2023-04-22  larrybrAlso fix no-length string intolerance for CLI json...
2023-04-22  drhEarly out from sqlite3Prepare() following an OOM to...
2023-04-22  larrybrCLI to handle absurd string length limit better. [forum...
2023-04-22  larrybrAvoid need for cast in CLI shell_check_oom() calls.
2023-04-22  larrybrFix unchecked return in CLI .dbi command. ([forum 79e2c...
2023-04-21  stephanChange the return type of the ts_read/write() family...
2023-04-20  larrybrIncrease CLI tolerance of arifically low memory.
2023-04-20  larrybrCLI .ar made to enforce getting a proper subcommand.
2023-04-20  drhFix a function declaration so that it correctly appears...
2023-04-20  danFix a broken assert() in the recovery extension. [forum...
2023-04-19  danAdd tests for the progress-handler callback with the...
2023-04-19  drhImproved rebustness of the pcache tracing logic.
2023-04-19  drhRemove unreachable legacy code.
2023-04-19  danFix a segfault that could occur if a non-empty in-memor...
2023-04-19  drhDo not remove pages from the cache of an in-memory...
2023-04-19  drhFix ambiguity in the header comment to the sqlite3Pager...
2023-04-19  drhFix a debugging printf() in pcache.c. This only comes...
2023-04-19  stephanCorrect use of an undefined symbol in one of the OPFS...
2023-04-19  drhAdd pager debug tracing of truncate operations.
2023-04-19  drhAttempt to suppress harmless compiler warnings reported by
2023-04-18  larrybrCLI to cease dumping back to OS shell on single ^C...
2023-04-18  larrybrAdd comment on CLI ^C fix (because it is a bit subtle.) cli-no-dump
2023-04-18  larrybrCLI to cease dumping back to OS shel on ^C.
2023-04-18  drhEnsure that the VACUUM command is not confused by alter...
2023-04-18  drhAnother fix to the indexed expressions in aggregate...
2023-04-18  drhAdd the --fullsync option to speedtest1.
2023-04-18  danFix an assert() in fts5 that could fail following an...
2023-04-17  larrybrWhen CLI -utf8 active, do no translation to MBCS for...
2023-04-17  mistachkinMinor coding style changes.
2023-04-17  larrybrWhen CLI -utf8 active, do no translation to MBCS for...
2023-04-17  danFix some problems with using fts5 options 'secure-delet...
2023-04-17  danFix problems handling corrupt records in new fts5 code.
2023-04-17  danFix an assert() in fts5 that may be true when dealing...
2023-04-15  danChange a memcpy() to memmove() in new fts5 code.
2023-04-15  danFix a use-after-free that could follow an OOM or IO...
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...
next