SQLite
Leaves
Not logged in

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

Open leaves:

2012-02-02
21:02 [f14e7f29ff] Leaf: More structure packing for smaller objects and less memory usage. (user: drh, tags: trunk)
18:42 [f27c7b4fb1] Leaf: Fix a problem with NULL handling in aggregate min/max when returning values from the row containing the min or max. (user: drh, tags: output-minmax-row)
2012-01-30
16:13 [4f0997c7fa] Leaf: Do not rely on the _WIN32_WINNT macro as vs2005 does not define it by default. Instead, always assume winNT unless the makefile explicitly sets SQLITE_OS_WINNT=0. (user: drh, tags: nx-devkit)
2012-01-16
12:33 [2845654d42] Leaf: Support building with SQLITE_ENABLE_SESSION under MSVC. (user: mistachkin, tags: sessions)
2012-01-14
14:13 [2cc414cd14] Leaf: Merge the latest trunk changes into the apple-osx branch. (user: drh, tags: apple-osx)
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-11-14
02:53 [54cc119811] Leaf: Fix a 8-byte alignment problem that causes a SIGBUS on Sparc. (user: drh, tags: branch-3.7.9)
2011-11-08
15:06 [a499ae3835] Leaf: Cherrypick the 5dbfaed8c3 patch so that SQLITE_OMIT_WAL works again. (user: drh, tags: omit-wal-fix)
2011-10-25
21:18 [89d63a0e1d] Leaf: Cherrypick the 3513bf6ee090d9 so that the sqlite_source_id() function works correctly even with newer versions of Fossil (user: drh, tags: branch-3.7.2)
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-08-29
02:49 [ff71d20a9e] Leaf: About a 1% overall performance improvement by using a macro to avoid no-op calls to sqlite3MemReleaseExternal(). (user: drh, tags: experimental)
2011-08-12
16:34 [69e4b41de2] Leaf: Update Makefile.in and configure to account for new source file vdbesort.c. (user: dan, tags: experimental)
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-04-15
13:29 [1cca9a49f2] Leaf: Add retry logic to GetFileAttributesEx() on windows. (user: drh, tags: experimental)
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-09-24
18:04 [30801892c6] Leaf: Add new file e_vacuum.test. Move part of e_select.test into e_select2.test. (user: dan)
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-02-12
22:43 [f3676b243d] Leaf: Added experimental mutex implementation using interlocked ops and spin locks. (user: shaneh, tags: experimental)
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)