pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/db4
Module Name: pkgsrc
Committed By: adam
Date: Wed Jun 2 12:06:22 UTC 2010
Modified Files:
pkgsrc/databases/db4: Makefile PLIST buildlink3.mk distinfo
pkgsrc/databases/db4/patches: patch-aa patch-ab
Removed Files:
pkgsrc/databases/db4/patches: patch-ad patch-ba patch-bb patch-bc
Log Message:
Changes 4.8.30:
* The log file format changed in 11gR2.
* Replication Manager sites can specify one or more possible client-to-client
peers.
* Added resource management feature in all Berkeley DB APIs to automatically
manage cursor and database handles by closing them when they are not
required, if they are not yet closed.
* Added a SQL interface to the Berkeley DB library. The interface is based on -
and a drop-in-replacement for - the SQLite API. It can be accessed via a
command line utility, a C API, or existing APIs built for SQLite.
* Added hash databases support to the DB->compact interface.
* Renamed the "db_sql" utility to "db_sql_codegen". This utility is not built
by default. To build this utility, enter --enable-sql_codegen as an argument
to configure.
* Added transactional support in db_sql_codegen utility. Specify TRANSACTIONAL
or NONTRANSACTIONAL in hint comments in SQL statement, db_sql_codegen
enable/disable transaction in generated code accordingly.
* Added the feature read-your-writes consistency that allows client application
to check, or wait for a specific transaction to be replicated from the master
before reading database.
* Added DB log verification feature, accessible via the API and a new utility.
This feature can help debugging and analysis.
* Added support for applications to assign master/client role explicitly at any
time. Replication Manager can now be configured not to initiate elections.
* more...
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/databases/db4/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/db4/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/db4/buildlink3.mk
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/db4/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/db4/patches/patch-aa
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/db4/patches/patch-ab
cvs rdiff -u -r1.4 -r0 pkgsrc/databases/db4/patches/patch-ad
cvs rdiff -u -r1.3 -r0 pkgsrc/databases/db4/patches/patch-ba \
pkgsrc/databases/db4/patches/patch-bb
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/db4/patches/patch-bc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index