]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
13 days ago  drhMerge trunk enhancements into the file-info branch.
13 days ago  drhStricter assert() statements on unixShmSystemLock().
13 days ago  drhImprovements to the design of the /proc lock analysis.
13 days ago  stephanMake it particularly clear in the wasm build output...
13 days ago  drhEasier to read /proc lock interpretation.
13 days ago  drhFlesh out the sqlite_file_info() function further,...
13 days ago  drhNew diagnostic SQL function "sqlite_file_info()" and...
13 days ago  stephanFix a duplicate SQLITE_API on sqlite3_carray_bind(...
13 days ago  stephanext/wasm: dependencies fix for parallel builds attempte...
13 days ago  stephanext/wasm/GNUmakefile: (A) When using a custom sqlite3...
2025-10-24  drhFix [4e713558f6c6ea3d] so that it supports separate...
2025-10-24  stephanDocument minor discrepancies in how sqlite3_bind_pointe...
2025-10-24  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
2025-10-24  drhUpdate the MSVC makefile for the amalgamation distribution.
2025-10-24  drhEnhance the tokenizer so that it is able to deal with...
2025-10-24  drhIn the CLI, improved error messages on input errors...
2025-10-24  drhLimit the size of --hexdb files in the CLI to 2 billion...
2025-10-23  drhAdditional defenses against over-sized inputs in the...
2025-10-23  drhFix a faulty error message in the ext/misc/fileio.c...
2025-10-22  drhAdjust some of the markdown in the LICENSE.md file...
2025-10-21  stephanBack out [b144f875d6bddce6] and remove the former check...
2025-10-19  drhReduce the maximum size of LIKE and GLOB patterns in...
2025-10-18  drhUse 64-bit memory allocations everywhere in the expert...
2025-10-18  drhIncrease the range of integer indexes in the the merge...
2025-10-17  drhFix a minor memory leak in the CLI that can occur follo...
2025-10-16  stephanResolve the MacOS-specific build issue reported in...
2025-10-16  danImprove performance of the shell tool ".ar" command...
2025-10-16  drhIn dbpage.c, disable truncation on any update error...
2025-10-16  stephanFix an off-by-one in c-pp-lite.c which could cause...
2025-10-15  stephanMinor JS doc updates. No code changes.
2025-10-15  stephanResolve a valgrind-reported error in ext/wasm/c-pp...
2025-10-15  danImprove performance of the shell tool ".ar" command... ar-performance-improvement
2025-10-15  drhFix memory allocation in the ".table" command of the...
2025-10-14  drhReestablish APIARMOR for the sqlite3_db_status() interface.
2025-10-14  stephanJS/WASM: Expose sqlite3_db_status64(), sqlite3changeset...
2025-10-14  drhAdd the test/testloadext.c loadable extension to test...
2025-10-14  drhAdd the sqlite3_db_status64() interface and the
2025-10-14  drhMake the new sqlite3_db_status64() API accessible to... dbstatus-spill
2025-10-14  stephanFix two links in ext/wasm/README.md.
2025-10-14  drhExtra defenses against integer overflow in the decimal...
2025-10-14  stephanAdd a section to ext/wasm/README.md about the dependenc...
2025-10-14  stephanFix a makefile typo which caused a build directory...
2025-10-14  drhMerge all the latest trunk enhancements into the dbstat...
2025-10-13  danAvoid integer overflows (a) when dealing with zeroblob...
2025-10-13  drhFix a bug in concat_ws() in which an initial empty...
2025-10-13  drhEnable CLI documentation for .imposter
2025-10-12  drhFix broken hyperlinks in the documentation.
2025-10-12  drhFix order of operations in the OP_Concat operator of...
2025-10-11  drhRemove an unused variable from the generate_series...
2025-10-11  danFix an assert() that could fail when reading a blob...
2025-10-11  drhImprovements to the (rarely used) home-grown varients...
2025-10-10  drhProvide alternative implementations of ceil() and floor...
2025-10-10  danBack out [8bf26c956e]. It is not required following...
2025-10-10  drhFix harmless compiler warnings.
2025-10-10  drhMakefile updates to suppose carray() and percentile...
2025-10-10  stephanRegenerate autoconf/Makefile.msc to squelch a 'make...
2025-10-10  drhFix the carrayfault.test script so that it works in...
2025-10-10  drhAvoid (apparently harmless) undefined behavior in CARRA...
2025-10-10  drhFix the sqlite3_bind_blob() interface so that it sets...
2025-10-10  drhFix the xBestIndex method on carray so that it gives...
2025-10-09  drhFix carrayfault.test so that it works with the new...
2025-10-09  stephanUpdate c-pp.c and rename it to c-pp-lite.c to match...
2025-10-09  danAvoid corrupting the fts5 index if a value that was...
2025-10-09  drhIn the CLI, limit column widths specified by the "...
2025-10-08  drhMove the carray() extension and the percentile extensio...
2025-10-08  drhAdd the SQLITE_ prefix to the type constants used by... ext-to-core
2025-10-08  stephanMake use of the new SQLITE_ENABLE_PERCENTILE in the...
2025-10-08  drhAdd ENABLE compile-time options to enable carray()...
2025-10-08  drhThis is how the percentile() family of functions might...
2025-10-08  drhWere we to choose to integrate the carray() table-value...
2025-10-08  drhFix harmless integer overflow in the CLI when arguments...
2025-10-08  danFix an uninitialized variable problem in test1.c.
2025-10-08  drhThe ".dbtotxt" command in the CLI should not fail if...
2025-10-08  stephanFunction name doc typo fixes for sqlite3_source_id...
2025-10-07  danAdd test cases for the carray module.
2025-10-07  drhImprove the invariant checker module so that so that...
2025-10-07  danFix some integer overflow warnings in the base64 and...
2025-10-06  danFix a minor problem with building sqlite3.c without...
2025-10-06  danAvoid attempting to delete a file that is still open...
2025-10-06  danAvoid using randomblob() in walckptnoop.test, as it...
2025-10-06  drhChange the testrunner.tcl option from "--case" (singula...
2025-10-06  drhFix typo in the previous check-in that prevented the... testrunner-enhancements
2025-10-06  stephanAdd info from the SQLITE_SCM_... macros to tool/version...
2025-10-06  drhUpdate testrunner.tcl so that the new option is --cases...
2025-10-06  drhFix typo in the "testprefix" for walckptnoop.test
2025-10-06  drhNew testrunner.tcl option "--case DISPLAYLNAME" only...
2025-10-06  drhFix testrunner.tcl so that --help output goes to stdout...
2025-10-06  drhFix a subtle problem with short-circuit evaluation...
2025-10-05  drhAnother small performance increase in the text format...
2025-10-05  stephanFix a syntax error in the tcl script part of [199b6567b...
2025-10-05  drhPerformance optimization in text formatter by using...
2025-10-03  drhMinor clarifications to the JSONB format documentation.
2025-10-02  drhRemove the memvfs.c extension, to prevent it from being...
2025-10-02  drhFix typo in the previous check-in. Remove surplus...
2025-10-02  drhHarden the debugging vtab "delta_parse()" which is...
2025-10-02  drhIn the ".open" command of the CLI if using the --new...
2025-10-02  danFix -DSQLITE_OS_OTHER=0 builds.
2025-10-02  drhCorrection to [ae303dab2f534e2c] to use the right loop...
2025-10-02  danFix a buffer overrun in the zipfile extension that...
2025-10-01  drhAdd the --ifexists option to the CLI and to the ".open...
next