2023-09-25 |
dan | Another very minor tweak to code on this branch to... partial-index-terms |
commit | commitdiff | tree |
2023-09-25 |
dan | Change the order of an if..else... in new code to make... |
commit | commitdiff | tree |
2023-09-25 |
dan | Fix a bad interaction between LEFT JOIN, bloom filters... |
commit | commitdiff | tree |
2023-09-23 |
dan | Add extra tests for changes on this branch. |
commit | commitdiff | tree |
2023-09-23 |
dan | Avoid an error when parsing a schema that contains... |
commit | commitdiff | tree |
2023-09-23 |
dan | Fix a failing assert() caused by changes on this branch. |
commit | commitdiff | tree |
2023-09-23 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-09-22 |
dan | In partial index scans, if the WHERE clause implies... |
commit | commitdiff | tree |
2023-09-18 |
dan | Add extra tests for java Fts5ExtensionApi API. |
commit | commitdiff | tree |
2023-09-18 |
dan | Extra tests for java Fts5ExtensionApi interface. |
commit | commitdiff | tree |
2023-09-17 |
drh | Remove a NEVER() in btree.c that could actually be... |
commit | commitdiff | tree |
2023-09-16 |
dan | Fix resolution of "rowid" and similar identifiers in... |
commit | commitdiff | tree |
2023-09-16 |
dan | Enable "OR IGNORE" support via SQLITE_VTAB_CONSTRAINT_S... |
commit | commitdiff | tree |
2023-09-16 |
drh | Add a NEVER() to an unreachable branch. nested-from-rowid-expansion |
commit | commitdiff | tree |
2023-09-16 |
drh | Fix minor code indentation inconsistencies. No functio... |
commit | commitdiff | tree |
2023-09-16 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-09-16 |
dan | Further tests and assert() statements for the change... |
commit | commitdiff | tree |
2023-09-15 |
dan | Fix resolution of unqualified "rowid" identifiers in... |
commit | commitdiff | tree |
2023-09-15 |
drh | Simplifications and performance optimizations for the... |
commit | commitdiff | tree |
2023-09-15 |
drh | Drop support for the view-scan optimization (check... |
commit | commitdiff | tree |
2023-09-15 |
drh | Minor simplification to the DISTINCT output row count... rethink-viewscan |
commit | commitdiff | tree |
2023-09-15 |
drh | Do not reduce subquery output row count estimates due... |
commit | commitdiff | tree |
2023-09-15 |
dan | Allow expressions like "<tbl>.rowid" to refer to implic... |
commit | commitdiff | tree |
2023-09-15 |
drh | Experimental: Assume that a DISTINCT clause on a subqu... |
commit | commitdiff | tree |
2023-09-15 |
drh | The view-scan optimization was added to enhance the... |
commit | commitdiff | tree |
2023-09-15 |
drh | Do not try to convert a double into an unsigned 64... |
commit | commitdiff | tree |
2023-09-14 |
dan | Tests for java versions of Fts5ExtensionApi.xSetAuxdata... |
commit | commitdiff | tree |
2023-09-14 |
stephan | JNI: move XTokenizeCallback interface out of the Fts5... |
commit | commitdiff | tree |
2023-09-14 |
dan | Add a few more tests for Fts5ExtensionApi methods. |
commit | commitdiff | tree |
2023-09-14 |
dan | Add a test for the java version of Fts5ExtensionApi... |
commit | commitdiff | tree |
2023-09-14 |
drh | According to [forum:/forumpost/9f6db917e1|forum post... legacy-msvc-workaround |
commit | commitdiff | tree |
2023-09-14 |
drh | Document the use of OPFLAG_ISNOOP as the P2 argument... |
commit | commitdiff | tree |
2023-09-14 |
dan | Avoid a segfault in test program showdb.c that could... |
commit | commitdiff | tree |
2023-09-14 |
drh | Improve the sqlite3IntFloatCompare() routine so that... |
commit | commitdiff | tree |
2023-09-14 |
drh | Do not set the global bUseLongDouble flag based purely... |
commit | commitdiff | tree |
2023-09-14 |
drh | Reduce the number of calls to sqlite3_mprintf() made... rtree-performance |
commit | commitdiff | tree |
2023-09-13 |
stephan | JNI: enable the fts5-customization bits by default... |
commit | commitdiff | tree |
2023-09-13 |
drh | Improved comments on the hasHighPrecisionDouble() routi... runtime-longdouble-test |
commit | commitdiff | tree |
2023-09-13 |
drh | Determine at start time whether or not the underlying... |
commit | commitdiff | tree |
2023-09-13 |
drh | Omit the Reinsert algorithm from RTree. This causes... |
commit | commitdiff | tree |
2023-09-13 |
stephan | Doc corrections for the previous checkin. |
commit | commitdiff | tree |
2023-09-13 |
stephan | Add JNI sqlite3_prepare_multi(), based on feedback. |
commit | commitdiff | tree |
2023-09-13 |
drh | Performance optimization to cellContains() in RTREE. |
commit | commitdiff | tree |
2023-09-13 |
drh | In the ChooseLeaf algorithm of RTREE, do an initial... |
commit | commitdiff | tree |
2023-09-13 |
drh | Reduce the number of calls to cellArea() in the ChooseL... |
commit | commitdiff | tree |
2023-09-13 |
drh | Remove unused variable from the ChooseLeaf algorithm... |
commit | commitdiff | tree |
2023-09-13 |
dan | Replace an if() condition in fts5 that is always true... |
commit | commitdiff | tree |
2023-09-12 |
larrybr | CLI .import to accept EOF in lieu of record terminator... |
commit | commitdiff | tree |
2023-09-12 |
dan | Fix a use-after-free error in fts5 that could occur... |
commit | commitdiff | tree |
2023-09-12 |
stephan | Clarify some metrics output in Tester1.java. |
commit | commitdiff | tree |
2023-09-12 |
stephan | Re-add the fts5 decls to sqlite3-jni.h, removed in... |
commit | commitdiff | tree |
2023-09-12 |
stephan | Rename JNI sqlite3_errmsg() to sqlite3_errmsg16() for... |
commit | commitdiff | tree |
2023-09-12 |
stephan | JNI readme fix. |
commit | commitdiff | tree |
2023-09-12 |
drh | 64-bit builds on Windows default to using UTF-8 output... |
commit | commitdiff | tree |
2023-09-12 |
drh | Show the "(utf8)" tag on the CLI banner in Windows... cli-utf8 |
commit | commitdiff | tree |
2023-09-11 |
drh | Add the -no-utf8 option to the Windows CLI to cause... |
commit | commitdiff | tree |
2023-09-11 |
drh | Make the -utf8 option the default behavior in the CLI... |
commit | commitdiff | tree |
2023-09-11 |
drh | Refuse to build amalgamation-tarball and snapshot-tarba... |
commit | commitdiff | tree |
2023-09-11 |
stephan | Merge in JNI's significant divergence since it adopted... |
commit | commitdiff | tree |
2023-09-11 |
drh | Add support for the sqlite3_get_clientdata() and sqlite... |
commit | commitdiff | tree |
2023-09-10 |
stephan | Roll back [84e38341aeab] because a direct pointer compa... db-client-data |
commit | commitdiff | tree |
2023-09-09 |
dan | Remove out-of-date comment regarding use of Parse.pCons... |
commit | commitdiff | tree |
2023-09-09 |
stephan | In the JNI build, emit a reminder to not check in the... jni-client-data |
commit | commitdiff | tree |
2023-09-09 |
stephan | Disable FTS5 in the JNI build by default until it can... |
commit | commitdiff | tree |
2023-09-08 |
dan | Add extra tests for [4b60a1c3]. |
commit | commitdiff | tree |
2023-09-08 |
dan | Fix a problem with fts5 secure-delete mode causing... |
commit | commitdiff | tree |
2023-09-07 |
dan | Add -DSQLITE_OMIT_LOOKASIDE=1 to the "Sanitize" configu... |
commit | commitdiff | tree |
2023-09-07 |
drh | Enhance the ./configure script and its associated Makef... |
commit | commitdiff | tree |
2023-09-07 |
dan | Fix a buffer overread in the sessions extension that... |
commit | commitdiff | tree |
2023-09-07 |
drh | Fix a harmless compiler warning in the sqldiff.c utility. |
commit | commitdiff | tree |
2023-09-07 |
drh | Add the "tool-zip" makefile target with the intention... |
commit | commitdiff | tree |
2023-09-07 |
drh | Fix a problem with the new xIntegrity method for virtua... |
commit | commitdiff | tree |
2023-09-06 |
drh | Add documentation to sqlite3_get/set_clientdata() to... |
commit | commitdiff | tree |
2023-09-06 |
drh | Add the xIntegrity method to the sqlite3_module object... |
commit | commitdiff | tree |
2023-09-06 |
drh | Fix unreachable branches. vtab-integrity-check |
commit | commitdiff | tree |
2023-09-06 |
drh | Change the xIntegrity virtual table method signature... |
commit | commitdiff | tree |
2023-09-06 |
drh | Add the xIntegrity method to the sqlite3_module object... |
commit | commitdiff | tree |
2023-09-06 |
stephan | Move Java-side FTS5 bits into the fts5 subpackage to... |
commit | commitdiff | tree |
2023-09-06 |
stephan | Java FTS5 API renaming, for consistency. |
commit | commitdiff | tree |
2023-09-05 |
drh | Fix a few SQLITE_MISUSE returns so that they call sqlit... |
commit | commitdiff | tree |
2023-09-04 |
dan | Add tests for, and source code comments to, fts5. No... |
commit | commitdiff | tree |
2023-09-04 |
drh | Do not make assumptions about the byteorder of PowerPC... |
commit | commitdiff | tree |
2023-09-04 |
stephan | In JNI routines which set an OutputPointer.value, alway... |
commit | commitdiff | tree |
2023-09-04 |
stephan | Remove several unnececessary functions. |
commit | commitdiff | tree |
2023-09-04 |
stephan | Move an internal utility class out of the public Java... |
commit | commitdiff | tree |
2023-09-04 |
stephan | Expose sqlite3_bind_parameter_name() to JNI. Extend... |
commit | commitdiff | tree |
2023-09-03 |
stephan | Add the missing sqlite3_blob_read() to [9a9945c405cf... |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose the sqlite3_blob_...() APIs to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_system_errno() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_stmt_status() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_randomness() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_get/set_auxdata() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Expose sqlite3_get_autocommit() to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Remove some unnecessary code. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Add a couple more sqlite3_backup tests. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Export the sqlite3_backup_...() APIs to JNI. |
commit | commitdiff | tree |
2023-09-03 |
stephan | Export the sqlite3_keyword_...() family of functions... |
commit | commitdiff | tree |
2023-09-02 |
drh | Performance optimization to the OP_MakeRecord opcode. |
commit | commitdiff | tree |
2023-09-02 |
stephan | Add sqlite3_config(SQLITE_CONFIG_LOG) support to Java... |
commit | commitdiff | tree |
2023-09-02 |
stephan | Expose sqlite3_complete() to JNI. Slightly widen the... |
commit | commitdiff | tree |
next |