]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
4 days ago  drhFix a typo and improve wording in README.md
4 days ago  drhUpdates to the tool/warnings.sh script for better compi...
4 days ago  drhFix a harmless compiler warning associated with flexarrays.
4 days ago  drhUpdates to the main README.md file.
4 days ago  drhFix the CLI ".dump" command so that it does not make...
4 days ago  drhPrevent a harmless signed integer overflow in the CLI...
5 days ago  stephanRemove an OMIT_WAL from the wasm build because it break...
5 days ago  drhFix a logic error introduced by [cea8bf79e18d55a8]...
6 days ago  stephanTiny cosmetic tweak to configure script output. No...
6 days ago  stephanTypo fixes in LICENSE.md from BrickViking.
6 days ago  drhFix an signed integer overflow problem that can occur...
6 days ago  drhAdd enhanced resistance to corruption after posix advis...
6 days ago  drhEnhance the CLI so that it can handle inputs larger...
7 days ago  drhAdditional comments explaining what unixIsSharingShmNod... broken-lock-defense-1
7 days ago  drhOmit unnecessary branches from the unixIsSharingShmNode...
7 days ago  drhThe unixIsSharingShmNode() function should always retur...
7 days ago  drhImplement an experimental defensive measure to try...
7 days ago  danFix a minor over-allocation of heap memory in wal.c.
7 days ago  danFix sanitizer complaints in the regexp extension.
8 days ago  stephanMerge the OPFS/SEE tests into trunk (where they should...
8 days ago  stephanA better/cleaner fix for [1c80ff88c0ce].
8 days ago  stephanc-pp-lite: Fix another newline-related off-by-one which...
8 days ago  stephanDoc typo fix reported in the forum. No code changes.
9 days ago  drhAdd the SQLITE_FCNTL_FILESTAT file control and the...
9 days ago  drhRename the file control to SQLITE_FCNTL_FILESTAT. ... file-info
9 days ago  drhFix a bug in sqlite_file_info() output: It was showing...
9 days ago  drhNew --normal option for the ".open" command in the...
9 days ago  drhAdd additional information about unix file descriptors...
9 days ago  drhAdjust unixPosixAdvisorLocks() to use redirectable...
9 days ago  drhMerge the CLI deduceDatabaseType fix from trunk.
9 days ago  drhFix the CLI so that it does not try to open what might...
9 days ago  drhAdditional information about the unixShm shown.
9 days ago  drhDo not attempt to show posix-advisory-locking status...
9 days ago  drhThe sqlite_file_info() function should always return...
9 days ago  drhNew symbolic representation of posix advisory locking...
9 days ago  drhMerge trunk enhancements into the file-info branch.
9 days ago  drhStricter assert() statements on unixShmSystemLock().
10 days ago  drhImprovements to the design of the /proc lock analysis.
10 days ago  stephanMake it particularly clear in the wasm build output...
10 days ago  drhEasier to read /proc lock interpretation.
10 days ago  drhFlesh out the sqlite_file_info() function further,...
10 days ago  drhNew diagnostic SQL function "sqlite_file_info()" and...
10 days ago  stephanFix a duplicate SQLITE_API on sqlite3_carray_bind(...
10 days ago  stephanext/wasm: dependencies fix for parallel builds attempte...
10 days ago  stephanext/wasm/GNUmakefile: (A) When using a custom sqlite3...
10 days ago  drhFix [4e713558f6c6ea3d] so that it supports separate...
10 days ago  stephanDocument minor discrepancies in how sqlite3_bind_pointe...
10 days ago  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
10 days ago  drhUpdate the MSVC makefile for the amalgamation distribution.
10 days ago  drhEnhance the tokenizer so that it is able to deal with...
10 days ago  drhIn the CLI, improved error messages on input errors...
10 days ago  drhLimit the size of --hexdb files in the CLI to 2 billion...
11 days ago  drhAdditional defenses against over-sized inputs in the...
11 days ago  drhFix a faulty error message in the ext/misc/fileio.c...
13 days ago  drhAdjust some of the markdown in the LICENSE.md file...
13 days ago  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...
next