]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-01-24  drhThe debugging output for WhereLoop objects now shows... star-query-heuristic
2025-01-24  drhMinor tweaks to the star-query detection and processing.
2025-01-24  drhWhen looking for star-queries, do not count a table...
2025-01-23  drhFix a possible infinity loop in debugging-printf logic...
2025-01-23  stephanWhen running wasm-opt, ignore any failure because it...
2025-01-23  stephanRemove some now-dead makefile code, rename a var for...
2025-01-23  stephanInitial support for post-processing wasm files with...
2025-01-23  stephanMove small parts of ext/wasm/GNUmakefile into ext/wasm...
2025-01-23  stephanRemove unnecessary --minify 0 emcc flag from the wasm...
2025-01-23  stephanDo not strip binaries during 'make install', for consis...
2025-01-22  stephanReplace the use of the Autools in ./autoconf/ with...
2025-01-22  drhAdd the -q/--quiet option to test/speedtest.tcl. Autom...
2025-01-21  drhFix date/time computations to deal with the sub-millise...
2025-01-21  drhPerformance improvements to the (debug-use only) Mem...
2025-01-21  stephanExplain the lack of docs in autoconf/Makefile.in and... autoconf-to-autosetup
2025-01-21  drhThe FuncDev.nArg field values -3 and -4 now have specia...
2025-01-21  stephanRemove now-extraneous autoconf/INSTALL and autoconf...
2025-01-21  danHave fts5 better handle OOM errors from sqlite3_blob_cl...
2025-01-21  drhUse Tcl_GetString() instead of Tcl_GetCharLength()...
2025-01-20  stephanconfigure script: work around msys's inability to ...
2025-01-20  stephanAdd 'dist' and missing 'install' pieces to the autoconf...
2025-01-20  drhRemove an assert() in the unix file locking logic that...
2025-01-20  danFix an assert() that could fail if a virtual table...
2025-01-20  stephanconfigure script: remove an overzealous is-a-file check...
2025-01-19  stephanGet libsqlite3.so and .a building in the autoconf bundle.
2025-01-19  stephanGet the CLI shell building in the autoconf bundle.
2025-01-19  drhAdd an SQLITE_TESTCTRL_OPTIMIZATION mask that can disab...
2025-01-19  stephanInitial work towards converting the autoconf bundle...
2025-01-19  stephanFurther refactoring of auto.def to simplify creation...
2025-01-19  stephanMinor internal refactoring of auto.def to support the...
2025-01-19  stephanMove some of the auto.def functions into autosetup...
2025-01-18  drhEnable automatic query-time indexes for WITHOUT ROWID...
2025-01-18  drhAdd a simple test case (many more are coming soon to... without-rowid-autoidx
2025-01-18  drhAdd support for automatic query-time indexes on WITHOUT...
2025-01-18  stephanWhen cross-compiling, change the CFLAGS default to...
2025-01-18  stephanWhen running make install, avoid the -s (strip) flag...
2025-01-17  drhFor the purpose of the query planner heuristic added...
2025-01-17  drhEnhance a comment on a test case to add recent context.
2025-01-17  stephanTypo fix in speedtest.md.
2025-01-17  drhImprovements to the speedtest.tcl script. Add document...
2025-01-17  drhAdd the test/speedtest.tcl script to simplify performan...
2025-01-17  drhFix a potential one-byte buffer overrun when reading...
2025-01-16  drhspeedtest1: further improvements to the "json" testset.
2025-01-16  drhspeedtest1: Improvements to the "json" testset. Bette...
2025-01-16  drhRevamp the "json" testset in speedtest1.
2025-01-16  drhAdd the "json" test case to speedtest1 and include...
2025-01-16  drhSpeedtest1 enhancements: (1) Add the ability to scale...
2025-01-16  stephanwasm: after generating the .js/.mjs file, strip out...
2025-01-16  stephanWhen generating the autoconf snapshot, replaces the...
2025-01-16  stephanReplace use of Emscripten's Module.postRun() with a...
2025-01-16  drhWhen two indexes have the same cost, use the narrower...
2025-01-15  drhCheck-in [da9124fee28c155c] broken the new SQLITE_IOCAP...
2025-01-15  stephanTeach tool/stripccomments.c that a backslash immediatel...
2025-01-15  stephanWork around [https://github.com/emscripten-core/emscrip...
2025-01-15  drhWhen choosing between two indexes with the same cost... consider-idx-width
2025-01-15  drhVariable names and conditional logic simplified in...
2025-01-15  stephanFix a typo in a wasm makefile var name, noting that...
2025-01-15  stephanDisable the C-style comment stripper in the JS dist...
2025-01-14  drhChange the version number to 3.49.0 to begin the next...
2025-01-14  drhTrying to remove a warning from some compiler that...
2025-01-14  drhVersion 3.48.0 major-relase relase version-3.48.0
2025-01-13  drhRemove a stray tab character from a comment.
2025-01-13  drhGCC 13 has become more quite pedantic about the signatu...
2025-01-11  drhFix harmless "implicit fall through" warnings that...
2025-01-11  drhBetter job at suppressing harmless scan-build warnings...
2025-01-11  drhFix harmless scan-build warnings.
2025-01-11  stephanFix an age-old bug in the lower-level wasm/js helper...
2025-01-09  drhUpdate the makefile so that it puts the amalgamation...
2025-01-09  danWhen removing an fts5 in secure-delete mode, defer...
2025-01-08  danFix another assert() failure in fts5.
2025-01-08  danFix a crash in fts5 that could occur if shadow tables...
2025-01-08  drhCross-link and otherwise improve the various how-to...
2025-01-08  drhIn the doc/tcl-extension-testing.md document, provide...
2025-01-07  drhFurther refinement to the Tcl extension testing procedure.
2025-01-07  drhImprovements to [14b38ae6ab86a314] so that the Tcl...
2025-01-07  drhFix a memory error in test logic introduced by [8704034...
2025-01-07  drhTypo in the previous check-in.
2025-01-07  drhEnhancements to the Tcl SQLite extension testing proced...
2025-01-07  drhMake the TCL extension aware of the booleanString type...
2025-01-07  drhFix a typo in the previous check-in.
2025-01-07  drhMinor fixes to tclsqlite.c to promote portability.
2025-01-06  drhEnhance the makefile to make it easier to build from...
2025-01-06  drhFix a problem with tool/mksqlite3h.tcl that prevents...
2025-01-06  drhFix a minor problem with the sqlite3_get_table_printf...
2025-01-06  danAdd test case for using both SQLITE_CHANGESETAPPLY_IGNO...
2025-01-05  drhFurther refactoring of the TCL extension test procedure...
2025-01-05  drhRefactor the TCL extension test procedure to deal with...
2025-01-05  drhFix typo in the tcl-extension-testing.md document.
2025-01-05  drhImprovements to TCL extension test procedure descriptio...
2025-01-04  drhImprovements to testing and validation of the SQLite...
2025-01-04  drhShow the values of $(JIM_TCLSH) and $(VISUALSTUDIOVERSI...
2025-01-04  drhAllow the 2nd argument to ".param set" to use previousl...
2025-01-04  danFix a problem in the sessions extension allowing change...
2025-01-04  drhAdd the document describing test procedures for the...
2025-01-04  drhAdjust the Windows Makefile.msc so that it can build... test-procedures
2025-01-04  drhAdd new tcl-extension-testing.md document. The Windows...
2025-01-03  drhAdd comment to the columnIsGoodIndexCandidate() routine...
2025-01-03  danAvoid using Int32x32To64() with a 64-bit argument in...
2025-01-02  drhImprove the treeview output for CteUse objects.
2025-01-02  drhImprovements to the display of subqueries in the FROM...
next