pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Changes 3.6.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35f2bcc3ea04
branches:  trunk
changeset: 545981:35f2bcc3ea04
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 18 12:29:20 2008 +0000

description:
Changes 3.6.1:
* Added the lookaside memory allocator for a speed improvement in excess of 15%
  on some workloads. (Your mileage may vary.)
* Added the SQLITE_CONFIG_LOOKASIDE verb to sqlite3_config() to control the
  default lookaside configuration.
* Added verbs SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE to
  the sqlite3_status() interface.
* Modified SQLITE_CONFIG_PAGECACHE and SQLITE_CONFIG_SCRATCH to remove the "+4"
  magic number in the buffer size computation.
* Added the sqlite3_db_config() and sqlite3_db_status() interfaces for
  controlling and monitoring the lookaside allocator separately on each
  database connection.
* Numerious other performance enhancements
* Miscellaneous minor bug fixes

diffstat:

 databases/sqlite3/Makefile.common |  4 ++--
 databases/sqlite3/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 3602f3ef7e39 -r 35f2bcc3ea04 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Mon Aug 18 07:19:49 2008 +0000
+++ b/databases/sqlite3/Makefile.common Mon Aug 18 12:29:20 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.20 2008/07/18 17:43:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2008/08/18 12:29:20 adam Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
-DISTNAME=      sqlite-3.6.0
+DISTNAME=      sqlite-3.6.1
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r 3602f3ef7e39 -r 35f2bcc3ea04 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Mon Aug 18 07:19:49 2008 +0000
+++ b/databases/sqlite3/distinfo        Mon Aug 18 12:29:20 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2008/07/18 17:43:34 adam Exp $
+$NetBSD: distinfo,v 1.19 2008/08/18 12:29:20 adam Exp $
 
-SHA1 (sqlite-3.6.0.tar.gz) = fd97fe21e9941ec3e39d75f98fb177f775d3d249
-RMD160 (sqlite-3.6.0.tar.gz) = e7cb107331964216a4537de24e250be1de7293d2
-Size (sqlite-3.6.0.tar.gz) = 2149604 bytes
+SHA1 (sqlite-3.6.1.tar.gz) = 756f45e812a2063dacd947b9642fdb82301348fa
+RMD160 (sqlite-3.6.1.tar.gz) = c4948553fe2a0de96f6612a41aa2889eb97b1b42
+Size (sqlite-3.6.1.tar.gz) = 2187909 bytes



Home | Main Index | Thread Index | Old Index