Commit Graph

20 Commits

Author SHA1 Message Date
brad
6b3e8838f2 install ALL headers 2002-03-25 03:18:20 +00:00
brad
17b148fcc3 - PKGNAME -> FULLPKGNAME for -docs subpackage, FLAVORs do not apply here
- .else if -> .elif
- remove unnecessary symlinks used on "other" ELF-based systems which were
intentionally removed awhile back
--
Ok'd by: Brandon Palmer <bpalmer@crimelabs.net>
2001-08-07 13:25:50 +00:00
peter
649c4c2500 update to PostgreSQL 7.1.2
All the hard work (apart from a small amount of testing) is by
Brandon Palmer <bpalmer@crimelabs.net>
2001-07-25 08:16:46 +00:00
espie
594099de65 Patches to fix dynamic libraries, especially on ppc which understands
only major/minor.

Add DYNLIBDIR where needed.

Some style issues.

From peter@, brad@ and peter_e@gmx.net
2001-04-23 21:58:44 +00:00
peter
fd69a6d25a Upgrade to postgresql 7.1. ok'd espie@
* The package is now called `postgresql' and not `pgsql'.

* The default user that is suggested for the admin account is also
  `postgresql'. This will work with OpenBSD-current with long username
  support. If anything breaks please report to the maintainers.

* pgwrap is no longer shipped or supported

* Please note, you will HAVE TO BACKUP your old data if you are
  upgrading from a previous release of postgresql. Do this before
  removing the old pgsql package.

From the announcement last weekend:

Key New Features and Capabilities of Version 7.1 Include:

* Write-ahead Log (WAL) increases data integrity and processing
speed. To maintain database consistency in case of an operating
system crash, previous releases of PostgreSQL have forced all all
data modifications to disk before each transaction commit. With
WAL, only one log file must be flushed to disk, greatly improving
performance. (Tech note: can eliminate use of -F in to disable disk
flushes)

* TOAST (The Oversized-Attribute Storage Technique) Past releases
had compiled-in row length limit typically between 8Kb & 32Kb. This
restriction made storage of long text fields difficult, cumbersome
and slow. TOAST enables rows of any length while maintaing the high
performance PostgreSQL users have come to expect.

* SQL92 Outer Joins are now supported. (Tech note: eliminates the
UNION/NOT IN workaround)

* 64-bit C Language Function Manager support The previous C function
manager did not handle support 64-bit CPU's (e.g. Alpha, Sun,
Itanium). (Tech note: This change should not impact existing custom
functions developed for past versions, but performance will be
improved through rewriting to use the new call interface.)

* Complex Queries that are better, stronger and faster Many complex
queries were unsupported in previous releases. With v7.1 combinations
of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited
tables are enabled. Inherited tables are now accessed by default,
and subqueries in FROM are now supported.
2001-04-21 18:25:42 +00:00
espie
8f5a931245 Broken conflicts 2001-04-15 16:48:44 +00:00
danh
ee35a84d1e upgrade to postgresql 7.0.3 2001-02-22 19:28:12 +00:00
dugsong
1ffc439103 add odbc flavor 2000-11-30 19:23:14 +00:00
brad
7c7d215d0d - fixup Makefile
- replace docs FLAVOR with a -docs sub-package
2000-08-25 15:34:13 +00:00
espie
f0828d01e9 Kill PLIST.sed 2000-06-28 13:18:45 +00:00
form
853e1188aa new postgresql 7.0 port from pvk@openbsd.ru 2000-05-23 16:31:41 +00:00
form
44bea2d1ec ldconfig 1999-12-07 08:26:41 +00:00
kevlo
283e838634 Add these files: DEINSTALL INSTALL PLIST.tcl PLIST.tcl.noshared 1999-11-11 02:13:42 +00:00
form
de74bb7bb3 do not use ${PREFIX}/etc/rc.d 1998-10-19 09:52:49 +00:00
marc
babe90dddc add packing list for alpha that does not reference shared libs 1998-06-29 22:51:25 +00:00
form
b01887975c more fixes 1998-06-17 06:27:17 +00:00
form
83aa2b6027 some fixes 1998-06-17 05:41:24 +00:00
form
e434b5ff29 update postgres to 6.3.2 1998-05-06 16:55:37 +00:00
marc
ec5a0e34b9 update to version 6.3 and make it install in standard locations 1998-03-11 02:06:34 +00:00
mickey
11b1f7d292 posgresql port (from freebsd)
most of major bugs cleaned, some of the smaller ones.
openbsd profile sent to the patches mailist.
1997-11-20 20:34:05 +00:00