Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit pgsql to 9.2 on four databases category ports | marino | 2014-12-07 | 1 | -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=pgsql | bapt | 2014-05-05 | 1 | -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: ↵ | bapt | 2013-09-21 | 1 | -5/+1 |
| | | | | databases) | ||||
* | - Upgrade to 1.2.3. | kuriyama | 2012-03-21 | 2 | -5/+4 |
| | | | | Feature safe: yes | ||||
* | Use new USE_PGSQL hooks for depending on server:build | crees | 2012-03-11 | 1 | -7/+3 |
| | | | | | Approved by: kuriyama (maintainer) Feature safe: yes | ||||
* | - Get Rid MD5 support | miwi | 2011-03-20 | 1 | -1/+0 |
| | |||||
* | pg_rman is an online backup and restore tool for PostgreSQL. | kuriyama | 2010-03-04 | 3 | -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 |