]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-08-27  drhFix typo in the previous check-in. Ensure that --statu... testrunner-fix
2024-08-27  drhIn testrunner, when doing the --status updates to the...
2024-08-27  drhFurther improvement to the status display in testrunner...
2024-08-27  danModify the implementation of "wrapper" tokenizers to...
2024-08-27  drhImprovements to testrunner.tcl: Show elapse time in...
2024-08-27  danAdd test code to drop an fts5 table with corrupt record...
2024-08-27  drhUpdates to testrunner: (1) Omit all testing of User...
2024-08-27  drhMerge the SQLITE_USE_ONLY_WIN32 flag for consio into...
2024-08-27  drhOnly avoid all C-runtime I/O if the SQLITE_USE_ONLY_WIN...
2024-08-27  drhMerge all the latests trunk enhancements into the win...
2024-08-26  danChanges to documentation comments in fts5.h.
2024-08-26  drhRandomize the name of the attached database used to...
2024-08-25  stephanshell.c.in: use eputz/oputz() instead of eputf/oputf...
2024-08-24  drhFix harmless compiler warnings in fts5V2toV1Tokenize().
2024-08-24  drhFix compiler warnings in the CLI detected by MSVC.
2024-08-24  drhImproved help message for the --enable-test-status...
2024-08-24  drhNew ./configure option --enable-test-status causes...
2024-08-24  drhRemove a term from an assert() that is no longer relevant.
2024-08-24  danAvoid a stack overflow that could be caused by a recurs...
2024-08-24  drhEnsure that the WhereLoop.u.btree.pOrderBy field added...
2024-08-23  stephanEliminate use of strcpy() in shell.c.in to squelch...
2024-08-23  danFix a problem in the ext/fts5/extract_api_docs.tcl...
2024-08-23  danAdd fts5 auxiliary function fts5_get_locale(). For...
2024-08-22  drhEnhance the generate_series() table-valued function...
2024-08-22  drhAdd the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_...
2024-08-21  drhAdd SQLITE_TESTCTRL_GETOPT. Use it to implement improv...
2024-08-21  drhAdd the new SQLITE_TESTCTRL_OPTGET that retrieves the... optimization-onoff
2024-08-21  drhImproved comments on byte-code subroutine calls to...
2024-08-21  stephanREADME.md: a markup link fix and use the canonical...
2024-08-21  drhUpdates and enhancements to the README.md file. No...
2024-08-21  drhAdd code comments for a "table-of-contents" and various...
2024-08-21  drhFix a minor typo in a comment.
2024-08-21  drhImprovements to treetrace output for subqueries. Debug...
2024-08-21  stephanDe-duplicate some error-output code in shell.c.in as...
2024-08-21  drhRemove incorrect assert() statements in the SrcItem...
2024-08-20  drhRefactor the SrcItem object to move fields associated...
2024-08-20  drhFix a name resolution issue with CTEs. srcitem-opt
2024-08-20  drhFix minor comment issues.
2024-08-20  drhRemove unreachable code.
2024-08-20  drhTighter checking of access constraints on union members...
2024-08-20  drhFix some stray SrcItem field name fixes.
2024-08-20  drhFix a memory leak so that now all dev tests (including...
2024-08-20  drhMemory issues fixes so that mdevtest now passes.
2024-08-20  drhWhen the database encoding is UTF-16LE and the GLOB...
2024-08-20  drhFix for the UTF-16LE problem reporte by
2024-08-19  drhEarlier error detection while processing complex aggregate
2024-08-19  drhRefactor the SrcItem object so that information about...
2024-08-19  danUpdate some comments that are processed into the fts5...
2024-08-19  danAdd the fts5_locale() function and related functionalit...
2024-08-19  drhFix leap-year handling for dates prior to 0400-03-01.
2024-08-19  drhNew date/time test cases to validate ancient dates. ancient-date-fix
2024-08-19  drhAttempt to fix date/time calculations for days earlier...
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  drhGive unique names to fields in the SrcItem object,...
2024-08-17  drhReduce the size of the SrcItem object by combining...
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...
next