pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql91



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 15 08:27:39 UTC 2011

Update of /cvsroot/pkgsrc/databases/postgresql91
In directory ivanova.netbsd.org:/tmp/cvs-serv16467

Log Message:
Version 9.1 delivers several features which users have been requesting for
years, removing roadblocks to deploying new or ported applications on
PostgreSQL. These include:
* Synchronous Replication: enable high-availability with consistency across
  multiple servers
* Per-Column Collations: support linguistically-correct sorting per database,
  table or column.
* Unlogged Tables: greatly improves performance for ephemeral data

Our community of contributors innovates with cutting-edge features. Version 9.1
includes several which are new to the database industry, such as:
* K-Nearest-Neighbor Indexing: index on "distance" for faster location and text
  search queries
* Serializable Snapshot Isolation: keeps concurrent transactions consistent
  without blocking, using "true serializability"
* Writeable Common Table Expressions: execute complex multi-stage data updates
  in a single query
* Security-Enhanced Postgres: deploy military-grade security and Mandatory
  Access Control

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/databases/postgresql91/DESCR
N pkgsrc/databases/postgresql91/distinfo
N pkgsrc/databases/postgresql91/Makefile
N pkgsrc/databases/postgresql91/Makefile.common
N pkgsrc/databases/postgresql91/Makefile.mirrors
N pkgsrc/databases/postgresql91/options.mk
N pkgsrc/databases/postgresql91/PLIST
N pkgsrc/databases/postgresql91/files/dynloader-ltdl.h
N pkgsrc/databases/postgresql91/files/GNUmakefile.libpq
N pkgsrc/databases/postgresql91/patches/patch-config_perl.m4
N pkgsrc/databases/postgresql91/patches/patch-configure
N pkgsrc/databases/postgresql91/patches/patch-contrib_dblink_dblink.c
N pkgsrc/databases/postgresql91/patches/patch-contrib_dblink_Makefile
N pkgsrc/databases/postgresql91/patches/patch-src_backend_Makefile
N pkgsrc/databases/postgresql91/patches/patch-src_Makefile.shlib
N pkgsrc/databases/postgresql91/patches/patch-src_pl_plperl_GNUmakefile
N pkgsrc/databases/postgresql91/patches/patch-src_timezone_localtime.c
N pkgsrc/databases/postgresql91/patches/patch-src_timezone_private.h
N pkgsrc/databases/postgresql91/patches/patch-src_timezone_strftime.c
N pkgsrc/databases/postgresql91/patches/patch-src_timezone_zic.c

No conflicts created by this import




Home | Main Index | Thread Index | Old Index