Changes 8.2.0:
authoradam <adam>
Sat, 9 Dec 2006 15:35:02 +0000 (15:35 +0000)
committeradam <adam>
Sat, 9 Dec 2006 15:35:02 +0000 (15:35 +0000)
commit577bc1eb8e5446538a03afd6def9e741c9b7fc5d
treea20eac21f43a19cf84be87517c67cf007d08e6cc
parent79f9c0f7ece527c6844a005373666f1c582adbbb
Changes 8.2.0:
* Query language enhancements including "INSERT/UPDATE/DELETE
  RETURNING", multirow VALUES lists, and optional target-table alias
  in "UPDATE"/"DELETE"
* Index creation without blocking concurrent
  "INSERT"/"UPDATE"/"DELETE" operations
* Many query optimization improvements, including support for
  reordering outer joins
* Improved sorting performance with lower memory usage
* More efficient locking with better concurrency
* More efficient vacuuming
* Easier administration of warm standby servers
* New FILLFACTOR support for tables and indexes
* Monitoring, logging, and performance tuning additions
* More control over creating and dropping objects
* Table inheritance relationships can be defined for and removed from
  pre-existing tables
* "COPY TO" can copy the output of an arbitrary "SELECT" statement
* Array improvements, including nulls in arrays
* Aggregate-function improvements, including multiple-input
  aggregates and SQL:2003 statistical functions
* Many "contrib/" improvements
35 files changed:
databases/postgresql82-client/DESCR [new file with mode: 0644]
databases/postgresql82-client/Makefile [new file with mode: 0644]
databases/postgresql82-client/PLIST [new file with mode: 0644]
databases/postgresql82-client/buildlink3.mk [new file with mode: 0644]
databases/postgresql82-server/DEINSTALL [new file with mode: 0644]
databases/postgresql82-server/DESCR [new file with mode: 0644]
databases/postgresql82-server/MESSAGE [new file with mode: 0644]
databases/postgresql82-server/Makefile [new file with mode: 0644]
databases/postgresql82-server/PLIST [new file with mode: 0644]
databases/postgresql82-server/files/pgsql.sh [new file with mode: 0644]
databases/postgresql82/DESCR [new file with mode: 0644]
databases/postgresql82/Makefile [new file with mode: 0644]
databases/postgresql82/Makefile.common [new file with mode: 0644]
databases/postgresql82/Makefile.mirrors [new file with mode: 0644]
databases/postgresql82/PLIST [new file with mode: 0644]
databases/postgresql82/distinfo [new file with mode: 0644]
databases/postgresql82/files/GNUmakefile.libpq [new file with mode: 0644]
databases/postgresql82/files/Makefile.custom [new file with mode: 0644]
databases/postgresql82/files/Makefile.libtool [new file with mode: 0644]
databases/postgresql82/files/dynloader-ltdl.h [new file with mode: 0644]
databases/postgresql82/options.mk [new file with mode: 0644]
databases/postgresql82/patches/patch-aa [new file with mode: 0644]
databases/postgresql82/patches/patch-ab [new file with mode: 0644]
databases/postgresql82/patches/patch-ac [new file with mode: 0644]
databases/postgresql82/patches/patch-ad [new file with mode: 0644]
databases/postgresql82/patches/patch-ae [new file with mode: 0644]
databases/postgresql82/patches/patch-af [new file with mode: 0644]
databases/postgresql82/patches/patch-ag [new file with mode: 0644]
databases/postgresql82/patches/patch-ah [new file with mode: 0644]
databases/postgresql82/patches/patch-ai [new file with mode: 0644]
databases/postgresql82/patches/patch-aj [new file with mode: 0644]
databases/postgresql82/patches/patch-ak [new file with mode: 0644]
databases/postgresql82/patches/patch-al [new file with mode: 0644]
databases/postgresql82/patches/patch-am [new file with mode: 0644]
databases/postgresql82/patches/patch-an [new file with mode: 0644]