SQLite
Timeline
Not logged in

20 most recent timeline items

2013-05-24
14:52
[b49fa74561] Leaf: Record in the WhereLoop object the set of virtual table constraints that need not be separately checked. (user: drh, tags: nextgen-query-plan-exp)
13:55
[7c8f992c04] Merge the latest trunk changes into the NGQP branch. (user: drh, tags: nextgen-query-plan-exp)
12:47
[61a1045239] Leaf: Set _XOPEN_SOURCE to 600 so that fchmod() will (hopefully) work on FreeBSD. (user: drh, tags: trunk)
11:57
[9e2c17c535] Fix harmless compiler warnings in the shell. (user: drh, tags: trunk)
2013-05-23
20:52
[dab6a32847] 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] 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)