/ Changes On Branch hard-heap-limit
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch hard-heap-limit Excluding Merge-Ins

This is equivalent to a diff from 5baffcda7d to 33fd0c3abc

2019-11-14
18:07
Add support for the sqlite3_hard_heap_limit64() interface and the hard_heap_limit pragma. (check-in: 6399c47ea8 user: drh tags: trunk)
17:46
Fix a bug in the hard_heap_limit pragma so that it returns the new value of the hard_heap_limit, not the soft_heap_limit. Change SQLITE_MAX_MEMORY so that it works by setting the default hard_heap_limit value. (Closed-Leaf check-in: 33fd0c3abc user: drh tags: hard-heap-limit)
15:21
Merge recent enhancements from trunk. (check-in: b8a631fd30 user: drh tags: hard-heap-limit)
13:57
New test cases added to fuzzdata8.db. (check-in: 5baffcda7d user: drh tags: trunk)
13:24
Ensure that the same subquery does not go through the window-function rewrite more than once, even when that subquery is part of a virtual table constraint that lacks the omit flag. (check-in: d0bc7db6b0 user: drh tags: trunk)

Changes to src/loadext.c.

Changes to src/malloc.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/sqlite.h.in.

Changes to src/sqlite3ext.h.

Changes to src/test1.c.

Changes to src/treeview.c.

Changes to test/fuzzcheck.c.

Changes to test/ossfuzz.c.

Changes to test/tester.tcl.

Changes to tool/mkpragmatab.tcl.