aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pg_rman
Commit message (Collapse)AuthorAgeFilesLines
* Limit pgsql to 9.2 on four databases category portsmarino2014-12-071-1/+1
| | | | | | | | | | | | | | As the result of a recent exp-run for postgresql 9.3, several ports failed to build as a result. Most could likely be fixed by updating the port to a later available version. Until that happens, set the maximum version of pgsql to 9.2 for these ports. * pg_rman (1.23) : version 1.27 is available * pg_statsinfo (2.4.1) : version 2.5.0 available, works on pgsql 9.3 * pgpool-II (3.1.6) : version 3.4 available, works on pgsql 9.3 * pgpool-II30 (3.0.4) PR: 195281
* Convert to USES=pgsqlbapt2014-05-051-4/+3
| | | | | | | While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+1
| | | | databases)
* - Upgrade to 1.2.3.kuriyama2012-03-212-5/+4
| | | | Feature safe: yes
* Use new USE_PGSQL hooks for depending on server:buildcrees2012-03-111-7/+3
| | | | | Approved by: kuriyama (maintainer) Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* pg_rman is an online backup and restore tool for PostgreSQL.kuriyama2010-03-043-0/+38
The goal of the pg_rman project is providing a method for online backup and PITR as easy as pg_dump. Also, it maintains a backup catalog per database cluster. Users can maintain old backups including archive logs with one command. WWW: http://code.google.com/p/pg-rman/ Feature safe: yes