Commit graph

5 commits

Author SHA1 Message Date
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
adam
28a0721cb1 Changes 8.2.6:
This release contains a variety of fixes from 8.2.5, including fixes
for significant security issues.
2008-01-07 20:14:35 +00:00
jlam
adf08d0b3f Handle the "contrib" directories using REQD_DIRS instead of @dirrm so
that it won't complain at pkg_delete-time if other "contrib" modules
are installed.

Bump the PKGREVISION to 1.
2007-09-20 21:31:20 +00:00
adam
29c1d3cc35 PLIST fix 2007-01-08 18:22:09 +00:00
adam
1b3128868d 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
2006-12-09 16:13:57 +00:00