2018-12-29 02:26:59
— part of check-in
[4a0929ac76]
on branch trunk
— A new implementation of sqlite3VdbeMakeLabel() is faster and makes fewer
memory allocations by deferring memory allocation until
sqlite3VdbeResolveLabel() is called, at which point the code generator has
a better idea of how big the relocation table needs to be.
The sqlite3VdbeMakeLabel() routine now takes a Parse* parameter instead of
Vdbe*.
(user:
drh
size: 37305)
2018-12-31 18:30:41
— part of check-in
[9fb646f29c]
on branch reuse-subqueries
— Merge enhancements and bug fixes from trunk.
(user:
drh
size: 37305)
2019-01-02 16:08:14
— part of check-in
[5bf212f1a7]
on branch begin-concurrent
— Merge latest trunk changes into this branch.
(user:
dan
size: 37305)
2019-01-02 16:15:02
— part of check-in
[87ef68f917]
on branch wal2
— Merge latest trunk changes into this branch.
(user:
dan
size: 37305)
2019-01-02 16:30:10
— part of check-in
[c31eeb3c87]
on branch begin-concurrent-wal2
— Merge latest wal2 changes into this branch.
(user:
dan
size: 37305)
2019-01-02 19:46:46
— part of check-in
[86685679b4]
on branch begin-concurrent-pnu-wal2
— Merge changes from begin-concurrent-wal2. Also modify the unix-excl shm-locks
on this branch so that it is not an error to attempt to release an EXCLUSIVE
lock that is not held.
(user:
dan
size: 37305)