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: 37220)
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: 37220)
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: 37220)
2019-01-02 16:15:02
— part of check-in
[87ef68f917]
on branch wal2
— Merge latest trunk changes into this branch.
(user:
dan
size: 37220)
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: 37220)
2019-01-17 15:47:01
— part of check-in
[475a179a27]
on branch apple-osx
— Sync up with the latest enhancements on trunk.
(user:
drh
size: 37220)