index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Attempted improvements to the SQLITE_DBCONFIG_... documentation.
drh
2025-02-05
*
Detect and report signed integer overflow in the sumInverse() routine,
drh
2025-02-04
*
The Parse.addrExplain field is never even if SQLITE_OMIT_EXPLAIN is defined.
drh
2025-02-03
*
Fix a comment typo - in a comment used to generate documentation.
drh
2025-02-01
*
Remove an ALWAYS() added by [2567298f4b0fdfeb] because dbsqlfuzz found a way
drh
2025-02-01
*
Fix an issue with sqlite3_normalized_sql() caused by changes needed to
drh
2025-02-01
*
Tweaks to [4b4f33d791fe4318] to make it easier to test.
drh
2025-01-31
*
Remove an assert() that is not true if a trace-callback is deregistered while...
dan
2025-01-31
*
Fix a problem with LIKE and GLOB processing in utf-16be databases in cases wh...
dan
2025-01-31
*
If any errors occur while processing sqlite_dbpage changes, cancel
drh
2025-01-31
*
Improvements to the SQLITE_DBCONFIG option documentation.
drh
2025-01-31
*
Add the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (default on) to enable or
drh
2025-01-31
*
Merge all the latest trunk changes into the extra-security branch.
drh
2025-01-31
|
\
|
*
The reuse-subroutine optimization [c9a3498113074bbc] might have generated
drh
2025-01-30
|
*
Remove an unused parameter from an internal-use subroutine in the TCL interface.
drh
2025-01-30
|
*
Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans.
drh
2025-01-30
|
*
Enhance the if() and iif() SQL functions so that they support any
drh
2025-01-28
|
*
Fix sessions module handling of tables with generated columns.
dan
2025-01-28
|
*
Simplifh the IdList object to remove unnecessary fields. Performance
drh
2025-01-28
|
*
Remove an ALWAYS() in the star-query heuristic that is sometimes false if you
drh
2025-01-28
|
*
Use hashing to accelerate column matching on INSERT statements. Code is
drh
2025-01-27
|
*
Avoid splitting a hyperlink across lines in the documentation comment for
drh
2025-01-27
|
*
Further comment improvements in the star-query heuristic. Add an ALWAYS()
drh
2025-01-26
|
*
Small size and complexity reduction on the star-query heuristic. Improved
drh
2025-01-26
|
*
Revise the strategy used by the star-query heuristic: Instead of decreasing
drh
2025-01-25
|
*
Improvments to debug output on the star-query heuristic.
drh
2025-01-25
|
*
Avoid calling computeMxChoice() after an OOM as some assert()s can fail
drh
2025-01-25
|
*
Remove an incorrect ALWAYS() added in check-in [7cfbe14d199bb631].
drh
2025-01-24
|
*
Clarify handling of a NULL for the 2nd argument to sqlite3_serialize(), as po...
stephan
2025-01-24
|
*
The debugging output for WhereLoop objects now shows cost
drh
2025-01-24
|
*
Minor tweaks to the star-query detection and processing.
drh
2025-01-24
|
*
When looking for star-queries, do not count a table as a dimension table
drh
2025-01-24
|
*
Fix a possible infinity loop in debugging-printf logic in the query planner.
drh
2025-01-23
*
|
Add two new sqlite3_db_config() options that enable the ATTACH command
drh
2025-01-22
|
/
*
Fix date/time computations to deal with the sub-millisecond rounding
drh
2025-01-21
*
Performance improvements to the (debug-use only) Mem.pScopyFrom logic, resulting
drh
2025-01-21
*
The FuncDev.nArg field values -3 and -4 now have special meansing of 1 or more
drh
2025-01-21
*
Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length
drh
2025-01-21
*
Remove an assert() in the unix file locking logic that is not true
drh
2025-01-20
*
Fix an assert() that could fail if a virtual table called sqlite3_step() from...
dan
2025-01-20
*
Add an SQLITE_TESTCTRL_OPTIMIZATION mask that can disable the query planner
drh
2025-01-19
*
Add a simple test case (many more are coming soon to TH3). Fix an obsolete
drh
2025-01-18
*
Add support for automatic query-time indexes on WITHOUT ROWID tables.
drh
2025-01-18
*
For the purpose of the query planner heuristic added by [38db9b5c83], a query
drh
2025-01-17
*
When two indexes have the same cost, use the narrower one (the one with the
drh
2025-01-16
|
\
|
*
When choosing between two indexes with the same cost, pick the one with the
drh
2025-01-15
*
|
Check-in [da9124fee28c155c] broken the new SQLITE_IOCAP_SUBPAGE_READ mechanism
drh
2025-01-15
|
/
*
Variable names and conditional logic simplified in where.c. These
drh
2025-01-15
*
Remove a stray tab character from a comment.
drh
2025-01-13
*
GCC 13 has become more quite pedantic about the signature of functions matchi...
drh
2025-01-13
[next]