]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-08-19  danMerge trunk changes into this branch. fts5-locale
2024-08-18  danFix a problem with detail=none, content='' tables.
2024-08-18  drhAutomatically disable directory fsync when compiling...
2024-08-17  danFix a broken assert() in fts5_storage.c.
2024-08-17  danMerge trunk changes into this branch.
2024-08-17  danTests to improve coverage of fts5_expr.c.
2024-08-17  danAdd tests to restore coverage of fts5_tokenizer.c.
2024-08-17  drhAdjust Makefile.in so that it outputs a slightly better...
2024-08-17  drhAdjust the "configure" script so that it just disables...
2024-08-17  danFix a typo in an "ifdef" that broke SQLITE_OMIT_ANALYZE...
2024-08-16  danAdd tests to restore coverage of fts5_config.c.
2024-08-16  drhIf a subquery has an ORDER BY clause and that ordering...
2024-08-16  danAdd tests to restore coverage of fts5_storage.c.
2024-08-16  danAdd tests to restore coverage of fts5_main.c.
2024-08-16  drhEnsure that memory allocations in ANALYZE are always...
2024-08-16  drhFix handling of COLLATE. Add test cases for the same... order-by-subquery
2024-08-16  drhBug fix in the subquery ORDER BY propagator.
2024-08-16  drhImprovements to the subquery ORDER BY decision algorith...
2024-08-15  drhIf a subquery is materialized due to an ORDER BY and...
2024-08-15  danExtra tests.
2024-08-15  danFurther tests and fixes for this branch.
2024-08-15  drhImproved help message for --disable-tcl on the configur...
2024-08-15  drhReinstate the --disable-tcl option on ./configure.
2024-08-14  stephanDoc typo correction reported in the forum.
2024-08-14  drhImproved documentation for the sha3() SQL functions...
2024-08-14  danFix an assert() in fts5 that might fail with an express...
2024-08-13  danMore tests for the new code on this branch.
2024-08-13  drhAdd the sha3_agg() aggregate to the shathree extension.
2024-08-13  danAdd tests and fix minor issues with the code on this...
2024-08-12  danAdd extra documentation comments to fts5_main.c.
2024-08-12  danFix problem with some fts5 aux function APIs with ...
2024-08-12  danFix further issues to do with fts5 locale support.
2024-08-12  danUpdate the porter tokenizer to use locales.
2024-08-12  danUpdate the auxiliary function API to include xTokenize_...
2024-08-12  drhResolve parameters Bind $int_N and $test_T in fuzzcheck...
2024-08-10  danMerge trunk changes into this branch.
2024-08-10  danPrevent the fts5 xPhraseNext() or xPhraseFirst() APIs...
2024-08-10  danFix an uninitialized variable in fts5_tcl.c.
2024-08-10  danUpdate the fts5_tokenizer_v2 API so that the locale...
2024-08-10  drhRevision to check-in [d9f726ade6b258f8] so that OOM...
2024-08-10  drhFix harmless compiler warning related to the TCL8-to...
2024-08-10  drhFix behavior change in the offset() SQL function introd...
2024-08-10  drhEnhancements to covering-index prediction. In particul...
2024-08-10  drhAdd an assert() to fix a harmless compiler warning...
2024-08-09  drhFix a few minor TCL9 compatibilities issues.
2024-08-09  danEnsure tokenizers registered with xCreateTokenizer_v2...
2024-08-09  drhImport the second ALTER TABLE fix from trunk. covering-index-patch
2024-08-09  drhFix another instance where ALTER TABLE was returning...
2024-08-09  drhMerge the error code fix from trunk.
2024-08-09  drhFix the internal routine sqlite3ResolveExprListNames...
2024-08-09  drhDo not attempt to use a covering index based purely...
2024-08-09  drhBind the new debug parameters in fuzzinvariants.c.
2024-08-09  stephanRemove unused static var cBadGroup from ext/consio...
2024-08-08  danEnsure sqlite3expert.c unregisters any SQL user-functio...
2024-08-08  danAdd assert() statements and reorganize code slightly...
2024-08-08  drhDo not let the number of terms on a VALUES clause be...
2024-08-08  drhBack out the --memory option to ".parameter init" in...
2024-08-08  drhIn the CLI, recognize magic parameter names "$int_NNN...
2024-08-08  stephanMove a misplaced va_end, as reported in [forum:702c79e9...
2024-08-08  drhAdd the --memory option to the ".parameter init" CLI...
2024-08-07  danFix a broken assert in fts5_expr.c.
2024-08-07  drhAdd a new assert() to help static analyzers understand...
2024-08-07  drhFix a harmless compiler warning in an assert().
2024-08-06  drhRemove unused test cases from FTS5, as they interfere...
2024-08-06  drhImproved robustness of parsing of tokenize= arguments...
2024-08-06  drhImprovements to ./configure that will hopefully break...
2024-08-06  drhChange the AggInfoColumnReg() and AggInfoFuncReg()...
2024-08-04  drhRestore legacy "tcl_install" makefile target, as an...
2024-08-03  drhFix to the previous checkin: The colUsed parameter...
2024-08-03  drhEnsure that the sqlite3_index_info.colUsed mask always...
2024-08-03  danFix a typo in [c327c0c0] preventing the shell tool...
2024-08-03  danEnsure the sqlite3_index_info.colUsed mask always inclu... vtab-pk-colUsed-fix
2024-08-03  drhAdd the --status option to the test runs using testrunn...
2024-08-02  danChange things so that locale=1 is required to write...
2024-08-02  drhMake sure the input buffer is big enough for an memcpy...
2024-08-02  drhAdd the "-d SECS" option to the "status" command of...
2024-08-02  drhNew MSVC makefile targets: tclextension, tclextension...
2024-08-02  drhFix typo in a progress message in the builttclext.tcl...
2024-08-02  drhFix problems in the configure/Makefile system caused...
2024-08-02  drhNew configuration option: --with-tclsh=FILE. New...
2024-08-02  drhPrevious Makefile.in change broke the tclextension... autoconf-revamp
2024-08-02  drhContinuing refinements of the tclextension-install...
2024-08-02  drhExtra robustness for the SQLite Tcl Extension builder...
2024-08-01  drhSimplification the ./configure script. Carry Makefile...
2024-08-01  drhAdd the tclextension-list makefile target. The the...
2024-08-01  drhNew makefile targets: tclextension-install and tclexten...
2024-08-01  drhWork on a TCL script that will compile and install...
2024-08-01  drhClean up and restructure the TCL configuration sections...
2024-08-01  danClarify the role of Fts5Storage.pSavedRow in the new...
2024-08-01  drhInclude a test case summary in the output of "errors...
2024-08-01  drhAdd the "errors" command to testrunner.tcl.
2024-07-31  drhFix the tclsqlite.c TCL interface module so that it...
2024-07-31  drhtestrunner.db should be in WAL mode for improved concur... tcl9
2024-07-31  drhMake the #include section of tclsqlite.c the same as...
2024-07-31  drhFix typo in testrunner.tcl for the "status" command...
2024-07-31  drhUse `<tcl.h>` instead of `"tcl.h"` to include the TCL...
2024-07-31  drhFix the tclsqlite.c TCL interface module so that it...
2024-07-31  danFix various problems with the code on this branch.
2024-07-31  drhMore tweaks to testfixture-implemented TCL commands...
2024-07-31  drhUnder Tcl9, the %x format letter truncates to 32-bits...
next