| Commit message (Collapse) | Author | Age |
... | |
| |
| |
| |
| |
| | |
to search for.
FossilOrigin-Name: 2be9850cef6492e168243807c34af72119ffbe414027a12c4eda6c421b5b950d
|
| |
| |
| | |
FossilOrigin-Name: 593e5dd00cdf8fbc680951d68b53b38262c61c467703f6a8eb477226cf6beedd
|
|\|
| |
| | |
FossilOrigin-Name: a7dcf6a79f7e1c5884baee2909a4bf3174ae06d561dae87b390856e573f81b49
|
| |
| |
| | |
FossilOrigin-Name: b2aae559581d05e4e8caaddfbd137cb275d582e82d58872c6f42e462dc859b1c
|
| |
| |
| |
| |
| | |
materialization of a view on a self-join of the view.
FossilOrigin-Name: 478c34b9a8b5127d13024e10307aa832f160b89720c46424dd17555bd36f590d
|
|/
|
| |
FossilOrigin-Name: 159e8022a9d6701532b8b60e0c41154bc434c1bbdb107c8c97a78fb1140fa745
|
|
|
| |
FossilOrigin-Name: e052436d9f54b785facd661adc648512356b831c0547aa8f347ebf4bd8ef1254
|
|
|
|
|
| |
we know that the argument to be freed is never NULL.
FossilOrigin-Name: ad90e8bb5e47945607c8fb47b6ade8cfc52a9b684805cc40132629be0ecc14cc
|
|
|
| |
FossilOrigin-Name: fcd2acdd6075aa9a7a66ce254eba77485f7b2804127e109c0309173488cd4b87
|
|
|
|
|
| |
day might come.
FossilOrigin-Name: ef5914617088cbf89bfae88f63ea959a07f02dff387ddc2b43948ad99c6a97b8
|
|
|
|
|
|
| |
than 32, set only the high-order bit of the Vdbe.expmask rather than setting
all bits. This could potentially result in fewer false-positive reprepares.
FossilOrigin-Name: 45797feefe90cb7da53256b0c42fdaa1221d0a27
|
|
|
|
|
| |
This fixes a problem introduced by [a8fd7052].
FossilOrigin-Name: 29f54b899e5cf22ece98ab41c39c41d75a4b228d
|
|
|
|
|
| |
statements prepared using legacy interface sqlite3_prepare().
FossilOrigin-Name: a8fd705258643863493476f8b42ee981608a339f
|
|
|
|
|
|
| |
Vdbe.magic!=VDBE_MAGIC_RUN. This makes sqlite3_reset() slightly faster in some
cases.
FossilOrigin-Name: 80adc0cb4ed7bacc54b15ac8b5b205403939c8c4
|
|
|
|
|
| |
consistency.
FossilOrigin-Name: 670f10b24230863688270d12ac519609ade2302b
|
|
|
|
|
| |
written.
FossilOrigin-Name: 856f8604c59c8fdd9bfb7d86fc0e212f091ab49a
|
|
|
| |
FossilOrigin-Name: 1e96e5ec1ee617cb5b5cbdc5a2ee79c8cc35821d
|
|
|
| |
FossilOrigin-Name: 6fc4fbfa29cfa795edf32e4a1f2d0eceb3007f68
|
|
|
|
|
|
| |
records, for a reduced disk footprint. This change also involves increasing
the P5 operand from 8 to 16 bits.
FossilOrigin-Name: 118ded403b95050b74ae2b03919c43d614094a32
|
|
|
|
|
|
| |
PRAGMA statements that do not return a value in that case (e.g. page_size,
cache_size, auto_vacuum).
FossilOrigin-Name: 5c05d8ec5e895661dae2de30c73dfdeaff93511e
|
|
|
| |
FossilOrigin-Name: 9dcd85698af46fd5ba34004ca690d368c4ae3078
|
|
|
|
|
|
| |
SQL parameter names and parameter numbers. There is a performance
improvement, though there are still a few hiccups in the current code.
FossilOrigin-Name: 68ecafa1425a41358c88f41efea3262f1b4490f2
|
|
|
|
|
| |
and faster code that also fixes a subtle (currently unreachable) bug.
FossilOrigin-Name: f7ab01f254cd9d7006b8dec29adb234a671b8e6f
|
|
|
|
|
|
| |
bulk zeroed on allocation are grouped at the beginning, and the memset()
only runs over those fields that really need it.
FossilOrigin-Name: 8165f88bb1d40693d67005a8d5dc499085f64b91
|
|
|
|
|
| |
coded instruction.
FossilOrigin-Name: 28883e8f3e92a8015fb5f6c8ae8580833931543d
|
|
|
| |
FossilOrigin-Name: 3954f83798ed78527280c9db6360c62a5134b9ec
|
|
|
| |
FossilOrigin-Name: 04716c907bf9fc9b827e18fdc7b4e1069e201536
|
|
|
|
|
|
|
| |
into sqlite3BtreePayload() and sqlite3BtreePayloadChecked(), respectively.
This is a continuation of the optimization started by check-in
[2d831074cf]. The result is a slightly smaller and faster binary.
FossilOrigin-Name: 49ebc219faea30eaa61def4a3fba2817b9c58a86
|
|
|
| |
FossilOrigin-Name: 161192f17273f32f1b3b82d41135aaca047e9a83
|
|
|
|
|
| |
overwrites a column with REAL affinity containing an integer value with the same value.
FossilOrigin-Name: b861328ab9ceec6926d97658c3606e6ae9ad39bf
|
|
|
| |
FossilOrigin-Name: a76bff74ce47c9c98106566bde5d781992657e22
|
|
|
|
|
| |
sqlite3DbMallocRaw().
FossilOrigin-Name: 54a449a41d8d32da2f8b73689227ced866974a18
|
|
|
|
|
| |
uninitialized fields in the structure.
FossilOrigin-Name: 7983eef0422439bfc85950554b000d46a9767ee3
|
|
|
| |
FossilOrigin-Name: 1e21bbe836539e64d24857f4faa3d12cd607dc7e
|
|
|
|
|
| |
in the first Parse.nColCache slots.
FossilOrigin-Name: 6028502059ccbd3699637b7a70a6d8ce1b7c3dad
|
|
|
|
|
| |
object.
FossilOrigin-Name: 47ae1cda8dc255d100aeb8cb90ea4c9e449509be
|
|
|
| |
FossilOrigin-Name: 3c93c8f5bbf54ed2a331079b28fdd94eb0e59e69
|
|
|
|
|
|
| |
before OP_Halt, as the extra work of removing those opcodes uses more cycles
than just running them.
FossilOrigin-Name: 984a96d79656c1b095aba1f88aca4bb787ba0bd8
|
|
|
| |
FossilOrigin-Name: 5e196fd18169e84806cd45dd1a8190339323e772
|
|
|
|
|
|
| |
less memory. This also fixes an obscure bug introduced 3 days ago by check-in
[5990a1bdb4a073].
FossilOrigin-Name: 6bf5ba10d28f1b0a32aa9a560ae3143a1235eadb
|
|
|
| |
FossilOrigin-Name: 5990a1bdb4a0734ff23015ada71cf02d0cb1381f
|
|
|
| |
FossilOrigin-Name: 5a2a7712cb8e0b686942dfab4e9e67b5ea7b2be3
|
|
|
| |
FossilOrigin-Name: 37803b19d219f4107f29b240d5d314600e4bd236
|
|
|
|
|
|
|
|
| |
the sense of <, <=, >, and >= tests is correct and so that the
SQLITE_STOREP2 version is shown correctly. These changes are already in the
rowvalue branch but are added here since they are technically unrelated to
rowvalue.
FossilOrigin-Name: 4d43c4698eef4e3db7556813f0274b4018c7c2b9
|
|
|
| |
FossilOrigin-Name: ebd388e94da4a2b29c2a546f832d359619803ec5
|
|
|
| |
FossilOrigin-Name: 5a027fe4127d498e0dc0d9439131c6a29085cf0a
|
|
|
|
|
| |
from within sqlite3_expanded_sql().
FossilOrigin-Name: 527b5ba68c0b0185958b945b197f9022951d9379
|
|
|
|
|
| |
the SQLITE_OMIT_TRACE compile-time option is used.
FossilOrigin-Name: 53c25ebe34e6776a12260078852973b1d581d20f
|
|
|
| |
FossilOrigin-Name: e7d18c70d2b8f09c9f5b978fe3d69d1088e42322
|
|
|
|
|
| |
sqlite3_trace_v2() interface to make it more useful.
FossilOrigin-Name: 99ee7ee58d45b29a0000492306ddc0b90563ff51
|