2023-04-24 |
drh | Update the compile-time detection of architecture byte... rtree-bulk-insert-perf |
commit | commitdiff | tree |
2023-04-22 |
drh | Import fixes from trunk into the branch-3.41. |
commit | commitdiff | tree |
2023-04-19 |
drh | Fix a segfault that could occur if a non-empty in-memor... |
commit | commitdiff | tree |
2023-04-19 |
drh | Do not remove pages from the cache of an in-memory... |
commit | commitdiff | tree |
2023-04-18 |
drh | Ensure that the VACUUM command is not confused by alter... |
commit | commitdiff | tree |
2023-04-18 |
drh | Another fix to the indexed expressions in aggregate... |
commit | commitdiff | tree |
2023-04-14 |
drh | Fix a typo in the aggfault.test test script. |
commit | commitdiff | tree |
2023-04-14 |
drh | When setting the column types on a subquery, ensure... |
commit | commitdiff | tree |
2023-04-14 |
drh | Avoid double de-quoting of table names when processing... |
commit | commitdiff | tree |
2023-04-13 |
drh | Fix an obscure issue with ALTER TABLE RENAME that comes... |
commit | commitdiff | tree |
2023-04-13 |
drh | Remove an ALWAYS() that can sometimes be false. And fix |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix an assertion fault that can occur when compiling... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix a faulty assert() in whereRangeScanEst() that shoul... |
commit | commitdiff | tree |
2023-04-06 |
drh | Work around a harmless assertion fault associated with |
commit | commitdiff | tree |
2023-04-06 |
drh | A prepared statement that aborts due to SQLITE_SCHEMA... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the CLI, during error processing while looking for... |
commit | commitdiff | tree |
2023-04-05 |
drh | Remove an ALWAYS() that can now be false due to the... |
commit | commitdiff | tree |
2023-04-05 |
drh | Fix the function that determines the collating function... |
commit | commitdiff | tree |
2023-04-04 |
drh | Fix an incorrect entry in the array that maps sqlite3_v... |
commit | commitdiff | tree |
2023-04-04 |
drh | Remove an assert() statement that is no longer valid... |
commit | commitdiff | tree |
2023-04-03 |
drh | When translating arguments of aggregate functions into... |
commit | commitdiff | tree |
2023-04-03 |
drh | When changing a COLLATE expression node into TK_AGG_COL... |
commit | commitdiff | tree |
2023-04-03 |
drh | Stronger constraint checking in allocateSpace(). |
commit | commitdiff | tree |
2023-04-02 |
drh | Earlier detection of corruption in sqlite3BtreeDelete(). |
commit | commitdiff | tree |
2023-03-31 |
drh | Omit the the count-of-view optimization if there is... |
commit | commitdiff | tree |
2023-03-30 |
drh | Earlier error detection for index expression usage... |
commit | commitdiff | tree |
2023-03-30 |
drh | Cherrypick three fixes from trunk. |
commit | commitdiff | tree |
2023-03-29 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix a weird corner case in aggregate function processin... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix multiple problems with RETURNING on a DML statement... |
commit | commitdiff | tree |
2023-03-27 |
drh | Do not allow constant factoring during PRAGMA integrity... |
commit | commitdiff | tree |
2023-03-27 |
drh | Improvements to register allocation, especially in... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | When reading sqlite_stat4 data during query planning... |
commit | commitdiff | tree |
2023-03-25 |
drh | In the byte-code generator, when the result of an expre... |
commit | commitdiff | tree |
2023-03-25 |
drh | The fix at [13c8c60bb6b4447b] was incomplete in that... |
commit | commitdiff | tree |
2023-03-25 |
drh | Fix a problem in cursor-hints for WITHOUT ROWID tables. |
commit | commitdiff | tree |
2023-03-25 |
drh | Fix CLI non-handling of OOM. |
commit | commitdiff | tree |
2023-03-24 |
drh | Remove undocumented, vestigial SQL functions in the... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix an error in the OP_SeekScan opcode. |
commit | commitdiff | tree |
2023-03-24 |
drh | Increase the version number to 3.41.3. |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix the handling of indexed expressions in an outer... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix byte-code register allocation in ANALYZE for STAT4... |
commit | commitdiff | tree |
2023-03-23 |
drh | The attempt to bring STAT4 up to 100% MC/DC at [55a26c6... |
commit | commitdiff | tree |
2023-03-22 |
drh | Version 3.41.2 version-3.41.2 |
commit | commitdiff | tree |
2023-03-22 |
drh | Increment the version number in the TEA configure scrip... |
commit | commitdiff | tree |
2023-03-21 |
drh | Fix a valgrind error and potential buffer overread... |
commit | commitdiff | tree |
2023-03-20 |
drh | Fix a problem causing a cursor to retain an out-of... |
commit | commitdiff | tree |
2023-03-20 |
drh | Fix problems with the sqlite3_error_offset() function... |
commit | commitdiff | tree |
2023-03-19 |
drh | Increase the size of ref-count values in the pager... |
commit | commitdiff | tree |
2023-03-19 |
drh | Avoid a buffer overread in fts3 that could occur when... |
commit | commitdiff | tree |
2023-03-17 |
dan | Fix a potential buffer overread in the recovery extension. |
commit | commitdiff | tree |
2023-03-17 |
drh | Ensure that an error does not delete the Table object... |
commit | commitdiff | tree |
2023-03-17 |
drh | Increase the version number to 3.41.2 |
commit | commitdiff | tree |
2023-03-17 |
drh | Fix assert() statements that would (incorrectly) fire... |
commit | commitdiff | tree |
2023-03-16 |
drh | Correctly handle SELECT DISTINCT ... ORDER BY when... |
commit | commitdiff | tree |
2023-03-16 |
drh | Do not use the one-pass optimization on an UPDATE if... |
commit | commitdiff | tree |
2023-03-16 |
drh | Remove a NEVER() from btreeNext(). |
commit | commitdiff | tree |
2023-03-16 |
drh | Fix a broken assert() in the recovery extension. |
commit | commitdiff | tree |
2023-03-15 |
drh | Disallow the one-pass optimization for DELETE if the... |
commit | commitdiff | tree |
2023-03-14 |
drh | Fix Bloom filters on an expression index. |
commit | commitdiff | tree |
2023-03-11 |
drh | The cherry-pick merge at [371838562a675c1b] caused... |
commit | commitdiff | tree |
2023-03-10 |
drh | Version 3.41.1 version-3.41.1 |
commit | commitdiff | tree |
2023-03-09 |
drh | In the Bloom filter optimization, hash all strings... |
commit | commitdiff | tree |
2023-03-09 |
dan | Fix countofview.test so that it works with SQLITE_OMIT_... |
commit | commitdiff | tree |
2023-03-09 |
drh | Update the version number to 3.41.1 |
commit | commitdiff | tree |
2023-03-09 |
drh | Merge count-of-view optimization fixes from trunk.... |
commit | commitdiff | tree |
2023-03-09 |
drh | Fix a possible NULL pointer dereference due to the... |
commit | commitdiff | tree |
2023-03-08 |
drh | Keep the historical datatype ("INT", not "NUM") for... |
commit | commitdiff | tree |
2023-03-08 |
drh | Fix an assertion fault added by [65ffee234787213c]. |
commit | commitdiff | tree |
2023-03-04 |
drh | Cherry-pick the agg-with-indexed-expr optimization... |
commit | commitdiff | tree |
2023-03-03 |
drh | Do not use an expression index on a generated column... |
commit | commitdiff | tree |
2023-03-03 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-03 |
drh | When it is known when preparing a statement that X... |
commit | commitdiff | tree |
2023-03-02 |
drh | When flattening the right operand of a LEFT JOIN, |
commit | commitdiff | tree |
2023-03-01 |
drh | When flattening a view that is the right operand of... |
commit | commitdiff | tree |
2023-03-01 |
drh | Make sure subtypes do not cross a subquery |
commit | commitdiff | tree |
2023-02-26 |
drh | When a table-valued function appears as the right table... |
commit | commitdiff | tree |
2023-02-23 |
drh | Provide -DHAVE_LOG2=0 and -DHAVE_LOG10=0 compile-time... |
commit | commitdiff | tree |
2023-02-21 |
drh | Version 3.41.0 version-3.41.0 |
commit | commitdiff | tree |
2023-02-21 |
drh | Disable DQS by default in the MSVC makefile for the... |
commit | commitdiff | tree |
2023-02-21 |
drh | Yet another comment typo fix. No changes to working... |
commit | commitdiff | tree |
2023-02-21 |
drh | Fix a minor typo in a comment. No changes to working... |
commit | commitdiff | tree |
2023-02-21 |
drh | Fix formatting and improved documentation on the variou... |
commit | commitdiff | tree |
2023-02-20 |
drh | Update the TEA version number to 3.41.0 |
commit | commitdiff | tree |
2023-02-20 |
drh | Fix an incorrect #ifdef in the CLI. |
commit | commitdiff | tree |
2023-02-19 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-02-18 |
drh | Fix stale requirement marks and fix a typo in the docum... |
commit | commitdiff | tree |
2023-02-18 |
drh | Fix a harmless UBSAN warning in debugging code of the... |
commit | commitdiff | tree |
2023-02-17 |
drh | Fix a harmless typo in the test case added by [29fc0646... |
commit | commitdiff | tree |
2023-02-17 |
drh | Do not allow the COUNTOFVIEW optimization to run if... |
commit | commitdiff | tree |
2023-02-14 |
dan | Update testrunner.tcl to run zipvfs test scripts on... |
commit | commitdiff | tree |
2023-02-13 |
drh | Ignore extra parentheses around a subquery on the RHS... |
commit | commitdiff | tree |
2023-02-13 |
drh | Do not allow WHERE clause terms to match constant strin... |
commit | commitdiff | tree |
2023-02-13 |
dan | Allow vector-IN expressions like "(a, b) IN ( (?,?... |
commit | commitdiff | tree |
2023-02-13 |
dan | Fix compile time option SQLITE_DEFAULT_SYNCHRONOUS... |
commit | commitdiff | tree |
2023-02-13 |
dan | Allow vector-IN expressions like "(a, b) IN ( (?,?... |
commit | commitdiff | tree |
2023-02-13 |
drh | In the LIKE optimization, do not analyze the new virtua... |
commit | commitdiff | tree |
2023-02-11 |
drh | Change a variable from 32 to 64-bits to avoid a harmles... |
commit | commitdiff | tree |
2023-02-10 |
drh | Do a better job of detecting when a WHERE clause term... |
commit | commitdiff | tree |
next |