drh
|
36279c256b
Enhance the if() and iif() SQL functions so that they support any
|
2 days ago |
dan
|
9dcf3d08c9
Fix sessions module handling of tables with generated columns.
|
2 days ago |
drh
|
0424f255ef
Fix a copy/paste typo in the output of vfstrace for xDlClose().
|
2 days ago |
drh
|
8b62a82ae3
Simplifh the IdList object to remove unnecessary fields. Performance
|
2 days ago |
drh
|
b0c8b08874
Fix typo in speedtest.md.
|
2 days ago |
drh
|
50637ca5c5
Apparently I got the logic of [abfe488ed67e2e35] confused, even backwards.
|
3 days ago |
drh
|
d8c37bbc54
Remove an ALWAYS() in the star-query heuristic that is sometimes false if you
|
3 days ago |
drh
|
44980e8169
Use hashing to accelerate column matching on INSERT statements. Code is
|
3 days ago |
drh
|
5dcf5890ae
Enhance ./configure to issue an unambiguious error if the pathname to either
|
3 days ago |
drh
|
7c727bb61b
Avoid splitting a hyperlink across lines in the documentation comment for
|
3 days ago |
drh
|
e097db7210
Make two private routines in FTS "static" so that they are not callable from
|
4 days ago |
drh
|
2228567ad3
Further comment improvements in the star-query heuristic. Add an ALWAYS()
|
4 days ago |
drh
|
fe54b7a1f4
Small size and complexity reduction on the star-query heuristic. Improved
|
4 days ago |
drh
|
fb9e8e48fd
Revise the strategy used by the star-query heuristic: Instead of decreasing
|
5 days ago |
drh
|
0186ee1cd7
Improvments to debug output on the star-query heuristic.
|
5 days ago |
drh
|
dea434ea65
Avoid calling computeMxChoice() after an OOM as some assert()s can fail
|
6 days ago |
drh
|
bc7e41c03c
Remove an incorrect ALWAYS() added in check-in [7cfbe14d199bb631].
|
6 days ago |
stephan
|
77731d5ec0
Clarify handling of a NULL for the 2nd argument to sqlite3_serialize(), as pointed out in [forum:3df7168b90|forum post 3df7168b90].
|
6 days ago |
drh
|
079f840e47
Improve the star-query heuristic so that it does a better job of identifying
|
6 days ago |
drh
|
d37412b80c
The debugging output for WhereLoop objects now shows cost
|
6 days ago |
drh
|
f1c5830311
Minor tweaks to the star-query detection and processing.
|
6 days ago |
stephan
|
7ae051df2a
Correct a version number in autosetup/README.md.
|
6 days ago |
drh
|
299fe02393
When looking for star-queries, do not count a table as a dimension table
|
6 days ago |
stephan
|
7a16413a84
Update autosetup/README.md to reflect recent refactoring.
|
6 days ago |
stephan
|
8bfb186728
Replace a handful of hard tabs in string literals with \t in mkwasmbuilds.c.
|
6 days ago |
stephan
|
4331e6bd1d
Minor additions to ext/wasm/README.md.
|
6 days ago |
stephan
|
dfb5f32758
Update ext/wasm/README.md to reflect simplifications permitted by the current configure script behavior.
|
6 days ago |
stephan
|
c70631623c
Remove extraneous are-we-making-clean guards from the generated wasm build rules, as that guard is set at a higher level. Rename a makefile call()able for consistency.
|
6 days ago |
stephan
|
07a2e5d1ed
wasm: de-list demo-worker1-promiser-esm.html from the test pages because (per Chrome 131) "Module scripts don't support importScripts()", where "don't" means "they used to but no longer do".
|
1 week ago |
drh
|
1519675a1a
Fix a possible infinity loop in debugging-printf logic in the query planner.
|
1 week ago |