PostgreSQL 8.3
authoradam <adam>
Tue, 4 Mar 2008 12:45:02 +0000 (12:45 +0000)
committeradam <adam>
Tue, 4 Mar 2008 12:45:02 +0000 (12:45 +0000)
commit04ed4c8f02696a0d48188428302003685a6fe68d
treeebeab484c45f921641b7005402e37b5d1d4460d7
parent28e1d4186637ffbc0b3a0435ad5bf1bec769df88
PostgreSQL 8.3
With significant new functionality and performance enhancements, this
release represents a major leap forward for PostgreSQL. This was made
possible by a growing community that has dramatically accelerated the
pace of development. This release adds the following major features:

  * Full text search is integrated into the core database system
  * Support for the SQL/XML standard, including new operators and an
    XML data type
  * Enumerated data types (ENUM)
  * Arrays of composite types
  * Universally Unique Identifier (UUID) data type
  * Add control over whether NULLs sort first or last
  * Updatable cursors
  * Server configuration parameters can now be set on a per-function
    basis
  * User-defined types can now have type modifiers
  * Automatically re-plan cached queries when table definitions change
    or statistics are updated
  * Numerous improvements in logging and statistics collection
  * Support Security Service Provider Interface (SSPI) for
    authentication on Windows
  * Support multiple concurrent autovacuum processes, and other
    autovacuum improvements
  * Allow the whole PostgreSQL distribution to be compiled with
    Microsoft Visual C++
48 files changed:
databases/postgresql83-adminpack/DESCR [new file with mode: 0644]
databases/postgresql83-adminpack/Makefile [new file with mode: 0644]
databases/postgresql83-adminpack/PLIST [new file with mode: 0644]
databases/postgresql83-client/DESCR [new file with mode: 0644]
databases/postgresql83-client/Makefile [new file with mode: 0644]
databases/postgresql83-client/PLIST [new file with mode: 0644]
databases/postgresql83-client/buildlink3.mk [new file with mode: 0644]
databases/postgresql83-plperl/DESCR [new file with mode: 0644]
databases/postgresql83-plperl/MESSAGE [new file with mode: 0644]
databases/postgresql83-plperl/Makefile [new file with mode: 0644]
databases/postgresql83-plperl/PLIST [new file with mode: 0644]
databases/postgresql83-plpython/DESCR [new file with mode: 0644]
databases/postgresql83-plpython/MESSAGE [new file with mode: 0644]
databases/postgresql83-plpython/Makefile [new file with mode: 0644]
databases/postgresql83-plpython/PLIST [new file with mode: 0644]
databases/postgresql83-pltcl/DESCR [new file with mode: 0644]
databases/postgresql83-pltcl/MESSAGE [new file with mode: 0644]
databases/postgresql83-pltcl/Makefile [new file with mode: 0644]
databases/postgresql83-pltcl/PLIST [new file with mode: 0644]
databases/postgresql83-server/DEINSTALL [new file with mode: 0644]
databases/postgresql83-server/DESCR [new file with mode: 0644]
databases/postgresql83-server/MESSAGE [new file with mode: 0644]
databases/postgresql83-server/Makefile [new file with mode: 0644]
databases/postgresql83-server/PLIST [new file with mode: 0644]
databases/postgresql83-server/files/pgsql.sh [new file with mode: 0644]
databases/postgresql83-server/xx [new file with mode: 0644]
databases/postgresql83/DESCR [new file with mode: 0644]
databases/postgresql83/Makefile [new file with mode: 0644]
databases/postgresql83/Makefile.common [new file with mode: 0644]
databases/postgresql83/Makefile.mirrors [new file with mode: 0644]
databases/postgresql83/PLIST [new file with mode: 0644]
databases/postgresql83/distinfo [new file with mode: 0644]
databases/postgresql83/files/GNUmakefile.libpq [new file with mode: 0644]
databases/postgresql83/files/Makefile.custom [new file with mode: 0644]
databases/postgresql83/files/Makefile.libtool [new file with mode: 0644]
databases/postgresql83/files/dynloader-ltdl.h [new file with mode: 0644]
databases/postgresql83/options.mk [new file with mode: 0644]
databases/postgresql83/patches/patch-aa [new file with mode: 0644]
databases/postgresql83/patches/patch-ab [new file with mode: 0644]
databases/postgresql83/patches/patch-ac [new file with mode: 0644]
databases/postgresql83/patches/patch-ad [new file with mode: 0644]
databases/postgresql83/patches/patch-ae [new file with mode: 0644]
databases/postgresql83/patches/patch-af [new file with mode: 0644]
databases/postgresql83/patches/patch-ag [new file with mode: 0644]
databases/postgresql83/patches/patch-ah [new file with mode: 0644]
databases/postgresql83/patches/patch-ai [new file with mode: 0644]
databases/postgresql83/patches/patch-aj [new file with mode: 0644]
databases/postgresql83/patches/patch-an [new file with mode: 0644]