1b0456c689
* Replication Manager now manages Group Membership. This allows sites to be added to and removed from the replication group dynamically. Replication Manager also now automatically keeps track of the group size (nsites). * Initial allocations for various non-pagebuffer (mpool) system resources may now be specified, as well as a total maximum of memory to use, rather than specifying a maximum value for each resource. * Implemented Berkeley DB globalization support architecture to enable localized and stripped error and output messages. * Added a new access method, DB_HEAP. Heap aims for efficient use (and re-use) of disk space. Keys in a heap database are automatically generated by BDB, it is recommended that one or more secondary indexes be used with a heap database. For full details on DB_HEAP, see the Programmer's Reference Guide. * Added a compatible mode for 32bit and 64bit Windows environment. * For the SQL API, concurrency between read and write transactions can now be enabled using "PRAGMA multiversion". Added several pragmas that can be used to configure the Berkeley DB datastore. * Add several new pragmas to provide in-process support for replication in the SQL API. * The Berkeley DB X/open compliant XA resource manager has been restored, including support for multi-threaded servers. * Improved the ability to recover from an application crash on connections through the SQL API. Berkeley DB will try to automatically clean up locks, mutexes and transactions from the failed process. * Add support for sequence usage in the SQL API using SQLite custom functions. * Add a pragma in the SQL API to allow execution of a cache trickle command. * Add a pragma in the SQL API to allow configuration of DB_SYSTEM_MEM environments. * The new db_env_set_win_security(SECURITY_ATTRIBUTES *) function allows an application to specify the particular Microsoft Windows security attributes to be used by Berkeley DB. This helps support applications which reduce their privileges after opening the environment. |
||
---|---|---|
.. | ||
patches | ||
buildlink3.mk | ||
DESCR | ||
distinfo | ||
hacks.mk | ||
Makefile | ||
PLIST |