Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch wal2 Excluding Merge-Ins
This is equivalent to a diff from 5508b56fd2 to e7867c3992
2025-06-29
| ||
07:32 | Minor API doc typo fixes from brickviking. (check-in: c7cf9dcb69 user: stephan tags: trunk) | |
2025-06-28
| ||
17:59 | Improve the bytecode generated for comparisons so that if one operand is a subquery and the other operand evaluates to NULL, the subquery operand is not even computed. This fixes 5 of the 11 slow queries described in forum post 52651713ac. (check-in: f147bc0477 user: drh tags: optimize-null-values) | |
14:36 | Merge all the latest trunk fixes and enhancements into the reuse-schema branch. (Leaf check-in: 6e1f97d99b user: drh tags: reuse-schema) | |
14:30 | Merge the latest trunk fixes and enhancements into the bedrock branch. (Leaf check-in: a6f6fbe617 user: drh tags: bedrock) | |
14:24 | Merge the latest trunk enhancements into the wal2 branch. (Leaf check-in: e7867c3992 user: drh tags: wal2) | |
14:16 | Merge the latest trunk enhancements into the begin-concurrent branch. (Leaf check-in: 1ae8d60237 user: drh tags: begin-concurrent) | |
2025-06-27
| ||
19:56 | Raise an error right away if the number of aggregate terms in a query exceeds the maximum number of columns. (check-in: 4ae45291e6 user: drh tags: branch-3.50) | |
19:02 | Raise an error right away if the number of aggregate terms in a query exceeds the maximum number of columns. (check-in: 5508b56fd2 user: drh tags: trunk) | |
12:46 | API doc typo fixes and closing DD element tags from brickviking. (check-in: c9ddd15b01 user: stephan tags: trunk) | |
2025-06-03
| ||
14:15 | Merge latest trunk changes into this branch. (check-in: d685bc8ce3 user: dan tags: wal2) | |
Changes to Makefile.msc.
Changes to autosetup/teaish/core.tcl.
Changes to autosetup/teaish/tester.tcl.
Added doc/wal2.md.
Added ext/misc/bgckpt.c.
Changes to ext/wasm/api/sqlite3-worker1-promiser.c-pp.js.
Changes to ext/wasm/demo-worker1-promiser.c-pp.js.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pragma.c.
Changes to src/test_tclsh.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to test/corruptA.test.
Changes to test/permutations.test.
Changes to test/rdonly.test.
Changes to test/savepoint.test.
Changes to test/tester.tcl.
Changes to test/uri.test.
Changes to test/wal.test.
Added test/wal2big.test.
Added test/wal2fault.test.
Added test/wal2lock.test.
Added test/wal2openclose.test.
Added test/wal2recover.test.
Added test/wal2recover2.test.
Added test/wal2recover3.test.
Added test/wal2rewrite.test.
Added test/wal2rollback.test.
Added test/wal2savepoint.test.
Added test/wal2simple.test.
Added test/wal2snapshot.test.
Changes to test/walprotocol2.test.
Changes to tool/mkctimec.tcl.