|
2010-09-10
|
| 16:38 |
|
[9d277e0b82]
Leaf:
Updates to the documentation on the sqlite3_create_function() family of
interfaces.
(user: drh, tags: trunk)
|
| 00:59 |
|
[6a88cd46ae]
Leaf:
replaced relative lock proxy paths with absolute
(user: adam, tags: apple-osx)
|
|
2010-09-01
|
| 15:11 |
|
[19e95f6335]
Leaf:
Fix the TCL interface to test_quota.c so that it works with empty callback
scripts.
(user: drh, tags: experimental)
|
|
2010-08-24
|
| 12:05 |
|
[bcbdecd854]
Leaf:
Pull the incremental_vacuum bug fix (255f1eefa373153942c67b18b) and the
R-tree segfault bug fix (7f2f71cc9e3c39093f09231f44) into the 3.6.23
branch. Increase the version number to 3.6.23.3.
(user: drh, tags: branch-3.6.23)
|
| 02:10 |
|
[68103d91d4]
Leaf:
Cherrypick the R-tree invalid shadow-table big fix of
7f2f71cc9e3c39093f09231f44 into the apple-osx 3.6.23 branch.
(user: drh, tags: apple-osx)
|
|
2010-08-10
|
| 15:46 |
|
[42ba43ac69]
Leaf:
Fix a bug in pager.c causing it to omit the xSync() call required following a hot-journal rollback.
(user: dan, tags: experimental)
|
|
2010-08-04
|
| 12:31 |
|
[042a1abb03]
Leaf:
Version 3.7.0.1
(user: drh, tags: release, branch-3.7.0)
|
|
2010-07-26
|
| 15:57 |
|
[e327ef37fa]
Leaf:
When calculating schema memory, use the actual allocated size of hash elements, not sizeof(HashElem). Also fix a bug in dbstatus.test.
(user: dan, tags: experimental)
|
|
2010-07-08
|
| 16:30 |
|
[8a5811ea80]
Leaf:
Changes to get crashsql() working on Windows.
(user: shaneh, tags: experimental)
|
|
2010-06-21
|
| 12:34 |
|
[a64d96db09]
Leaf:
Change things so that journal2.test works with ENABLE_ATOMIC_WRITE.
(user: dan, tags: experimental)
|
|
2010-06-15
|
| 13:56 |
|
[2c5e48a485]
Leaf:
Changes to the way tcl test scripts work. No changes to production code.
(user: dan, tags: experimental)
|
|
2010-06-01
|
| 14:30 |
|
[f4b9003a2d]
Leaf:
Merge with 15abbc3416.
(user: dan, tags: wal-incr-ckpt)
|
|
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-05-17
|
| 15:52 |
|
[a1d20ceb9c]
Leaf:
An improvement to the SQLITE_FCNTL_SIZE_HINT change that invokes the hint
less often and only when really needed.
(user: drh, tags: branch-3.6.1)
|
|
2010-05-14
|
| 16:34 |
|
[4b69f2cd31]
Leaf:
Pull in all the latest changes from the trunk.
Update the win32 SHM methods to work with the new interface design.
(user: drh, tags: wal-win32)
|
|
2010-05-13
|
| 09:32 |
|
[4c3e137803]
Leaf:
Fix mistake in test_osinst.c.
(user: dan, tags: mistake)
|
| 08:33 |
|
[149d2ae4a6]
Leaf:
Change the xShmSize() implementation in os_unix.c so that it will only
increase and never decrease the size of a shared-memory segment.
(user: drh, tags: wal-refactor)
|
|
2010-05-03
|
| 14:05 |
|
[27a5c09ce8]
Leaf:
If the sqlite3_wal_checkpoint() API is passed a NULL pointer in place of a database name, attempt to checkpoint all attached databases.
(user: dan, tags: wal)
|
|
2010-04-17
|
| 16:10 |
|
[95ff76ef67]
Leaf:
It is possible for sqlite3.pUnlockConnection to be non-NULL when
sqlite3.pBlockingConnection is NULL, as the notify1.test script
demonstrates.
(user: drh, tags: experimental)
|
|
2010-04-08
|
| 00:40 |
|
[d067d9f7a9]
Leaf:
When constructing automatic indices do not include the same column more than
once.
(user: drh, tags: experimental)
|
|
2010-03-29
|
| 21:13 |
|
[01ef6c1944]
Leaf:
The btree layer now tracks when a database is empty at the start of a
transaction and rolls back to that state.
(user: drh, tags: experimental)
|
|
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-03-03
|
| 17:09 |
|
[83495128c8]
Leaf:
Fixed compiler warning on Visual Studio.
(user: icculus, tags: lemon-update-2010)
|
|
2010-02-23
|
| 20:08 |
|
[76a0294ab4]
Leaf:
Refactored compile time option diagnostic support to use strings identifiers instead of bitmask.
(user: shaneh, tags: compile_opts)
|
|
2010-02-12
|
| 22:43 |
|
[f3676b243d]
Leaf:
Added experimental mutex implementation using interlocked ops and spin locks.
(user: shaneh, tags: experimental)
|
|
2010-02-01
|
| 15:47 |
|
[7b31373f6f]
Leaf:
Add log.c.
(user: dan, tags: wal)
|
|
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-11-05
|
| 04:14 |
|
[d474195a99]
Leaf:
Update maxRow size after shrinking the row buffer (CSV).
(user: shaneh, tags: csv_ext)
|
|
2009-10-30
|
| 13:26 |
|
[2a832b19b6]
Leaf:
Version 3.6.16.1
(user: drh, tags: release, branch_3_6_16)
|
|
2009-10-16
|
| 15:59 |
|
[61174aea74]
Leaf:
Fix a problem in the analyze3.test script.
(user: dan, tags: experimental)
|
|
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)
|