]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-10-11  stephanMerge trunk into the cygwin-fixes branch. With tcl9... cygwin-fixes
2025-10-11  drhImprovements to the (rarely used) home-grown varients...
2025-10-10  drhProvide alternative implementations of ceil() and floor...
2025-10-10  stephanMerge trunk and an off-list patch from Jan N. into...
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  stephanMerge trunk into the cygwin-fixes branch. It merges...
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...
2025-10-01  drhPrevent embedded 0x00 characters in the output strings...
2025-10-01  danFix a buffer overread in demo code in ext/misc/memvfs.c.
2025-09-30  drhEnable the CLI to be compiled with SQLITE_OMIT_AUTHORIZ...
2025-09-30  drhFix various compiler warnings.
2025-09-30  drhFix the new generate_series() to correctly deal with...
2025-09-30  danFix another potential buffer overread in the zipfile...
2025-09-30  drhStrengthen the fts5_locale() function against integer...
2025-09-29  danFix a buffer overread in the zipfile extension code.
2025-09-29  drhImprove whereSolver() so that it always finds a unique...
2025-09-29  drhFix JSONB logic so that it correctly interprets large...
2025-09-29  drhLarge JSON5 hexadecimal integer literals are positive... json5-hex-fix
2025-09-28  drhBack out check-in [9abaa0ac2b304934] as the code remove...
2025-09-28  drhRevamp the implementation of generate_series to simplif...
2025-09-28  stephanRemove the long-defunct wasmfs build of speedtest1...
2025-09-28  drhMinor bug fixes. Many new test cases. series-refactor
2025-09-28  stephanUse new c-pp features to simplify generation of the...
2025-09-28  drhAll legacy tests are passing. Want to add new test...
2025-09-28  drhThe generate_series rewrite is working better now,...
2025-09-28  drhRefactor the generate_series extension. Compiles but...
2025-09-28  drhFix harmless typo in a comment.
2025-09-28  stephanInternal js/wasm tooling doc updates.
2025-09-28  stephanImprove #if support in, and add #assert to, c-pp. Renam...
2025-09-27  drhRework the bounds calculations on generate_series(...
2025-09-27  stephanext/wasm/c-pp.c: add #savepoint support. Consolidate...
2025-09-27  drhUse sqlite3_malloc64() and sqlite3_realloc64() everywhe...
2025-09-27  drhFix a bug in the ".dbtotxt" command of the CLI that...
2025-09-27  drhAvoid integer overflow in memory allocation for the
2025-09-27  drhAdditional cleanup and refinement of the regexp.c exten...
2025-09-27  stephanTeach c-pp how to replace configure-script-like @tokens...
2025-09-27  stephanRemove and edit some comments.
2025-09-27  stephanAdd wasm.ptr to the module-symbols.html output.
2025-09-27  stephanLatest upstream c-pp.c for the ability to process multi...
2025-09-26  stephanDelay replacing the wasm file name strings until they...
2025-09-26  stephanConsolidate some duplicate code in mkwasmbuilds.c.
2025-09-26  stephanClean up how the speedtest1 64-bit test/demo files...
2025-09-26  stephanGet 64-bit builds of speedtest1.wasm running in order...
2025-09-26  stephanReinstate the Module.instantiateWasm() override and...
2025-09-26  drhLimit the complexity of a REGEXP pattern using SQLITE_L...
2025-09-26  drhIn the regexp extension, limit the maximum value of...
2025-09-26  stephanGet wasmfs build working in the new setup. Disable...
2025-09-26  drhFix harmless integer overflows caused by over-sized...
2025-09-26  stephanDocs and dead code removal in mkwasmbuilds.c.
2025-09-26  danFix some integer overflow problems when handling corrup...
2025-09-26  drhAdd new table-valued functions jsonb_each() and jsonb_t...
2025-09-26  drhFix a harmless compiler warning. jsonb_each
2025-09-26  stephanIn c-pp.c, use (void)x instead of an empty if(x){}...
2025-09-26  drhOn-demand loading of JSON virtual tables.
next