SQLite
Timeline
Not logged in

20 most recent timeline items

2013-05-23
20:52
[dab6a32847] Leaf: Add OGC GeoPackage files to the magic.txt database. (user: drh, tags: trunk)
10:15
[82ad373f85] Have the "make fulltest" command run the "mmap" permutation test. (user: dan, tags: trunk)
10:13
[40cfde8b4a] Avoid unnecessary calls to FCNTL_SIZE_HINT. Return an error to the user if the file-control invoked by "PRAGMA mmap_size" returns a value other than SQLITE_OK or SQLITE_NOTFOUND. (user: dan, tags: trunk)
06:38 (Awaiting Moderator Approval) New ticket [a070998619] posix_fallocate ignores configure result. (user: anonymous)
01:40
[761177927c] Cause the mmap_size PRAGMA to immediately change the mmap space if the database connection is already active. In particular, reducing mmap_size will immediately free up process address space. (user: drh, tags: trunk)
2013-05-22
20:49
[f783e8e6b1] Leaf: Use the NGQP plan for EXPLAIN QUERY PLAN output. This change causes 207 errors in veryquick.test, many of which are benign. (user: drh, tags: nextgen-query-plan-exp)
17:01
[9bf0524df7] Allow the rowid at the end of an index to be used in a constraint on that index. (user: drh, tags: nextgen-query-plan-exp)
02:06
[12c709b436] Improvements to ORDER BY handling in the NGQP. Fix an "exit" mistakenly left in a test script during the previous check-in. (user: drh, tags: nextgen-query-plan-exp)
2013-05-21
19:23
[04dfb85a2a] Enhanced "wheretrace" output in the NGQP solver routine. (user: drh, tags: nextgen-query-plan-exp)
15:52
[67367f1e1f] Work toward improving the NGQP's ability to optimize out ORDER BY clauses. (user: drh, tags: nextgen-query-plan-exp)
2013-05-20
15:14
[14ab6675e5] Merge in all trunk changes up through the 3.7.17 release. (user: drh, tags: nextgen-query-plan-exp)
13:01
[fc88f7311b] Leaf: Update the sessions branch to the official 3.7.17 release code. (user: drh, tags: sessions)
00:56
[118a3b3569] Version 3.7.17 (user: drh, tags: trunk, release, version-3.7.17)
2013-05-17
20:16
[7a9aa21c35] Remove a stray tab character from the transitive_closure extension source code. (user: drh, tags: trunk)
17:15
[cec2bcb45a] Fix a bug in SQLITE_TRACE_SIZE_LIMIT that was introduced by check-in 1a1cf5aa86734c8. That check-in was to remove harmless compiler warnings. So once again, we have introduced a real bug into SQLite by attempting to eliminate a harmless compiler warning. (user: drh, tags: trunk)
16:41
[0f355bb17f] In test file test_syscall.c, include sqliteInt.h before any tcl or system include files. This ensures that the magical defines in sqliteInt.h really do enable large file support (and set things up so that sizeof(off_t)==8). (user: dan, tags: trunk)
12:52
[d0c2288c72] Use sum() instead of total() in mptest/multiwrite01.test too. (user: drh, tags: trunk)
12:51
[8ba0fc9811] Use sum() instead of total() in the mptest/crash01.test script. (user: drh, tags: trunk)
12:25
[cec0a06c17] Add extra "PRAGMA mmap_size = N" statements to mmap1.test and mmap2.test. (user: dan, tags: trunk)
12:10
[1def4ea3a0] In os_unix.c and os_win.c, initialize the default mmap-limit of a new file descriptor to the current global default mmap-limit, not the current global maximum allowable mmap-limit. (user: dan, tags: trunk)