SQLite
Leaves
Not logged in

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

Open leaves:

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)
12:47 [61a1045239] Leaf: Set _XOPEN_SOURCE to 600 so that fchmod() will (hopefully) work on FreeBSD. (user: drh, tags: trunk)
2013-05-20
13:01 [fc88f7311b] Leaf: Update the sessions branch to the official 3.7.17 release code. (user: drh, tags: sessions)
2013-05-15
16:08 [65ff754e35] Leaf: Fix the sharedA.test module so that it does not attempt to run TCL callbacks on a different thread from where the interpreter was originally created. (user: drh, tags: shared-cache-fixes)
08:00 [6fbad95725] Leaf: Merge updates from trunk. (user: mistachkin, tags: toTypeFuncs)
2013-05-07
17:49 [fc3630cdef] Leaf: Make sure the ORDER BY collating sequences are compatible with the comparison collations before using the merge algorithm for compound SELECT statements. Candidate fix for ticket [6709574d2a8d8]. (user: drh, tags: tkt-6709574)
2013-05-01
20:40 [5a500848d2] Leaf: Fix comments in the magic number file. (user: drh, tags: application-id)
2013-04-30
07:58 [400fc4c37f] Leaf: Add the #ifdefs for sqlite3ErrName() to sqliteInt.h as well. (user: mistachkin, tags: winOsTrace)
2013-04-26
16:09 [9c7523dabf] Leaf: Avoid using posix_fallocate() in WAL mode, as it is not supported by all file-systems. (user: dan, tags: avoid-fallocate)
14:04 [2648966f17] Leaf: Merge another trunk change. (user: dan, tags: fts3-expr-rebalance)
2013-04-13
19:59 [ad53924dca] Leaf: Only consider AS names from the result set as candidates for resolving identifiers in the WHERE clause if there are no other matches. In the ORDER BY clause, AS names take priority over any column names. Candidate fix for ticket [2500cdb9be]. (user: drh, tags: tkt-2500cdb9be)
2013-04-12
11:52 [cbea02d938] Leaf: Version 3.7.16.2 (user: drh, tags: release, branch-3.7.16, version-3.7.16.2)
2013-04-11
00:13 [abedd7cb45] Leaf: Experimental changes to support a Win32 VSIX package flavor. (user: mistachkin, tags: vsixWin32)
2013-04-10
03:22 [bf6ca21b36] Leaf: Backport the multi-process tester to the last released version. (user: mistachkin, tags: branch-3.7.16)
2013-04-09
19:19 [96f04d99f3] Leaf: Check in the instrumented code for the mptest test case that appears to show a spontaneously disappearing journal file. (user: dan, tags: missing-journal-file)
2013-04-01
14:20 [80c63443c4] Leaf: Minor changes to unixMapfile() function. (user: dan, tags: two-mappings)
2013-03-27
16:42 [c77ee6e20d] Leaf: Restore additional ORDER BY optimizations that where broken by the recent ORDER BY fix. (user: drh, tags: orderby-fix)
2013-03-11
11:49 [938b91e855] Leaf: Fixes for compiling with SQLITE_OMIT_AUTOVACUUM and/or SQLITE_OMIT_TRIGGER defined. (user: dan, tags: omit-fixes)
2013-03-08
07:10 [69746ef787] Leaf: If SQLITE_OMIT_UTF16 is defined, avoid setting the 'enc' field of Schema objects to any value except SQLITE_UTF8. Otherwise, assert() statements may fail or spurious SQLITE_NOMEM errors may be returned at the vdbe level later on. (user: dan, tags: experimental)
2013-03-07
11:03 [760072ceea] Leaf: Avoid an assertion fault and/or freeing memory while it is still in use when an error occurs during virtual table construction. Cherrypick of a02599ad85d. (user: dan, tags: branch-3.7.14)
2013-01-26
19:26 [46f7c9301e] Leaf: Add a single test case to fts4unicode.test to verify that title-case maps to lower case. (user: drh, tags: branch-3.7.15)
2013-01-08
17:24 [f29680c468] Leaf: Merge updates from trunk. (user: mistachkin, tags: configReadOnly)
2012-12-06
20:27 [34aafb7436] Leaf: Cherrypick 79ef8e3c77 (Apply the same restrictions on constant refactoring to statements within a trigger program as top-level statements). (user: dan, tags: branch-3.7.9)
2012-10-25
23:47 [ae2f1627b1] Leaf: Further work on getting ssdsim to run. This is an incremental checkin to save my place while jumping off to work on other things. (user: drh, tags: ssdsim)
2012-10-16
21:08 [8b4c3c5e50] Leaf: An optimization that converts "a IN (b)" into "a==b". Seems to work, but needs additional test cases. (user: drh, tags: degenerate_IN)
2012-10-04
22:45 [17644c0e33] Leaf: Merge the 3.7.14.1 release including the fix for the LEFT JOIN problem into the sessions branch. (user: drh, tags: sessions-3.7.14)
2012-09-28
10:57 [6a5c59dd7e] Leaf: Merge the latest trunk changes (PRAGMA busy_timeout and the ORDER BY query planner enhancements) into the apple-osx branch. (user: drh, tags: apple-osx)
2012-08-25
00:49 [865dfcbaa5] Leaf: Backport check-in 62678be3df35cd: When the same index is used for all OR-terms in a WHERE clause, then try to use that index as a covering index. (user: drh, tags: branch-3.7.2)
2012-08-22
15:16 [acdc7d1270] Leaf: Do not let the multi-core sorter use lookaside memory, which is not thread-safe. (user: drh, tags: threads-sort-ex1)
2012-08-21
17:36 [c92b0fe137] Leaf: Cherry-pick 555fc07: Changes to the thread routines to disable them when threading is turned off using sqlite3_config(). Also merge all recent trunk changes. (user: drh, tags: threads)
2012-08-15
15:57 [2bb8c49261] Leaf: Experimental change to speed up ORDER BY clauses that sort based on a single expression. (user: dan, tags: sorter-exp)
2012-08-07
01:37 [28aed847c6] Leaf: Parser bug fix: Make sure the table constraints allowed by prior releases can still be parsed, even if they are technically not allowed by the syntax diagram. This is a cherry-pick of a1c014d8a87c8940b3, 38bf90af1ede6ee64e, and e536ac041815b118c4. (user: drh, tags: apple-osx-ml)
2012-07-19
20:27 [0a33444105] Leaf: Further tweaks to malloc paths. (user: dan, tags: calloc)
2012-05-04
13:22 [7b6de5c35d] Leaf: Minor tweaks to the hebrew transliteration tables. (user: drh, tags: translit-tokenizer)
2012-04-04
13:51 [627eff32a2] Leaf: Fix the multiplexor logging so that it works with SQLITE_ENABLE_8_3_NAMES. (user: drh, tags: nx-devkit)
2011-12-23
11:07 [e6a04bf9f1] Leaf: Fix a problem with f9c4a7c8f4 as applied to this branch. (user: dan, tags: branch-3.7.6)
2011-10-11
00:09 [b431a63437] Leaf: Patches to the apple-osx-377 branch so that it will compile and run on non-Mac unix platforms. (user: drh, tags: apple-osx-377)
2011-06-28
17:39 [af0d91adf4] Leaf: Version 3.7.7.1. (user: dan, tags: release, branch-3.7.7, version-3.7.7.1)
2011-06-21
15:34 [2f5b37122b] Leaf: Backport the localtime() failure patch from trunk. Ticket [bd484a090c8077]. (user: drh, tags: branch-3.6.1)
2011-06-01
11:26 [2e5a912ad7] Leaf: Toward version 3.7.5.1. This check-in updates the version number and also patches the pager so that it never spills cache while in WAL mode. The latter patch fixes ticket [2d1a5c67dfc23] and also prevents excessive WAL file sizes if the pager cache starts thrashing. A few test cases fail. (user: drh, tags: branch-3.7.5)
2011-05-19
02:34 [5791232778c] Leaf: Bring the apple-wal-readonly branch up to date with the latest changes in apple-osx, and especially the fix for disappearing WAL transactions. (user: drh, tags: apple-wal-readonly)
2011-02-23
14:33 [8609a15dfa] Leaf: Automatically retry system calls that fail with EINTR. This is a backport of the changes from b9d29ea385bafc and af9ba2a6d2c379. (user: drh, tags: branch-3.7.4)
2011-02-19
14:19 [1725aa7501] Leaf: Changes which attempt to address an obscure SQLITE_PROTOCOL error. (user: drh, tags: wal-trace-375)
2011-01-05
13:07 [6549e7672b] Leaf: Cherrypick the WAL error logging from the pre-3.7.5 line into a branch for version 3.7.2. Include the sqlite3_vsnprintf() interface. This checkin is intended for debugging and not for release. (user: drh, tags: wal-trace-372)
2010-10-02
01:01 [29a681dd7b] Leaf: Backport the very lastest R-Tree in order to take advantage of its enhanced robustness to corrupt databases. (user: drh, tags: apple-osx-3623)
01:00 [265b0b29b8] Leaf: Fix the amalgamation builder so that it works with the rtree updates of the prior check-in. (user: drh, tags: branch-3.6.23)
2010-08-04
12:31 [042a1abb03] Leaf: Version 3.7.0.1 (user: drh, tags: release, branch-3.7.0)
2010-05-18
12:37 [97d88a86e4] Leaf: Keep additional state information in the pager in an effort to reduce the number of SQLITE_FCNTL_SIZE_HINTs. (Note: This change was found to make no performance difference and so has been moved onto a side branch. Use the parent check-in instead of this one.) (user: drh, tags: branch-3.6.1-exp)
2010-03-22
23:55 [82dd61fccf] Leaf: Sync the database file after a rollback. This is a cherrypick merge of check-in b21b911f23. (user: drh, tags: branch-3.6.22)
2010-01-30
23:08 [bb18f57852] Leaf: The iInUseDB and iInUseMM variables do not need to be volatile. (user: drh, tags: branch-3.5.9)
2009-12-16
23:28 [867347323b] Leaf: Fix for the "(x AND y) OR z" bug backported to version 3.6.21. (user: drh, tags: branch-3.6.21)
2009-10-30
13:26 [2a832b19b6] Leaf: Version 3.6.16.1 (user: drh, tags: release, branch_3_6_16)
2009-09-03
19:43 [715cecb8c7] Leaf: Fix a VDBE stack overflow issue with the UPDATE statement. (user: drh, tags: branch-3.3.6)
2009-05-25
15:00 [ab76d1a252] Leaf: Version 3.6.14.2 (CVS 6680) (user: drh, tags: branch_3_6_14, release)
2008-11-26
18:01 [30a2080777] Leaf: Version 3.6.6.2 (CVS 5960) (user: drh, tags: branch_3_6_6)
2007-08-14
13:20 [f0029da32f] Leaf: Back-port critical soft heap limit fixes to version 3.3.17. The following check-ins were back-ported: (4031), (4037), (4097), (4202), (4203), (4207), (4208), (4214). (CVS 4222) (user: drh, tags: branch_3_3_17)
2007-05-10
21:31 [e91012b603] Leaf: Backport the stack-size reduction patch in (3673) to version 3.3.13. (CVS 3979) (user: drh, tags: branch_3_3_13)
2007-01-08
16:20 [47fee16ba9] Leaf: Fix a date round-off problem in strftime(). Ticket #2153. (CVS 3575) (user: drh, tags: version_2)
2005-12-19
17:27 [e61382aed4] Leaf: Version 3.2.8 (CVS 2835) (user: drh, tags: branch_3_2)