index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdbeInt.h
Commit message (
Expand
)
Author
Age
*
Fix alignment problems on Linux with -m32 and on Mac PPC.
drh
2025-03-15
*
KeyInfo is now an indeterminate size, so we cannot declare a variable of that
drh
2025-03-14
*
Make use of the flexible-array feature of C99, when available, to try to
drh
2025-03-14
*
Fix GCC-isms and compiler warnings introduced by recent check-ins
drh
2025-02-08
*
Fix comments on the Parse.nMaxArgs field so that they are correct. Add
drh
2025-02-07
*
Performance improvements to the (debug-use only) Mem.pScopyFrom logic, resulting
drh
2025-01-21
*
Increase the maximum number of arguments on an SQL function to 1000 with the
drh
2024-12-12
*
Avoid loading the entire record into memory for an sqlite3_preupdate_old() ca...
dan
2024-11-04
*
Fix the preupdate hook so that it works when the "old.*" row has a column wit...
dan
2024-09-18
*
The original column-cache implementation from check-in [ab1edcc7fedcf279]
drh
2023-07-31
*
Add the sqlite3_stmt_explain() API.
drh
2023-07-28
|
\
|
*
Enhance the sqlite3_stmt_explain() interface so that avoids unnecessary
drh
2023-07-18
*
|
The OP_Column opcode caches large column values coming from overflow pages.
drh
2023-07-27
*
|
Further improvements to large string handling in relation to JSON.
drh
2023-07-21
|
/
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in_next() interfaces so
drh
2023-01-25
*
Rename the Vdbe.pResultSet field to pResultRow in order to better distinguish
drh
2022-12-22
*
Reduce the overhead of SQLITE_ENABLE_STMT_SCANSTATUS some.
dan
2022-12-07
*
Add CYCLES scanstat measurement to "USE TEMP B-TREE FOR ORDER BY" lines.
dan
2022-12-03
*
Enhance the sqlite3_stmt_scanstatus() API and add sqlite3_stmt_scanstatus_v2(...
dan
2022-12-02
*
Change the names of the Vdbe.pVNext and Vdbe.ppVPrev fields to make them
drh
2022-08-23
*
Fix the OP_NullRow opcode so that it works even if it applied to an
drh
2022-06-14
*
Fix assert() statements associated with artifical null-value cursors
drh
2022-04-14
*
Omit the Vdbe.runOnlyOnce flag (simplifying the prepared statement
drh
2022-04-03
*
Fix harmless compiler warnings.
drh
2022-04-02
*
In-line the sqlite3VdbeSerialPut() routine into the OP_MakeRecord opcode.
drh
2022-04-02
*
Omit the Vdbe.doingRerun field for a slight size reduction and performance gain.
drh
2022-04-01
*
Provide and use a version of sqlite3VdbeFreeCursor() that guarantees the
drh
2022-04-01
*
Refactor the Vdbe.iVdbeMagic field into Vdbe.eVdbeState. Split the RUNNING
drh
2022-04-01
|
\
|
*
Rename Vdbe.iVdbeMagic to eVdbeState. Remove unnecessary states. This is
drh
2022-03-31
*
|
Have the sqlite3_context object carry the encoding for the prepared statement
drh
2022-04-01
|
/
*
Faster version of sqlite3VdbeMemRelease().
drh
2022-03-02
*
Reorganize the bits in Mem.flags. Free up one bit for reuse.
drh
2022-02-28
*
Expand the comment on the definition of the Mem object to better explain the
drh
2022-02-28
*
The performance increase in the previous check-in of this branch was due to
drh
2022-02-28
*
An optimization to initMemArray() saves almost 500K cycles. But it seems a
drh
2022-02-28
*
Revise the initialization processing for OP_Column to make it about
drh
2022-02-25
*
Refactor sqlite3_vtab_in() to make use of the existing
drh
2022-02-02
*
Add new interfaces to enable virtual table to process IN operator constraints
drh
2022-02-01
*
Small performance and size optimization to allocateCursor().
drh
2022-01-03
*
Omit the return value from sqlite3VdbeSerialGet() for a size reduction
drh
2021-12-14
*
Add SQLITE_STMTSTATUS_FILTER_HIT and _MISS for tracking the effectiveness
drh
2021-12-06
*
Add a Bloom filter to the automatic-index mechanism.
drh
2021-12-01
*
Fix the zeroblob() function and related APIs so that they work with SQLITE_OM...
dan
2021-11-08
*
More precision in comparing integers and floating point values while
drh
2021-07-19
*
Add the sqlite3_changes64() and sqlite3_total_changes64() API functions.
dan
2021-06-22
*
Set the database connection error code for an oversize argument to
drh
2021-06-09
*
Add the experimental sqlite3session_changeset_size() API.
dan
2021-04-21
*
Further sanity checking of the OpenDup cursors.
drh
2021-03-18
*
Change the name of Vdbe.magic to Vdbe.iVdbeMagic to disambiguate with
drh
2021-02-03
[next]