]> git.ipfire.org Git - thirdparty/sqlite.git/history - main.mk
When compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if the RETURNING clause of
[thirdparty/sqlite.git] / main.mk
2024-03-04  drhFix a compiler warning in date.c. Update makefiles...
2024-02-27  danHave "PRAGMA quick_check" compare the number of entries...
2024-02-27  stephanExtend sqlite3.c makefile rule to support EXTRA_SRC...
2024-02-27  danAllow "_" characters to appear between any two digits...
2024-02-27  stephanBring the extra-src branch up to date with the trunk. extra-src
2024-02-26  danAdd the intck extension. For performing incremental...
2024-02-26  danMerge latest trunk changes into this branch.
2024-02-21  danMerge trunk changes into this branch.
2024-02-17  danAdd start of extension for incremental integrity-checks...
2023-12-18  drhAdd randomjson.c to testfixture. Use it for a new...
2023-12-17  drhEnhancements to the "randomjson.c" extension. Automati...
2023-11-15  danChanges so that if SQLITE_ENABLE_SETLK_TIMEOUT is defin...
2023-11-06  danMerge trunk changes into this branch.
2023-11-01  drhBring the jsonb branch up-to-date with version 3.44...
2023-10-28  stephanMerge trunk into jni-post-3.44 branch.
2023-10-27  drhAdd makefile targets for fuzzcheck-asan and fuzzcheck...
2023-09-02  stephanAdd EXTRA_SRC build var. If set, it is treated like...
2023-08-28  drhAdd support for the -DSQLITE_EXTRA_AUTOEXT=name compile...
2023-08-25  danRemove incorrect (but harmless) dependency on source...
2023-08-12  stephanMerge the Java Native Interface (JNI) binding into...
2023-08-12  danAdd "mdevtest" target to makefiles. Equivalent to runni...
2023-07-06  drhMerge all recent trunk enhancements into the wal-shm...
2023-06-22  drhMerge recent trunk enhancements into the octet_length...
2023-06-21  drhAdd the --pcachetrace option to the CLI.
2023-06-08  drhInclude source provenance in the header comment of...
2023-06-04  drhAdd a prototype implementation for the "verify-source...
2023-02-06  stephanMerge trunk into wasi-patches branch. wasi-patches
2023-02-06  drhOmit the obsolete client/server test cases.
2023-02-06  drhRemove the long obsolete "client/server" mode tests.
2023-02-05  drhAdd the "devtest" makefile target that runs both fuzzte...
2023-01-21  stephanMerge trunk into wasi-patches branch.
2023-01-14  drhOmit the long-disused FTS1 and FTS2 implements from...
2022-12-24  stephanMerge trunk into wasi-patches branch.
2022-12-23  stephanMerge trunk into wasm-session-api branch.
2022-12-23  larrybrAdd base64() and base85() to shell sources for the...
2022-11-30  stephanMerge trunk into wasi-patches branch.
2022-11-29  danFix legacy build system main.mk to include basexx.c...
2022-11-18  stephanshell.c.in: on non-Windows platforms, check for $XDG_CO...
2022-11-17  stephanMerge trunk into js-cpp branch.
2022-11-08  danFix a problem in main.mk preventing the amalgamation...
2022-10-28  drhAdd sqlite3recover() support to fuzzcheck.
2022-10-26  danAdd the "recover" extension in ext/recover/, for salvag...
2022-10-26  danMerge further changes from trunk, including fix to...
2022-10-25  danMerge latest trunk changes with this branch.
2022-10-19  danMove file /ext/misc/dbdata.c to the /ext/recover/ direc...
2022-10-15  danMerge latest trunk changes.
2022-10-12  stephanMerge fiddle-opfs branch into trunk.
2022-10-12  stephanMerge trunk into fiddle-opfs as a preliminary step... fiddle-opfs
2022-10-04  danMerge latest trunk changes.
2022-10-01  stephanMerge trunk into fiddle-opfs branch.
2022-09-23  danMerge latest trunk changes into this branch.
2022-09-17  drhMerge the latest trunk enhancements into the kv-vfs...
2022-09-12  stephanMerge kv-vfs branch into fiddle-opfs branch to add...
2022-09-10  drhMove the vfskv.c extension to src/os_kv.c and make...
2022-09-09  danHandle recovery of virtual tables by recovering each...
2022-08-31  danAdd new files for an extension to recover data from...
2022-07-20  stephanMerged in trunk.
2022-07-18  drhAdd the "testrunner" makefile target.
2022-07-12  danUpdate makefiles to fix building the non-amalgamation...
2022-06-15  drhAdd the --query-invariants option to fuzzcheck. No...
2022-06-14  drhAttempt to enhance fuzzcheck to do some simple invarian...
2022-02-17  drhRemove references to the now-defunct SQLITE_ENABLE_JSON...
2022-01-21  drhAdd the sqlite3_vtab_rhs_value() interface, allowing...
2022-01-20  drhInitial implementation of the sqlite3_vtab_rhs_value...
2022-01-11  drhMerge the JSON interface into the core. Add -> and...
2022-01-09  drhMerge trunk enhancements into the json-in-core branch.
2022-01-08  drhMerge the JSON function enhancements from the json...
2022-01-06  drhAn attempt to integrate the JSON functions directly...
2021-12-20  danRemove old script ext/fts3/mkfts3amal.tcl, as it doesn...
2021-09-18  larrybrSync w/trunk, further streamline shell's resumable...
2021-09-17  danAdd tests for legacy geometry callbacks to rtreedoc2...
2021-07-16  drhTry to omit the ORDER BY clause in subqueries if doing...
2021-07-16  drhFix the "main.mk" makefile so that "series.c" is a...
2021-07-13  mistachkinFurther revisions to #line handling for amalgamation...
2021-07-13  larrybrGet correct #line tags into amalgamation for other...
2021-06-04  drhImprovements to the OP_SeekScan optimization. Added the
2021-06-04  drhAdd the (missing) dependency of regexp.c to the shell...
2021-05-19  larrybrmerge from trunk
2021-05-12  drhAdd the new threadtest5 test program for stressing...
2021-05-08  drhEnable the sqlite3_serialize() and sqlite3_deserialize...
2021-04-06  danFix issue with failing --enable-debug --enable-fts5...
2021-04-06  danRemove some test routines from release builds of fts5.
2021-03-08  larrybrMerge appendvfs updates and testing.
2021-03-07  larrybrAdd grow/shrink tests. Fix truncate bug. Make appendvfs...
2021-03-06  larrybrMerge from trunk.
2021-03-06  larrybrCreate initial tests for appendvfs, and make it availab...
2021-03-03  danRemove the --timeout option from the valgrindfuzz Makef...
2021-01-27  drhMerge recent enhancements from trunk.
2021-01-20  drhImprovements to the auxiliary "main.mk" makefile so...
2020-11-19  drhThe xFullPathname method of the unix VFS now normalizes...
2020-11-19  drhUse an ephemeral table rather than a RowSet to remember...
2020-11-18  drhIf a read() or pread() indicates that the database...
2020-11-18  danAdd test infrastructure for cksumvfs. And update cksumv...
2020-07-13  danMerge latest trunk changes with this branch.
2020-06-24  drhAdd the ieee754_mantissa() and ieee754_exponent() funct...
2020-06-24  drhAdd the decimal extension. It is built into the shell...
2020-06-22  drhAn extension for doing decimal arithmetic on strings.
2020-06-19  mistachkinInclude 'sqlite3rc.h' in the amalgamation archive targets.
2020-05-29  drhFix the ".import" command of the CLI to clean up better...
2020-05-07  danChanges to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU...
next