drh
|
169dd928c5
Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner
|
7 anos atrás |
drh
|
c45fdb2a7f
Enable pragma virtual tables for the integrity_check, quick_check, and
|
7 anos atrás |
drh
|
761f691d0e
Force a schema load prior to "PRAGMA optimize".
|
7 anos atrás |
drh
|
1cfaf8eafb
Add an optional bitmask of allowed optimizations on the "PRAGMA optimize"
|
7 anos atrás |
drh
|
2ead47cb49
Change the name of the analyze_as_needed pragma to "optimize". Enhance the
|
7 anos atrás |
drh
|
72052a73a3
Add the "PRAGMA analyze_as_needed" command.
|
8 anos atrás |
drh
|
a3928dd7be
Set the TF_StatsUsed flag on tables when the query planner outcome is
|
8 anos atrás |
drh
|
33bec3f5e8
Enhance the Index and Table objects so that they remember if their stats come
|
8 anos atrás |
dan
|
e1ff3f5e11
Ensure that "PRAGMA case_sensitive_like" and "PRAGMA shrink_memory" set the
|
8 anos atrás |
dan
|
9e1ab1a8a4
Ensure that sqlite3_column_count() returns 0 for the "set" mode of "get/set"
|
8 anos atrás |
drh
|
2fcc1590c4
Code to automatically create eponymous virtual tables for read-only pragmas.
|
8 anos atrás |
drh
|
c232aca184
Do more pragma processing from tables rather than in-line code.
|
8 anos atrás |
drh
|
3592680734
Add the SQLITE_OMIT_PARSER_TRACE compile-time option.
|
9 anos atrás |
drh
|
8d4482da96
Always parse the schema *before* running "PRAGMA cache_size", not after.
|
9 anos atrás |
drh
|
9b0cf34f81
First attempt at enhancing the "PRAGMA cache_spill" statement to accept a
|
9 anos atrás |
drh
|
957026ac78
Defer the bulk pcache1 memory allocation until the first page allocation
|
9 anos atrás |
drh
|
1421d980c5
Add the "PRAGMA cell_size_check=ON" command.
|
9 anos atrás |
drh
|
4bb8cb0927
Merge all recent trunk changes, including the movement of the pragma
|
10 anos atrás |
drh
|
67e65e55ab
Break out the (script-generated) pragma parsing tables into a separate file,
|
10 anos atrás |
drh
|
c228be5b1f
Add the "index_xinfo" pragma. Add new columns to the "index_info" and
|
10 anos atrás |
drh
|
9161856495
Experimental "PRAGMA data_version" command for detecting when another process
|
10 anos atrás |
drh
|
8e755e7e19
Simplify the implementation of the "header-value" pragmas (schema_version,
|
10 anos atrás |
drh
|
034596153d
Query or change the maximum number of worker threads allowed on each
|
10 anos atrás |
drh
|
84e55a80db
Add the "PRAGMA vdbe_eqp" command, only available with SQLITE_DEBUG. Simplify
|
11 anos atrás |
mistachkin
|
dd19783225
Improve support for the SQLITE_OMIT_FLAG_PRAGMAS compile-time option.
|
11 anos atrás |
drh
|
3ef261567a
Restore the index_list pragma back to its former operation. Create a new
|
11 anos atrás |
drh
|
8ab88326cb
Restore the hexrekey pragma which was accidently deleted during the
|
11 anos atrás |
drh
|
f63936e805
Rework the PRAGMA implementation to only call sqlite3ReadSchema() from a single
|
11 anos atrás |
drh
|
77ff23f9c7
Fix the "const" qualifiers on the pragma name table.
|
11 anos atrás |
drh
|
55e85ca5f5
Add the soft_heap_limit pragma.
|
11 anos atrás |