Artifact
4e630e47852e206d0b29ec63ea0402e0b7ba328a1c19dd645ae8ac7bd0a378cf:
- File
src/update.c
-
2018-12-29 02:26:59
— part of check-in
[4a0929ac]
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
[9fb646f2]
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
[5bf212f1]
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
[87ef68f9]
on branch wal2
— Merge latest trunk changes into this branch.
(user:
dan
size: 37220)
-
2019-01-02 16:30:10
— part of check-in
[c31eeb3c]
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
[475a179a]
on branch apple-osx
— Sync up with the latest enhancements on trunk.
(user:
drh
size: 37220)