summaryrefslogtreecommitdiff
path: root/databases/postgresql80-lib
AgeCommit message (Collapse)AuthorFilesLines
2005-03-18PostgreSQL doesn't provide *.la files that include the libraryjlam1-1/+3
dependencies needed when linking PostgreSQL clients with -lpq. Define a BUILDLINK_LDADD.${PGSQL_TYPE} variable that lists the full set libraries that would be needed to link with -lpq.
2005-03-18Remove nonsensical comment.jlam1-2/+2
2005-03-17bump PKGREVISION for security patchjschauma1-2/+2
2005-02-06Fix pathname of ".include"; wip => databases.taca2-4/+4
2005-02-06PostgreSQL 8.0.1 packages. A dump/restore using pg_dump is requiredjdolecek5-0/+537
for those wishing to migrate data from any previous release. Major changes relative to 7.4.x: * Savepoints * Point-in-Time recovery * Tablespaces * Improved buffer management * ALTER TABLE column management improvements Full list of changes is available at: http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0 Also note that PostgreSQL server listens also on localhost (127.0.0.1) by default now.