]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-09-28  drhWork toward getting json_extract() to operate directly...
2023-09-27  drhPerformance tests for JSONB added.
2023-09-26  drhMerge partial-index constant value fixes from trunk...
2023-09-26  drhFix yet another assert() in the partial-index constant...
2023-09-26  drhAdd in many jsonb_xxxx() interfaces. Still uses the...
2023-09-26  danRemove a NEVER() from a condition in the partial-index...
2023-09-26  drhMerge all the latest trunk enhancements into jsonb...
2023-09-26  drhRemove unreachable code from the partial-index constant...
2023-09-26  stephanRemove some outdated JNI docs.
2023-09-26  stephanMinor JNI doc updates. No code changes.
2023-09-25  danIn partial index scans, if the WHERE clause implies...
2023-09-25  danAnother very minor tweak to code on this branch to... partial-index-terms
2023-09-25  drhWhen parsing JSON text into the BLOB format, only use...
2023-09-25  danChange the order of an if..else... in new code to make...
2023-09-25  drhEnable -Wall for the compiler on --enable-debug builds.
2023-09-25  drhAs a temporary measure, try to translate the BLOB JSON...
2023-09-25  danFix a bad interaction between LEFT JOIN, bloom filters...
2023-09-24  stephanResolve the JNI FTS5 test5() failure and remove some...
2023-09-23  danAdd extra tests for changes on this branch.
2023-09-23  danAvoid an error when parsing a schema that contains...
2023-09-23  danFix a failing assert() caused by changes on this branch.
2023-09-23  drhFix a harmless compiler warning.
2023-09-23  danAdd extra tests for the fts5 xPhraseQuery API.
2023-09-23  stephanResolve the JNI FTS5 test5() crash, caused by two unrel...
2023-09-23  stephanRemove an invalid optimization from JNI code and add...
2023-09-22  danIn partial index scans, if the WHERE clause implies...
2023-09-22  drhFix minor parse-to-BLOB bugs.
2023-09-22  drhAdd the ability to render a binary BLOB back into valid...
2023-09-22  drhBegin adding code to render binary JSON back into text...
2023-09-22  drhImprovements to the JSON binary BLOB format design.
2023-09-21  drhReorganize the code to put the new JSONB routines toget...
2023-09-21  drhInitial development code for an experimental binary...
2023-09-18  danAdd extra tests for java Fts5ExtensionApi API.
2023-09-18  danExtra tests for java Fts5ExtensionApi interface.
2023-09-17  drhRemove a NEVER() in btree.c that could actually be...
2023-09-16  danFix resolution of "rowid" and similar identifiers in...
2023-09-16  danEnable "OR IGNORE" support via SQLITE_VTAB_CONSTRAINT_S...
2023-09-16  drhAdd a NEVER() to an unreachable branch. nested-from-rowid-expansion
2023-09-16  drhFix minor code indentation inconsistencies. No functio...
2023-09-16  drhFix a harmless compiler warning.
2023-09-16  danFurther tests and assert() statements for the change...
2023-09-15  danFix resolution of unqualified "rowid" identifiers in...
2023-09-15  drhSimplifications and performance optimizations for the...
2023-09-15  drhDrop support for the view-scan optimization (check...
2023-09-15  drhMinor simplification to the DISTINCT output row count... rethink-viewscan
2023-09-15  drhDo not reduce subquery output row count estimates due...
2023-09-15  danAllow expressions like "<tbl>.rowid" to refer to implic...
2023-09-15  drhExperimental: Assume that a DISTINCT clause on a subqu...
2023-09-15  drhThe view-scan optimization was added to enhance the...
2023-09-15  drhDo not try to convert a double into an unsigned 64...
2023-09-14  danTests for java versions of Fts5ExtensionApi.xSetAuxdata...
2023-09-14  stephanJNI: move XTokenizeCallback interface out of the Fts5...
2023-09-14  danAdd a few more tests for Fts5ExtensionApi methods.
2023-09-14  danAdd a test for the java version of Fts5ExtensionApi...
2023-09-14  drhAccording to [forum:/forumpost/9f6db917e1|forum post... legacy-msvc-workaround
2023-09-14  drhDocument the use of OPFLAG_ISNOOP as the P2 argument...
2023-09-14  danAvoid a segfault in test program showdb.c that could...
2023-09-14  drhImprove the sqlite3IntFloatCompare() routine so that...
2023-09-14  drhDo not set the global bUseLongDouble flag based purely...
2023-09-14  drhReduce the number of calls to sqlite3_mprintf() made... rtree-performance
2023-09-13  stephanJNI: enable the fts5-customization bits by default...
2023-09-13  drhImproved comments on the hasHighPrecisionDouble() routi... runtime-longdouble-test
2023-09-13  drhDetermine at start time whether or not the underlying...
2023-09-13  drhOmit the Reinsert algorithm from RTree. This causes...
2023-09-13  stephanDoc corrections for the previous checkin.
2023-09-13  stephanAdd JNI sqlite3_prepare_multi(), based on feedback.
2023-09-13  drhPerformance optimization to cellContains() in RTREE.
2023-09-13  drhIn the ChooseLeaf algorithm of RTREE, do an initial...
2023-09-13  drhReduce the number of calls to cellArea() in the ChooseL...
2023-09-13  drhRemove unused variable from the ChooseLeaf algorithm...
2023-09-13  danReplace an if() condition in fts5 that is always true...
2023-09-12  larrybrCLI .import to accept EOF in lieu of record terminator...
2023-09-12  danFix a use-after-free error in fts5 that could occur...
2023-09-12  stephanClarify some metrics output in Tester1.java.
2023-09-12  stephanRe-add the fts5 decls to sqlite3-jni.h, removed in...
2023-09-12  stephanRename JNI sqlite3_errmsg() to sqlite3_errmsg16() for...
2023-09-12  stephanJNI readme fix.
2023-09-12  drh64-bit builds on Windows default to using UTF-8 output...
2023-09-12  drhShow the "(utf8)" tag on the CLI banner in Windows... cli-utf8
2023-09-11  drhAdd the -no-utf8 option to the Windows CLI to cause...
2023-09-11  drhMake the -utf8 option the default behavior in the CLI...
2023-09-11  drhRefuse to build amalgamation-tarball and snapshot-tarba...
2023-09-11  stephanMerge in JNI's significant divergence since it adopted...
2023-09-11  drhAdd support for the sqlite3_get_clientdata() and sqlite...
2023-09-10  stephanRoll back [84e38341aeab] because a direct pointer compa... db-client-data
2023-09-09  danRemove out-of-date comment regarding use of Parse.pCons...
2023-09-09  stephanIn the JNI build, emit a reminder to not check in the... jni-client-data
2023-09-09  stephanDisable FTS5 in the JNI build by default until it can...
2023-09-08  danAdd extra tests for [4b60a1c3].
2023-09-08  danFix a problem with fts5 secure-delete mode causing...
2023-09-07  danAdd -DSQLITE_OMIT_LOOKASIDE=1 to the "Sanitize" configu...
2023-09-07  drhEnhance the ./configure script and its associated Makef...
2023-09-07  danFix a buffer overread in the sessions extension that...
2023-09-07  drhFix a harmless compiler warning in the sqldiff.c utility.
2023-09-07  drhAdd the "tool-zip" makefile target with the intention...
2023-09-07  drhFix a problem with the new xIntegrity method for virtua...
2023-09-06  drhAdd documentation to sqlite3_get/set_clientdata() to...
2023-09-06  drhAdd the xIntegrity method to the sqlite3_module object...
2023-09-06  drhFix unreachable branches. vtab-integrity-check
2023-09-06  drhChange the xIntegrity virtual table method signature...
next